Skip to content

Documentation Update Tracker

This page tracks all major updates, revisions, and additions to the AI Developer Toolkit Guide, helping you stay current with the latest information and identify what’s changed.

November 2025 - Claude Opus 4.5 Released

Claude Opus 4.5 released - THE BEST coding model (>80% SWE-Bench Verified)

  • First model to break 80% on SWE-Bench Verified
  • Now the default and recommended model for ALL development work
  • Best for agents, computer use, and agentic workflows
  • Enhanced prompt injection resistance
  • Source: https://www.anthropic.com/news/claude-opus-4-5

GPT-5.2 Codex available in Cursor and GitHub Copilot - specialized for bug fixing and UI generation

Cursor 2.2-2.4 features:

  • Subagents - specialized subagents for specific tasks
  • Skills (SKILL.md) - define reusable skills with manifest files
  • Cursor Browser (GA) - in-app browser for testing changes
  • Debug Mode - runtime log instrumentation for automatic root cause analysis

August 2025 - Model Updates

GPT-5 guidance added across model selection, configuration, comparison, and FAQ.

  • Positioning: Great for one-shot app creation from detailed PRDs; experienced developers may still prefer Opus for architecture/planning depth
  • Source: https://cursor.com/blog/gpt-5

July 2025 - Major Release

Version 1.0.0 - Initial comprehensive release

  • Complete guide for Cursor and Claude Code
  • 200+ articles across all sections
  • Enterprise development patterns
  • MCP ecosystem integration
  • Comprehensive appendices

Major Additions:

  • Complete Cursor documentation (100+ articles)
  • Complete Claude Code documentation (100+ articles)
  • Shared workflows section
  • Enterprise development guide
  • MCP ecosystem documentation
  • Comprehensive appendices

Key Features:

  • PRD → Plan → Todo methodology
  • 100 tips for each tool
  • Model comparison guide
  • Pricing calculator
  • Migration checklists
DateSectionChangesImpact
2026-02-03Claude CodeAdded v2.1.x changelog (v2.1.17-v2.1.30)High
2026-02-03CursorAdded v2.3-v2.4 changelog with Subagents, SkillsHigh
2026-02-03ModelsUpdated GPT-5.1-Codex-Max to GPT-5.2 Codex everywhereMedium
2026-02-03ModelsFixed Opus 4.5 positioning as THE BEST modelHigh
DateSectionChangesImpact
2025-11-24ModelsClaude Opus 4.5 released as default (>80% SWE-Bench)High
2025-11-19ModelsGPT-5.2 Codex for bug fixing and UIMedium
2025-10-29Cursor FeaturesCursor v2.0 with Multi-AgentsHigh
2025-10-29Cursor FeaturesCursor Composer 1 model (4x faster)High
DateSectionChangesImpact
2025-08-07ModelsAdded GPT-5 guidance and referencesHigh
DateSectionChangesImpact
2025-07-17AllInitial releaseMajor
2025-07-16ModelsAdded o3 model detailsMedium
2025-07-15PricingUpdated subscription tiersMedium
2025-07-14MCPAdded 40 server guidesMajor
2025-07-10EnterpriseSecurity compliance sectionHigh

AI Model Changes

Current Models (February 2026):

  • Claude Opus 4.5 - THE BEST coding model (>80% SWE-Bench) - default for all tasks
  • Claude Sonnet 4.5 - Cost-effective alternative with 1M context
  • GPT-5.2 Codex - Bug fixing & UI specialist (Cursor, GitHub Copilot)
  • Cursor Composer 1 - Speed champion (4x faster) - Cursor only
  • Gemini 3 Pro - Best multimodal with 1M context + Deep Think mode

Deprecated/Obsolete:

  • GPT-4, GPT-4.1, GPT-4o (obsolete)
  • GPT-5.1-Codex-Max (replaced by GPT-5.2 Codex)
  • Claude 3.x series (legacy)
  • o1-preview, o1-mini (obsolete)

New Features Documented (September 2025):

  • Cursor Browser (Beta) - in-app browser for testing
  • Native Plan Mode (Beta) - AI-assisted task planning
  • Claude Sonnet 4.5 support
  • GPT-5.2 Codex model for bugs and UI

Previous Features:

  • Background Agents (cloud execution)
  • BugBot integration
  • Max Mode enhancements
  • Checkpoints and branching
  • Multi-root workspace support
  • Enhanced @ symbols
  • Memories (beta)

