Releases: antinomyhq/forge
Releases · antinomyhq/forge
v0.93.0
Changes
🚀 Features
- fix(ui): add spinners for custom commands @tusharmath (#834)
🐛 Bug Fixes
- fix: force update of @antinomyhq/forge package in execute_update_command @ssddOnTop (#841)
- fix(provider): improve error handling for stream termination and API responses @tusharmath (#840)
- fix: add cache control only for the models that supports it @laststylebender14 (#836)
- fix(ui): ensure command registration occurs after workflow initialization @tusharmath (#831)
- fix(mcp): change atomic ordering from SeqCst to Relaxed for reconnect logic @tusharmath (#829)
- fix:
.mcp.json
deserialization @ssddOnTop (#828)
🧰 Maintenance
- refactor: update ExecutableTool interface to return ToolContent instead of String @tusharmath (#832)
- chore: drop Optional fields in Mcp Servers @ssddOnTop (#830)
- fix:
.mcp.json
deserialization @ssddOnTop (#828)
v0.92.0
Changes
🚀 Features
- feat(mcp): add support for mcp via
.mcp.json
@ssddOnTop (#797)
🐛 Bug Fixes
- fix: implement retry at orch level @laststylebender14 (#824)
- fix: improve agent interaction with completion feedback @tusharmath (#820)
- fix(domain): ensure workflow model updates agent compaction configurations @tusharmath (#818)
🧰 Maintenance
- chore: rename open router to antinomy @laststylebender14 (#819)
v0.91.0
Changes
🚀 Features
- feat: use raw command api for command execution @laststylebender14 (#816)
🐛 Bug Fixes
- fix: infinite spinner unstable internet @ssddOnTop (#810)
- fix: auto update @laststylebender14 (#813)
- fix: correct release ID reference in CI workflow @tusharmath (#815)
- fix: app version @tusharmath (#814)
- fix: application version @tusharmath (#812)
v0.90.1
v0.90.0
Changes
🚀 Features
- feat: support environment variables across directory hierarchy @ssddOnTop (#803)
🐛 Bug Fixes
- fix: consolidate question handling into forge_tool_attempt_completion @tusharmath (#807)
- fix: correct tag in usage instructions for Completion tool @tusharmath (#806)
- feat: persist
mode
inforge.yaml
@laststylebender14 (#793) - fix: quotation issues in windows @ssddOnTop (#805)
- fix: include tool description in schema @tusharmath (#800)
🧰 Maintenance
- chore: store model ID with each conversation message @tusharmath (#808)
- chore: update
antinomy.ai
links inREADME
@laststylebender14 (#802)
v0.89.0
Changes
🚀 Features
- feat: add
update
functionality on startup and an update command for manual updates @iambenkay (#720)
🐛 Bug Fixes
- fix: improve error diagnostics and file operation feedback @tusharmath (#799)
🧰 Maintenance
- chore: track model across all events @laststylebender14 (#796)
v0.87.4
Changes
🐛 Bug Fixes
- fix: support large
fs_find
operations @laststylebender14 (#766) - fix: compaction spinner fixes and interrupt handling @tusharmath (#783)
- fix: compaction spinner updates and interruption @laststylebender14 (#775)
- fix: support large shell command outputs @laststylebender14 (#748)
- fix: optimise
completion
tool prompts @laststylebender14 (#768) - fix: add
forge_tool_attempt_completion
to software-designer agent's tools @amitksingh1490 (#777)
🧰 Maintenance
- refactor(domain): standardize tool input types across services @tusharmath (#788)
v0.87.2
Changes
🐛 Bug Fixes
- fix: update CI workflow to trigger on tag pushes and update dependenc… @amitksingh1490 (#776)
- fix: update CI workflow to trigger on tag pushes instead of main branch @amitksingh1490 (#773)
v0.87.1
Changes
🐛 Bug Fixes
- fix: update CI workflow to trigger on tag pushes instead of main branch @amitksingh1490 (#773)
- fix: add range support for fetch tool @laststylebender14 (#745)
v0.87.0
Changes
🚀 Features
- fix: never reveal tool name to user @laststylebender14 (#764)
🐛 Bug Fixes
- fix: never reveal tool name to user @laststylebender14 (#764)
- fix: allow multiline pastes @laststylebender14 (#760)