diff --git a/.release-please-manifest.json b/.release-please-manifest.json index cca72bf..865c2aa 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.5.14" + ".": "0.5.15" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 635aa2f..7491d14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.5.15](https://github.com/agi-inc/agi-cli/compare/agi-cli-v0.5.14...agi-cli-v0.5.15) (2026-02-10) + + +### Features + +* add multimodal support (voice, camera, screen, MCP) ([#36](https://github.com/agi-inc/agi-cli/issues/36)) ([b035bc8](https://github.com/agi-inc/agi-cli/commit/b035bc8e8dab24403a107408b4e32204d4ca9cb7)) + + +### Bug Fixes + +* **app:** remove unused imports ([666bd38](https://github.com/agi-inc/agi-cli/commit/666bd3880680c907014c34834eb9226ab05207fb)) +* **app:** replace import.meta.url with __dirname for CommonJS compat ([b66feb3](https://github.com/agi-inc/agi-cli/commit/b66feb3a144e38dc02924fd483870e75052ade8f)) +* **deps:** update package-lock.json for [@agi](https://github.com/agi)_inc/agi-js@0.5.0 ([726f576](https://github.com/agi-inc/agi-cli/commit/726f5760529472f3accd5cf5454df5ef027789e3)) + ## [0.5.14](https://github.com/agi-inc/agi-cli/compare/agi-cli-v0.5.13...agi-cli-v0.5.14) (2026-02-10)