Agentic Index

Agentic AI Platform Change Log

Agentic Index tracks material changes across agentic AI platforms, including new agent capabilities, workflow orchestration updates, integrations, MCP/tool-calling changes, memory features, human approval controls, observability, deployment options, pricing, funding, and verification-status updates. This change log is the index that tracks changes to agentic AI platforms, updated weekly. If you are trying to keep up with changes to AI agent platforms without reading every vendor's release notes separately, this is the feed to read.

Public-source research. All entries are sourced from official vendor blogs, changelogs, documentation, or press materials. Support levels marked Needs Review or Publicly Claimed should be independently verified before relying on them for procurement decisions.

A
Anthropic Claude Code2026-08-22
ImpactMedium
VerificationPartially Verified

Deployment / data residency

Anthropic released Claude Code version 2.1.239, introducing support for Amazon Bedrock and Alpine Linux environments. The update also adjusts cost estimates to include a 1.1x US-only-inference premium for workspaces.

Enterprise buyers can now deploy Claude Code via Amazon Bedrock and within Alpine Linux containers, expanding infrastructure compatibility. The updated cost estimates also provide more accurate budgeting for organizations enforcing US-only data residency.

A
Anthropic Claude Code2026-08-15
ImpactMedium
VerificationVerified

Integrations

Claude Code version 2.1.233 introduced support for GitLab merge requests. The release also includes optimized self-hosted runner starts, updated gateway and plugin validation, and improved accessibility and diagnostics.

Engineering teams using GitLab can now integrate the coding agent directly into their merge request workflows, streamlining code reviews and collaboration.

A
Anthropic Claude Code2026-08-14
ImpactHigh
VerificationPartially Verified

Agent capability

Claude Code version 2.1.232 added default subagent forking, direct cross-session messaging, and Remote Control upgrades. The release also introduced enhanced sandboxing, improved permission checks, and optimized background agents.

Developers can execute more complex autonomous tasks with nested subagents and collaborate across different terminal sessions, improving overall productivity and security.

A
Anthropic Claude Code2026-08-11
ImpactHigh
VerificationVerified

Observability / auditability

Claude's Compliance API was expanded to cover Claude Code across the CLI and desktop app in beta for Enterprise customers. The API provides unified session content and metadata, including consolidated server-hosted transcripts of prompts, responses, and tool activity.

Security and compliance teams can now audit developer interactions and perform eDiscovery on coding sessions without needing to deploy separate logging infrastructure.

A
Anthropic Claude Code2026-08-09
ImpactHigh
VerificationPartially Verified

Human approval / guardrails

Anthropic made auto mode the default setting for Claude Code on Pro, Max, and Team accounts. This feature automatically handles permission prompts by allowing safe actions to proceed uninterrupted while blocking risky ones.

Development teams can experience fewer interruptions during automated coding tasks while maintaining safety guardrails against destructive commands.

A
Anthropic Claude Code2026-08-06
ImpactMedium
VerificationVerified

Security / enterprise

Claude Code version 2.1.223 introduces new marketplace controls that allow administrators to use owner wildcard entries to allow or block all marketplace repositories under a specific GitHub organization. The release also patches a Bash permission bypass and implements auto-compaction to hold 1M-context models to 200K tokens.

Enterprise buyers gain finer-grained governance over which third-party tools and plugins their developers can use. The security patches also ensure safer execution of agentic workflows.

A
Anthropic Claude Code2026-07-24
ImpactHigh
VerificationVerified

Agent capability

Anthropic launched the Claude Opus 5 model, making it immediately available for use within Claude Code alongside a new fast mode that accelerates token generation 2.5 times at roughly double the cost. The system also introduces automatic fallbacks to Opus 4.8 when a request triggers Opus 5's heightened cybersecurity classifiers.

Developers can tackle highly complex agentic tasks with a more capable model while using fast mode to speed up iteration times when latency matters more than cost. The automatic downgrade fallback ensures that overly cautious security classifiers do not completely halt workflows.

A
Anthropic Claude Code2026-07-23
ImpactHigh
VerificationPartially Verified

Deployment / data residency

Anthropic launched the public beta of Claude for Government Desktop, bringing Claude Code into a FedRAMP High authorized environment. The government-specific deployment features robust administrative controls, tamper-evident audit logs, and dedicated spend governance.

Public sector agencies and contractors can now utilize AI coding agents without violating stringent federal compliance standards. The application provides necessary oversight features like local session history and detailed audit logs for compliance reviews.

A
Anthropic Claude Code2026-07-23
ImpactHigh
VerificationPartially Verified

Security / enterprise

Anthropic released the Claude Security plugin for Claude Code in beta. The multi-agent tool runs local vulnerability scans inside a Claude Code session, evaluating code for reachability and impact before generating patch files for developer review.

