Skip to content

v3.0.0

Choose a tag to compare

@buluma buluma released this 26 Aug 04:59
· 2 commits to master since this release

Code Agent Monitor v3.0.0

Breaking Changes

This is a major release that standardizes the project naming to Code Agent Monitor across all surfaces.

Renamed surfaces:

  • npm packages: code-agent-monitor, code-agent-monitor-client, code-agent-monitor-mcp-server
  • Docker images: code-agent-monitor-mcp:local, localhost/code-agent-monitor-mcp:local
  • MCP server name: code-agent-monitor-mcp
  • VS Code extension IDs: code-agent-monitor, commands from code-agent-monitor.*
  • localStorage keys: code-agent-monitor-tabby-*

Migration required:

Users upgrading from 2.x will need to:

  1. Update any hardcoded package references
  2. Reinstall MCP server if using the renamed package
  3. Update VS Code extension settings if customized

Other Changes

  • Fixed MCP Docker build (workspace detection issue)
  • Regenerated MCP lockfile
  • Updated CI pipeline image names

Full changelog: v2.0.13...v3.0.0