Skip to content

Releases: buluma/Code-Agent-Monitor

v3.0.1

Choose a tag to compare

@buluma buluma released this 26 Aug 07:38

Code Agent Monitor v3.0.1

Fixes

  • Fixed DMG artifact name: renamed from ClaudeCodeMonitor to CodeAgentMonitor
  • Updated productName in 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

Choose a tag to compare

@buluma buluma released this 26 Aug 04:59

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

v2.0.13 — English-only i18n cleanup

Choose a tag to compare

@buluma buluma released this 25 Aug 19:44

What's Changed

i18n cleanup

  • Removed non-English locale support (zh, vi, ko, es) — English only
  • Simplified getCurrentLocale() in format.ts
  • Removed language picker from Sidebar
  • Rewrote i18n tests for English-only
  • Cleaned dead languageNames/languageShort keys from nav.json
  • Updated docs/I18N.md to reflect English-only setup
  • Fixed line-wrapping and duplicate content in client/README.md

Bug fixes

  • Fix compat-sqlite: wrap stmt.run to spread array args for node:sqlite DatabaseSync 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

Choose a tag to compare

@buluma buluma released this 25 Aug 07:21
631d854

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

Full Changelog: v2.0.11...v2.0.12

v2.0.11

Choose a tag to compare

@github-actions github-actions released this 25 Aug 02:31