Releases: buluma/Code-Agent-Monitor
Releases · buluma/Code-Agent-Monitor
Release list
v3.0.1
Code Agent Monitor v3.0.1
Fixes
- Fixed DMG artifact name: renamed from
ClaudeCodeMonitortoCodeAgentMonitor - Updated
productNamein electron-builder config from "Claude Code Monitor" to "Code Agent Monitor" - Updated DMG title, tray label, quit dialog, and preflight message
Full changelog: v3.0.0...v3.0.1
v3.0.0
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 fromcode-agent-monitor.* - localStorage keys:
code-agent-monitor-tabby-*
Migration required:
Users upgrading from 2.x will need to:
- Update any hardcoded package references
- Reinstall MCP server if using the renamed package
- 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
v2.0.13 — English-only i18n cleanup
What's Changed
i18n cleanup
- Removed non-English locale support (zh, vi, ko, es) — English only
- Simplified
getCurrentLocale()informat.ts - Removed language picker from Sidebar
- Rewrote i18n tests for English-only
- Cleaned dead
languageNames/languageShortkeys from nav.json - Updated
docs/I18N.mdto reflect English-only setup - Fixed line-wrapping and duplicate content in
client/README.md
Bug fixes
- Fix compat-sqlite: wrap
stmt.runto spread array args fornode:sqliteDatabaseSync compatibility
Housekeeping
- Version bump to 2.0.13 across all surfaces
- CI: bump actions
- CI: self-heal releases missing DMG assets
- Docs: point repo URLs at
buluma/Code-Agent-Monitor
Full Changelog: v2.0.12...v2.0.13
v2.0.12
What's Changed
- feat(desktop): drop Windows support, macOS-only Electron app by @buluma in #3
- Bump brace-expansion from 1.1.14 to 1.1.18 in /vscode-extension by @dependabot[bot] in #1
- build(deps-dev): Bump undici from 7.25.0 to 7.29.0 in /vscode-extension by @dependabot[bot] in #2
- build(deps-dev): Bump tmp from 0.2.5 to 0.2.7 in /vscode-extension by @dependabot[bot] in #4
- build(deps-dev): Bump fast-uri from 3.1.4 to 3.1.6 in /desktop by @dependabot[bot] in #5
- build(deps-dev): Bump js-yaml from 4.3.0 to 4.3.1 in /desktop by @dependabot[bot] in #6
- build(deps-dev): Bump qs from 6.15.1 to 6.15.3 in /vscode-extension by @dependabot[bot] in #7
New Contributors
- @buluma made their first contribution in #3
- @dependabot[bot] made their first contribution in #1
Full Changelog: v2.0.11...v2.0.12
v2.0.11
Full Changelog: https://github.com/buluma/Code-Agent-Monitor/commits/v2.0.11