Skip to content

Releases: codemie-ai/codemie-code

Release v0.0.57

24 Apr 12:26

Choose a tag to compare

What's Changed

✨ Features

  • [agents]: Replace device code flow with PKCE browser auth in msgraph skill (#260)

🐛 Bug Fixes

  • [agents]: Apply bearer-auth defaults when --jwt-token used without config (#254)

Full Changelog: v0.0.56...v0.0.57

Release v0.0.56

20 Apr 14:46

Choose a tag to compare

What's Changed

✨ Features

  • [providers]: Add Anthropic Subscription provider for native Claude login (#233)

🐛 Bug Fixes

  • [agents]: Bypass SSO auth when --jwt-token is provided (#253)
  • [proxy]: Transform thinking params for claude-opus-4-7 adaptive API (#252)
  • [deps]: Upgrade codemie-sdk to 0.1.415 (#250)
  • [deps]: Update open package to resolve browser launch on KDE Plasma 6 (#242)
  • [providers]: Auto-select single LiteLLM integration and preserve existing on update (#246)
  • [agents]: Resolve repository from git remote origin for accurate metrics (#231)
  • Add html report skill (#248)

Full Changelog: v0.0.55...v0.0.56

Release v0.0.55

10 Apr 15:13

Choose a tag to compare

What's Changed

✨ Features

  • [proxy]: Add MCP authorization flow with OAuth proxy (#244)

🐛 Bug Fixes

  • [proxy]: Fix Windows URL truncation at & in exec and browser open (#245)

Full Changelog: v0.0.54...v0.0.55

Release v0.0.54

07 Apr 16:02

Choose a tag to compare

What's Changed

🐛 Bug Fixes

  • [agents]: Remove ANTHROPIC_AUTH_TOKEN to ANTHROPIC_API_KEY workaround (#241)

Full Changelog: v0.0.53...v0.0.54

Release v0.0.53

07 Apr 13:13

Choose a tag to compare

What's Changed

✨ Features

  • [cli]: Add codemie models list command (EPMCDME-11631) (#239)
  • [agents]: Streamline version update UX with interactive prompts (#225)

🐛 Bug Fixes

  • [agents]: Bump Claude Code supported version to 2.1.92, minimum to 2.1.82 (#238)
  • [agents]: Resolve --task hang in Claude 2.1.85+ and fix Gemini env var mapping (#232)
  • [utils]: Enable SSL verification by default in SDK client (#224)
  • [agents]: Fixed issue with gemini extension installation (#223)
  • [agents]: Add installVersion to BaseAgentAdapter for npm-based agents (#222)
  • Fix: Update dependencies version (#227)

🔧 Maintenance

  • Add codemie-cli config, standardize npm scripts, fix hooks to use CLAUDE_PROJECT_DIR (#221)

Full Changelog: v0.0.52...v0.0.53

Release v0.0.52

18 Mar 15:31

Choose a tag to compare

What's Changed

✨ Features

  • [skills]: Add transcripts support to msgraph skill (#209)
  • [config]: Make assistants configuration project-scoped (#207)
  • [agents]: Dynamic model list from /v1/llm_models at agent startup (#208)
  • [skills]: Add attendees support to msgraph calendar event creation (#206)
  • [assistants]: Add ability for file upload (#193)
  • [agents]: Add OneNote support to msgraph skill (#200)

🐛 Bug Fixes

  • [agents]: Bump Claude version to 2.1.63 and add ENABLE_TOOL_SEARCH=0 workaround (#202)
  • [cli]: Restore CLI binary link after agent install/update (#191)

♻️ Refactoring

  • [agents]: Lazy-load claude templates via CLAUDE_PLUGIN_ROOT (#201)

📚 Documentation

  • Fix outdated `codemie auth` references in AUTHENTICATION.md (#216)

🔧 Maintenance

  • [agents]: Bump Claude Code version to 2.1.78 and extend gitleaks config (#219)

Full Changelog: v0.0.48...v0.0.52

Release v0.0.51

09 Mar 16:50

Choose a tag to compare

What's Changed

✨ Features

  • [skills]: Add attendees support to msgraph calendar event creation (#206)
  • [assistants]: Add ability for file upload (#193)

Full Changelog: v0.0.50...v0.0.51

Release v0.0.49

05 Mar 14:47

Choose a tag to compare

What's Changed

✨ Features

  • [agents]: Add OneNote support to msgraph skill (#200)

Full Changelog: v0.0.48...v0.0.49

Release v0.0.48

05 Mar 12:56

Choose a tag to compare

What's Changed

✨ Features

  • [agents]: Migrate msgraph skill from Python to JavaScript (#198)
  • [agents]: Add report-issue skill to claude plugin (#197)

🐛 Bug Fixes

  • [agents]: Use absolute paths in msgraph skill commands (#199)

Full Changelog: v0.0.47...v0.0.48

Release v0.0.47

05 Mar 11:34

Choose a tag to compare

What's Changed

✨ Features

  • [agents]: Add msgraph skill to claude plugin (#194)

Full Changelog: v0.0.46...v0.0.47