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_task
intouser_task_init
anduser_task_update
events @tusharmath (#385)
π§° Maintenanceβ
- feat: separate out
user_task
intouser_task_init
anduser_task_update
events @tusharmath (#385)
v0.24.0β
- feat: add
/dump
command @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
/new
command @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
-p
option 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
/models
command @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)
π§° Maintenanceβ
- refactor: rename ToolCallService trait to ExecutableTool and update references @tusharmath (#291)
v0.3.2β
π Bug Fixesβ
- fix: the autocomplete bindings @laststylebender14 (#287)
π§° Maintenanceβ
- refactor: agentic workflows @tusharmath (#284)
v0.3.1β
- refactor: enhance chat response handling and XML tool call parsing @tusharmath (#281)
π Bug Fixesβ
- fix: shell issues @laststylebender14 (#283)
v0.3.0β
π Featuresβ
- feat: enhance tool usage instructions and title generation process @amitksingh1490 (#275)
π Bug Fixesβ
- fix: update environment variable and repository references in CI @amitksingh1490 (#280)
v0.2.7β
π Bug Fixesβ
- fix: reduce CLI verbosity @tusharmath (#278)
- fix(deps): update rust crate tree-sitter to v0.25.1 @renovate[bot] (#276)
π§° Maintenanceβ
- refactor: move env constructors into domain @tusharmath (#277)
v0.2.6β
π Bug Fixesβ
- fix(deps): update rust crate tree-sitter to v0.25.1 @renovate[bot] (#276)
v0.2.5β
- No changes
v0.2.4β
π Bug Fixesβ
- fix(deps): update rust crate syn to v2.0.98 @renovate[bot] (#274)
v0.2.3β
π Bug Fixesβ
- fix(deps): update rust crate syn to v2.0.97 @renovate[bot] (#273)
- fix: crash with Open Router @amitksingh1490 (#272)
v0.2.2β
- No changes
v0.2.1β
- No changes
v0.2.0β
π Featuresβ
- feat: update CI workflow and release drafter configuration @amitksingh1490 (#268)
- feat: integrate reedline crate for cli prompting @laststylebender14 (#263)
π Bug Fixesβ
- fix(deps): update rust crate tree-sitter to 0.25 @renovate[bot] (#270)
- fix(deps): update rust crate async-trait to v0.1.86 @renovate[bot] (#269)
v0.1.3β
π Bug Fixesβ
- fix: update CI workflow to use GITHUB_TOKEN for script execution @amitksingh1490 (#267)