February
Update to latest version !!Get the instructions from the docs
Get Startedv0.25.3
🐛 Bug Fixes
- fix: rename tool from 'tool_forge_patch' to 'tool_forge_fs_patch' @amitksingh1490 (#401)
v0.25.2
- No changes
v0.25.1
🧰 Maintenance
- refactor: update system prompts and add tool usage instructions @tusharmath (#391)
- chore(ci): add build-release-pr job for pull requests with 'build-all… @amitksingh1490 (#387)
v0.25.0
🚀 Features
- feat: separate out
user_taskintouser_task_initanduser_task_updateevents @tusharmath (#385)
🧰 Maintenance
- feat: separate out
user_taskintouser_task_initanduser_task_updateevents @tusharmath (#385)
v0.24.0
- feat: add
/dumpcommand @tusharmath (#381)
🚀 Features
- feat: use YAML instead of TOML for defining workflows @tusharmath (#384)
- feat: add a learning database @tusharmath (#366)
🐛 Bug Fixes
- fix: use openai embeddings api for generating embeddings @amitksingh1490 (#386)
🧰 Maintenance
- feat: use YAML instead of TOML for defining workflows @tusharmath (#384)
- chore: update dependencies to use specific features and disable defaults @amitksingh1490 (#382)
v0.23.0
🚀 Features
- feat: integrate anthropic provider @laststylebender14 (#375)
🐛 Bug Fixes
- fix: integration tests @laststylebender14 (#379)
v0.22.0
🚀 Features
- feat: make open router impl compatible with open-ai @laststylebender14 (#376)
🐛 Bug Fixes
- fix: prevent workflow failure if agent fails to set the event @laststylebender14 (#377)
v0.21.2
🐛 Bug Fixes
- fix: curl script to download binary @amitksingh1490 (#371)
v0.21.1
🐛 Bug Fixes
- refactor: add workflow service @tusharmath (#369)
v0.21.0
🚀 Features
- refactor: remove unused provider and tool service modules; introduce new provider and tool traits @tusharmath (#348)
🐛 Bug Fixes
- fix: preserve agent state in init method @amitksingh1490 (#367)
🧰 Maintenance
- refactor: remove unused provider and tool service modules; introduce new provider and tool traits @tusharmath (#348)
v0.20.0
🚀 Features
- feat: read workflow from toml @amitksingh1490 (#350)
v0.19.1
- No changes
v0.19.0
🚀 Features
- feat: set default to gnu instead of throwing an error @ssddOnTop (#362)
v0.18.0
🚀 Features
- feat: use success format for
/newcommand @laststylebender14 (#355)
🐛 Bug Fixes
- fix(CI): update build-release job for aarch64 target @amitksingh1490 (#361)
- fix: remove unsupported commands @laststylebender14 (#353)
- fix(CI): linux runtime errors @ssddOnTop (#351)
v0.17.1
🐛 Bug Fixes
- fix: enhance cache setting logic in transformer pipeline @amitksingh1490 (#357)
v0.17.0
🚀 Features
- feat: add reset functionality to API and ExecutorService @tusharmath (#347)
🐛 Bug Fixes
- feat: support a pub/sub architecture for agent communication @tusharmath (#346)
🧰 Maintenance
- feat: support a pub/sub architecture for agent communication @tusharmath (#346)
- refactor: support for workflow @tusharmath (#343)
- chore: replace brackets with
<>@ssddOnTop (#342)
v0.16.0
🚀 Features
- feat: add support for additional target architectures in CI configura… @amitksingh1490 (#333)
v0.15.0
🚀 Features
- Revert "feat: add support for more target architectures and windows os" @amitksingh1490 (#332)
- feat: add support for more target architectures and windows os @amitksingh1490 (#331)
🧰 Maintenance
- fix: use bundled sqlite @ssddOnTop (#336)
v0.14.0
🚀 Features
- feat: add unrestricted shell mode and update environment handling in CLI @tusharmath (#329)
v0.13.3
🐛 Bug Fixes
- fix: optimize CI configuration and release profile settings @amitksingh1490 (#330)
v0.13.2
🐛 Bug Fixes
- fix: update download URL in install script to remove file extension @amitksingh1490 (#328)
- fix: use APP_VERSION constant @amitksingh1490 (#327)
v0.13.1
🧰 Maintenance
- chore: add Apache License 2.0 to the repository @amitksingh1490 (#326)
v0.13.0
🚀 Features
- fix: implement event tracking with PostHog integration @amitksingh1490 (#323)
- doc: add installation script and README for Code-Forge @tusharmath (#324)
📝 Documentation
- doc: add installation script and README for Code-Forge @tusharmath (#324)
v0.12.0
🚀 Features
- feat: add support for Mistralai Codestral 2501 model @amitksingh1490 (#320)
v0.11.1
📝 Documentation
- feat: add
-poption to specify the prompt @tusharmath (#321)
v0.11.0
🚀 Features
- fix: add 'Required' option to ToolChoice and set parallel tool calls @amitksingh1490 (#318)
v0.10.1
📝 Documentation
- fix: update system prompt to leverage shell commands more @tusharmath (#319)
v0.10.0
🚀 Features
- feat: add tool choice for Gemini model in OpenRouter request @amitksingh1490 (#317)
v0.9.0
🚀 Features
- feat: add tool choice for Gemini model in OpenRouter request @amitksingh1490 (#317)
- feat: enhance output of search message @tusharmath (#316)
v0.8.0
🚀 Features
- feat: add concurrency configuration to CI workflow @amitksingh1490 (#315)
- chore: remove deleted files @tusharmath (#311)
🧰 Maintenance
- fix: improve title formats @tusharmath (#313)
- refactor: remove forge_pretty_diff crate and update dependencies @tusharmath (#312)
v0.7.0
🚀 Features
- feat: add a tool for removing files @tusharmath (#310)
v0.6.0
- refactor: workflow iteration feb 6 @tusharmath (#308)
- refactor: remove Errata @tusharmath (#300)
🚀 Features
- feat: display the output of search in ripgrep format @laststylebender14 (#307)
- feat: show pretty diff for changed content @laststylebender14 (#306)
- feat: stream the execution of shell commands to parent stream @laststylebender14 (#285)
- feat: allow system prompt to configured from cli. @laststylebender14 (#301)
🐛 Bug Fixes
- fix: update binary paths in CI configuration @amitksingh1490 (#303)
🧰 Maintenance
- refactor: remove unused model tests from api_spec @amitksingh1490 (#305)
v0.5.0
🚀 Features
- feat: impl config commands @laststylebender14 (#288)
v0.4.0
- refactor: improve folder structure for workflows @tusharmath (#292)
🚀 Features
- feat: show the models on
/modelscommand @laststylebender14 (#289)
v0.3.3
🐛 Bug Fixes
- fix: better title generation, xml prompting, connection retries. @tusharmath (#296)
- fix: Update prompts for tool use via XML @tusharmath (#295)