Skip to content

Releases: codemie-ai/codemie-code

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

Release v0.0.46

04 Mar 14:22

Choose a tag to compare

What's Changed

✨ Features

  • [agents]: Add native plugin system (#181)
  • [assistants]: Pass chat history to CodeMie agents (#140)
  • [agents]: Add claude-setup-audit skill to claude plugin (#180)

🐛 Bug Fixes

  • [proxy]: Add selected user project to proxy request headers (#190)
  • [proxy]: Add selected user project to proxy request headers (#185)

♻️ Refactoring

  • [agents]: Replace sound scripts with cross-platform codemie sound command (#186)
  • [agents]: Simplify metrics by removing token tracking utilities (#183)

🔧 Maintenance

  • [providers]: Update recommended model to claude-sonnet-4-6 (#189)

Full Changelog: v0.0.45...v0.0.46

Release v0.0.45

02 Mar 17:42

Choose a tag to compare

What's Changed

✨ Features

  • [agents]: Add extensions scan for session metrics (#179)

Full Changelog: v0.0.44...v0.0.45

Release v0.0.44

02 Mar 12:28

Choose a tag to compare

What's Changed

🐛 Bug Fixes

  • [providers]: Support applicationsAdmin camelCase fallback in SSO user info (#178)

Full Changelog: v0.0.43...v0.0.44

Release v0.0.43

02 Mar 11:11

Choose a tag to compare

What's Changed

🐛 Bug Fixes

  • [proxy]: Strip unsupported reasoning params for GPT-5 via LiteLLM/SSO (#176)

♻️ Refactoring

  • [agents]: Extract shared utilities from plugin files (#177)

Full Changelog: v0.0.42...v0.0.43

Release v0.0.42

02 Mar 09:45

Choose a tag to compare

What's Changed

✨ Features

  • [skills]: Add dark-factory autonomous implementation skill (#175)
  • [agents]: Add shell hooks injection and SQLite session discovery (#170)
  • [agents]: Add shell hooks injection for opencode plugins (#162)
  • [agents]: Add Windows-specific hooks.json for Claude plugin (#160)
  • [agents]: Add RTK integration to Claude plugin (#164)
  • [providers]: Add JWT Bearer Authorization provider (#152)

🐛 Bug Fixes

  • [proxy]: Strip unsupported reasoningSummary param for GPT-5 models (#173)
  • [agents]: Fix built-in handler arg corruption and opencode run format (#172)
  • [agents]: Support --profile flag for codemie-code and codemie-opencode (#171)
  • [agents]: Correct isInstalled check for Claude Code ACP plugin (#161)
  • [providers]: Align CodeMieUserInfo interface with snake_case API response (#169)
  • [providers]: Fetch project-level LiteLLM integrations from /v1/settings/user/available (#163)

🔧 Maintenance

  • [skills]: Remove typescript-best-practices and mr skills (#166)

Full Changelog: v0.0.41...v0.0.42