Releases: antinomyhq/forge
Releases · antinomyhq/forge
v0.26.0
Changes
🚀 Features
- feat: add overwrite option to FSWriteInput for file writing behavior @tusharmath (#417)
📝 Documentation
- docs: add Discord community section to README with invitation and badge @amitksingh1490 (#412)
- docs: streamline README by removing outdated API key section and enhancing feature descriptions @amitksingh1490 (#396)
🐛 Bug Fixes
- Rename DispatchEvent to Event @tusharmath (#410)
🧰 Maintenance
- refactor: Move Provider tests to forge_infra with sequential execution @tusharmath (#414)
v0.25.3
Changes
🐛 Bug Fixes
- fix: rename tool from 'tool_forge_patch' to 'tool_forge_fs_patch' @amitksingh1490 (#401)
v0.25.2
Changes
- No changes
v0.25.1
Changes
🧰 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
Changes
🚀 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
Changes
- 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
Changes
🚀 Features
- feat: integrate anthropic provider @laststylebender14 (#375)
🐛 Bug Fixes
- fix: integration tests @laststylebender14 (#379)
v0.22.0
Changes
🚀 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)