Skip to content

Releases: codemie-ai/codemie-code

Release v0.8.0

Choose a tag to compare

@AntonYeromin AntonYeromin released this 03 Jul 12:37

What's Changed

✨ Features

  • [proxy]: Provision managed MCP servers into Claude Desktop (#390)
  • [analytics]: Add OTEL analytics source with session-detail report (#384)
  • [analytics]: Add Source column classifying sessions by SDLC tooling (#402)

🐛 Bug Fixes

  • [proxy]: Fix Bedrock Qwen3 compaction failure (EPMCDME-13136) (#391)
  • [proxy]: Show a single Opus (prefer 4.8) in connect desktop (#393)
  • [deps]: Pin MCP SDK to exact 2.0.0-alpha.2 to stop prerelease drift (#394)
  • [config]: Gate project-context preservation on codeMieUrl equality (#400)
  • [skills]: Pass interactive flag to runSkillsCli in add command (#405)

🔧 Maintenance

  • [config]: Add apple containers support (#399)
  • [agents]: Bump Claude Code supported version to 2.1.199 (#404)

Full Changelog: v0.7.0...v0.8.0

Release v0.7.1

Choose a tag to compare

@m-golovchin m-golovchin released this 26 Jun 11:12

What's Changed

✨ Features

  • [proxy]: Provision managed MCP servers into Claude Desktop (#390)

🐛 Bug Fixes

  • [proxy]: Fix Bedrock Qwen3 compaction failure (EPMCDME-13136) (#391)
  • [proxy]: Show a single Opus (prefer 4.8) in connect desktop (#393)
  • [deps]: Pin MCP SDK to exact 2.0.0-alpha.2 to stop prerelease drift (#394)

Full Changelog: v0.7.0...v0.7.1

Release v0.7.0

Choose a tag to compare

@AntonYeromin AntonYeromin released this 24 Jun 17:32

What's Changed

✨ Features

  • [analytics]: Add Codex analytics parity for native and codemie-codex sessions (#389)
  • [skills]: Sync msgraph plugin with installed runtime adjustments (#382)

🐛 Bug Fixes

  • [config]: Changed default opus config to opus-4.8 (#392)
  • Fix auto-fix PowerShell execution policy on Windows (#388)
  • [proxy]: Support vertex-only Claude models in connect desktop (#386)
  • [agents]: Fix Session Depth widget showing inflated prompt counts for /clear sessions (#381)
  • [skills]: Assistant generators pass --conversation-id and persist multi-turn history (#383)

🔧 Maintenance

  • [skills]: Replace brianna ticket adapter with codemie-jira-assistant (#377)

Full Changelog: v0.6.0...v0.7.0

Release v0.6.0

Choose a tag to compare

@8nevil8 8nevil8 released this 17 Jun 16:12

What's Changed

✨ Features

  • [analytics]: Add TTL-aware 1h cache-write pricing (#369)
  • [agents]: Unified reasoning-effort injection and --resume flag support (#379)

🐛 Bug Fixes

  • [proxy]: Backfill Claude Desktop timestamps from audit log (#378)
  • [cli]: Handle Windows paths with special characters in usernames (#361)
  • [agents]: Dedupe duplicate-uuid messages in Claude Desktop transcripts (#350)
  • [agents]: Correctly import Claude Desktop file-analysis conversations (#375)

🔧 Maintenance

  • [agents]: Bump Claude auto-compact default from 80 to 85 (#380)
  • [ci]: Remove integration environment gate from test jobs
  • [ci]: Use repo vars for integration test env vars (#376)
  • [ci]: Remove pull_request_target and add integration test env vars (#374)
  • [ci]: Skip gitleaks on pull_request_target (unsupported by action) (#373)
  • [ci]: Use pull_request_target and pass secrets to integration tests (#372)
  • [chore]: Bootstrap .ai-run/guides via knowledge-foundation (#371)

Full Changelog: v0.5.0...v0.6.0

Release v0.5.0

Choose a tag to compare

@8nevil8 8nevil8 released this 16 Jun 15:32

What's Changed

✨ Features

  • [agents]: Add Kimi agent plugin with ACP support and Moonshot subscription provider (#360)
  • [agents]: Add Kimi SSO support via codemie-kimi (#368)
  • [agents]: Kimi native installer support and team profile composition (#367)
  • [agents]: Add hookConfig to AgentMetadata type
  • [analytics]: Per-agent cost breakdown and clickable Gantt timeline (#363)
  • [providers]: Add moonshot-subscription provider
  • [providers]: Derive credential TTL from JWT exp instead of hardcoded 24h (#355)
  • [kimi]: Add KimiPlugin and KimiAcpPlugin
  • [kimi]: Add extension installer for Kimi skills
  • [kimi]: Add session adapter and metrics processor
  • [kimi]: Add hook payload transformer
  • [kimi]: Add hook config injector for ~/.kimi-code/config.toml
  • [kimi]: Add path helpers for Kimi data directories
  • [kimi]: Wire kimi and kimi-acp into AgentCLI and package.json
  • [kimi]: Implement processSession and validate hooks post-transformation
  • [kimi]: Add automated verification script
  • Add macOS bootstrap installer

🐛 Bug Fixes

  • [analytics]: Include sub-agent transcripts in token usage extraction (#358)
  • [agents]: Fix reasoning model routing for gpt-5.4 and gpt-5.5 (#347)

♻️ Refactoring

  • [kimi]: Resolve plugin quality issues and wire into registry
  • [kimi]: Parse version output, fix Node gate, and distinguish ACP SSO
  • [kimi]: Add model flag mapping and Node version guard
  • [kimi]: Pass version to installer and clear ACP flag mappings
  • [kimi]: Make extension installer idempotent and add install tests
  • [kimi]: Move wire.jsonl metrics extraction into KimiMetricsProcessor
  • [kimi]: Share KimiWireEvent type and clarify processor docs
  • [kimi]: Improve hook config injector robustness and tests
  • [kimi]: Improve path helper tests and docs
  • [kimi]: Harden automated verification script

📚 Documentation

  • Analytics Report guide with screenshots (#354)
  • Add GUI installer download links to native bootstrap section (#353)

🧪 Tests

  • [kimi]: Extend extension installer coverage and align metadata
  • [providers]: Add moonshot-subscription beforeRun and setup tests

🔧 Maintenance

  • [agents]: Bump Kimi to 0.16.0 and Claude to 2.1.178 (#370)
  • Update macOS DMG to CodeMie Connect 2.0.1 (#366)
  • Remove rtk-instructions section and rtk command references (#364)
  • [kimi]: Apply quality-review fixes for installer and provider wiring
  • Add kimi to commitlint scopes
  • [agents]: Revert accidental merge of kimi branch into main (#359)
  • Revert reasoning model routing fix for gpt-5.4 and gpt-5.5 (#356)

Full Changelog: v0.4.2...v0.5.0

Release v0.4.2

Choose a tag to compare

@vadimvlasenko vadimvlasenko released this 12 Jun 07:22

What's Changed

✨ Features

  • [analytics]: Richer HTML report — efficiency widgets, session & project drill-down modals (#352)
  • [analytics]: Maturity widgets + session-detail modal with token/cost growth & dispatch timeline (#351)
  • Rename default import folder to "Claude Desktop" (#345)

🐛 Bug Fixes

  • [config]: Prevent migration 004/005 from creating empty config on fresh installs (#339)
  • [cli]: Add "code" bin entry for npx package resolution (#346)

📚 Documentation

  • [cli]: Update Windows Installation Wizard (#344)

Full Changelog: v0.4.1...v0.4.2

Release v0.4.1

Choose a tag to compare

@vadimvlasenko vadimvlasenko released this 09 Jun 16:08

What's Changed

✨ Features

  • Add new scope to MS Graph (#342)

🐛 Bug Fixes

  • [analytics]: Use path.join for cross-platform report output paths (#343)

Full Changelog: v0.4.0...v0.4.1

Release v0.4.0

Choose a tag to compare

@AntonYeromin AntonYeromin released this 09 Jun 15:15

What's Changed

✨ Features

  • [analytics]: Self-contained HTML dashboard report (#340)
  • [proxy]: Self-heal Claude Desktop proxy after sleep (#333)
  • [metrics]: Separate API errors from tool errors in metrics (#321)

🐛 Bug Fixes

  • [proxy]: Sync plugin-bundled skills on proxy startup (#336)
  • [security]: Prevent error message leakage and add GCM-capable decrypt in standalone scripts (#328)

📚 Documentation

  • [cli]: Add Windows Installation Wizard section to README (#329)
  • Remove Bearer Authorization setup wizard references (#338)

🔧 Maintenance

  • [agents]: Bump Claude Code version to 2.1.156 (#337)

Full Changelog: v0.3.2...v0.4.0

Release v0.3.2

Choose a tag to compare

@elluvium elluvium released this 27 May 11:18

What's Changed

♻️ Refactoring

  • [proxy]: Revert SSO session expiry handling — auto-reauth and clean Anthropic error fallback (#325)

Full Changelog: v0.3.1...v0.3.2

Release v0.3.1

Choose a tag to compare

@elluvium elluvium released this 27 May 10:31

What's Changed

✨ Features

  • [config]: Add the statusline with budget tracking (#301)
  • [cli]: Add postinstall script to auto-configure PATH (#319)

🐛 Bug Fixes

  • [skills]: Resolve code review issues — migration guard, config safety, type cleanup (#280)
  • [analytics]: Resolve Claude Desktop sessions showing sandbox path as repository name (#316)
  • [proxy]: Handle SSO session expiry — auto-reauth and clean Anthropic error fallback (#313)
  • [proxy]: Prevent Claude for Mac crash on managed-settings endpoints (#323)
  • [agents]: Treat bare positional args as run task in codemie-code (#322)
  • [skills]: Fix metric event data in codemie skills add (#318)
  • [skills]: Sanitize XSS sinks in msgraph.js OAuth callback (#314)
  • [analytics]: Fix git repo lookup for analytics (#315)
  • [utils]: Fix XSS, encryption security and server leak issues (#311)

Full Changelog: v0.2.1...v0.3.1