Engineering teams can integrate automated vulnerability scanning directly into the local terminal workflow rather than waiting for CI/CD pipelines. Because the agent only proposes patches for manual review, developers maintain full oversight of security remediation.

A
Anthropic Claude Code2026-07-19
ImpactMedium
VerificationVerified

Human approval / guardrails

Anthropic released Claude Code version 2.1.215, removing the agent's ability to autonomously trigger the /verify and /code-review skills. Developers must now explicitly invoke these commands to initiate a review cycle.

Engineering leaders can better control token consumption and cost by ensuring the agent only performs expensive verification cycles when requested. This explicit boundary prevents the agent from extending sessions unnecessarily during simple mechanical code changes.

A
Anthropic Claude Code2026-07-17
ImpactMedium
VerificationVerified

Workflow orchestration

Anthropic released Claude Code v2.1.212, introducing background session isolation for the /fork command and hard budgets for automated actions. The update limits WebSearch calls and subagent spawns to 200 per session to prevent runaway loops, and enforces strict authorization prompts for file-modifying commands in Plan mode.

Engineering teams get stronger guardrails against unintended token spend and unwanted file mutations during autonomous execution. The ability to fork conversations into true background sessions allows developers to spin off parallel agent tasks without interrupting their primary interactive workflow.

A
Anthropic Claude Code2026-06-23
ImpactHigh
VerificationVerified

Agent capability

Anthropic launched Claude Tag (beta): a persistent @Claude teammate embedded in Slack channels. It builds channel-level memory over time, supports ambient mode (acts without being tagged), runs under a scoped per-channel identity for tool and data access, and lets admins set token-spend limits per channel and org. Runs on Claude Opus 4.8; replaces the prior Claude in Slack app, which retires August 3, 2026.

Shifts Anthropic's agent from a 1:1 assistant to an always-on multiplayer teammate inside the collaboration layer. Scoped identity, audit logs, and spend ceilings are the governance controls buyers will weigh against Copilot in Teams and Salesforce's Slackbot.

ImpactHigh
VerificationVerified

Human approval / guardrails

Claude Code v2.1.178 added parameter-level permission rules using Tool(param:value) syntax and changed auto mode so sub-agent spawns are classifier-checked before launch.

This strengthens tool governance and sub-agent launch controls — relevant for teams that need fine-grained control over what tools agents can invoke and how sub-agents are authorized before execution.

ImpactMedium
VerificationVerified

Observability / auditability

Claude Code v2.1.174 added usage attribution in /usage showing cache misses, long context, subagents, and per-skill/agent/plugin/MCP breakdowns over 24h and 7d windows in VS Code.

Improves visibility into where agent usage is coming from across tools, plugins, subagents, and MCP — relevant for teams managing cost attribution and operational oversight in multi-agent deployments.

ImpactHigh
VerificationVerified

Workflow orchestration

Claude Code v2.1.172 enabled sub-agents to spawn their own sub-agents, up to five levels deep.

This materially expands recursive and delegated agent orchestration depth, relevant for teams building complex multi-agent coding pipelines or automated software-engineering workflows.

ImpactHigh
VerificationVerified

Agent capability

Claude Code v2.1.170 added access to Claude Fable 5 as of this release date. This is a dated release event; current Fable 5 availability has not been separately verified.

Model/backend availability is index-relevant when it materially changes the agent's available reasoning or coding capability — buyers should verify current availability directly with Anthropic.

Common questions

How do I keep up with changes to AI agent platforms?

Read one maintained change log instead of tracking each vendor's release notes separately. The Agentic Index change log records 981 verified updates across agentic AI platforms, updated weekly, covering new agent capabilities, MCP and tool calling changes, memory, human approval controls, observability, deployment options, pricing and funding. Every entry names the vendor, the date, the change type and an impact level, and links to that vendor's profile.

How often is the agentic AI change log updated?

Weekly. The most recent update was Sep 4, 2026, covering LivePerson, Serval, ServiceNow.

How do I track changes for one specific AI agent vendor?

Filter the change log by vendor, or open that vendor's profile page, where the same verified entries appear alongside its capability coverage across the 14 point Agentic Index taxonomy.

Where can I find a single feed of agentic AI platform updates?

This page is that feed. Agentic Index reviews vendor blogs, changelogs, documentation and press materials every week and files what materially changed, so keeping up with changes to AI agent platforms is one page rather than several hundred. Entries are filterable by vendor, change type, impact level and verification status, and each one carries the evidence basis it was graded from.

Last updated: Sep 4, 2026 · 981 tracked changes across 372 vendors

Contact us

Found a vendor we missed? Have feedback on the index? We'd love to hear from you.