Updated Sections:

  • Model selection guide (Opus 4.5 is THE BEST and default)
  • Agent mode strategies
  • Context management
  • Team collaboration

Important Changes

⚠️ Breaking Changes:

  1. Claude Code CLI

    • New installation method via npm
    • Changed config file locations
    • Updated slash command syntax
  2. Cursor

    • New settings structure
    • Changed keybindings for some features
    • Updated extension API
  3. Pricing

    • New tier structure for both tools
    • Changed token limits
    • Updated team pricing
Content TypeSourceLast Verified
PricingOfficial websitesJuly 17, 2025
FeaturesProduct documentationJuly 17, 2025
ModelsAPI documentationJuly 16, 2025
MCP ServersGitHub repositoriesJuly 14, 2025
Tips & TricksCommunity + testingJuly 15, 2025
  1. Official Documentation Review

    • Check vendor release notes
    • Verify API changes
    • Confirm pricing updates
  2. Community Validation

    • Monitor Discord/Slack channels
    • Review GitHub issues
    • Collect user feedback
  3. Hands-on Testing

    • Test new features
    • Verify workflows
    • Update examples
  4. Expert Review

    • Technical accuracy check
    • Best practice validation
    • Enterprise scenario testing

Upcoming Content

August 2025:

  • Local model integration guides
  • Advanced MCP server development
  • Video tutorial supplements
  • Interactive code examples

September 2025:

  • Claude 5 preview documentation
  • New workflow patterns
  • Performance benchmarks
  • Cost optimization strategies
SectionPlanned DateDescription
Video GuidesAugust 2025Embedded video tutorials
Local ModelsAugust 2025Self-hosted AI guides
Advanced MCPSeptember 2025Custom server development
Case StudiesOctober 2025Real-world implementations

Subscribe to our feed:

  • RSS: /en/feed.xml
  • Atom: /en/atom.xml
  • JSON: /en/feed.json

All content includes version tags:

---
version: 1.0.0
last_updated: 2025-07-17
tools:
cursor: ">=0.40.0"
claude_code: ">=0.8.0"
---
  1. Active - Current best practice
  2. Legacy - Still valid but newer methods exist
  3. Deprecated - Marked for removal
  4. Archived - Historical reference only
Feature/ContentStatusDeprecation DateRemoval Date
GPT-4 examplesDeprecatedJuly 2025October 2025
Old pricing tiersLegacyJuly 2025December 2025
Claude 3.x guidesLegacyJuly 2025January 2026

Documentation Team

Content Creation:

  • Initial guide structure and methodology
  • Tool-specific documentation
  • Enterprise patterns
  • Best practices compilation

Technical Review:

  • Feature verification
  • Code example testing
  • Workflow validation
  • Performance optimization

Community Input:

  • User feedback integration
  • Real-world use cases
  • Tips and tricks collection
  • Problem-solution pairs

Want to contribute? Here’s how:

  1. Report Issues

    • Inaccuracies
    • Outdated information
    • Missing content
    • Broken examples
  2. Submit Updates

    • Fork repository
    • Make changes
    • Submit PR
    • Include verification
  3. Share Experiences

    • Case studies
    • Workflow improvements
    • Performance tips
    • Cost optimizations
MetricTargetCurrentStatus
Accuracy99%99.2%
Completeness95%96.5%
Clarity90%92.1%
Timeliness< 7 days3 days

User Feedback Stats

July 2025:

  • Feedback items received: 247
  • Implemented: 189 (76%)
  • In progress: 34 (14%)
  • Declined: 24 (10%)

Common Themes:

  • More examples requested
  • Video content desired
  • Enterprise scenarios
  • Cost optimization tips

Previous versions available at:

  • /archive/v0.9/ - Beta documentation
  • /archive/v0.8/ - Alpha documentation
  • /archive/drafts/ - Original drafts

When content significantly changes:

  • Migration guide provided
  • Diff highlighting available
  • Reason for change documented
  • Alternative approaches listed
  1. Enable notifications in your account
  2. Select update frequency (immediate/daily/weekly)
  3. Choose sections to monitor
  4. Set importance threshold (all/major/critical)

Report Issues or Suggest Updates

Documentation Issues:

  • GitHub Issues (preferred)
  • Email: docs@[domain]
  • Discord: #documentation

Feature Requests:

  • GitHub Discussions
  • Community Forum
  • Feature Request Form

Urgent Corrections:

  • Security issues: security@[domain]
  • Critical errors: urgent@[domain]

This tracker is updated with every significant documentation change. Last update: February 3, 2026