May
Update to latest version !!Get the instructions from the docs
Get Startedv0.94.5β
π Bug Fixesβ
- fix: remove assignment of
top_p
in Open AI transformer @amitksingh1490 (#876) - fix(ui): resolve spinner display issues and redundant stop calls @tusharmath (#875)
- fix: ensure completion tool output is recorded and all tool results are captured @tusharmath (#874)
π§° Maintenanceβ
- chore: update the explanation description @laststylebender14 (#871)
v0.94.4β
- feat: add top_p and top_k parameters for AI model configuration @tusharmath (#861)
π Bug Fixesβ
- fix: error message format for tracing @tusharmath (#867)
- fix(error): improve error formatting for Retryable variant @tusharmath (#866)
- fix(ui): add spinner feedback during conversation initialization @tusharmath (#862)
π§° Maintenanceβ
- chore: add explanation field to forge tools @ssddOnTop (#868)
- chore: add versioning to client headers for better tracking @ssddOnTop (#863)
- chore: collect LLM response message @tusharmath (#865)
- chore: add more tracing @ssddOnTop (#860)
v0.94.2β
π Bug Fixesβ
- fix: image handling in tool API @tusharmath (#859)
π§° Maintenanceβ
- refactor: update token estimation logic and enhance usage struct with content length @tusharmath (#857)
v0.94.1β
π Bug Fixesβ
- fix(model): change supported_parameters to be optional @tusharmath (#856)
v0.94.0β
π Featuresβ
- fix: token usage computation @tusharmath (#855)
- feat: utilise tool supported setting from api @laststylebender14 (#846)
π Bug Fixesβ
- fix(tools): return error to agent instead of raising exception @laststylebender14 (#845)
- fix: standardize error output using eprintln instead of println @tusharmath (#852)
- fix(domain): resolve serde deserialization errors for conversation loading @ssddOnTop (#849)
- fix: avoid caching models on ui @laststylebender14 (#847)
- fix(ui): align tool numbering with consistent padding @amitksingh1490 (#835)
- fix: execute shell commands correctly @laststylebender14 (#825)
π§° Maintenanceβ
- fix: token usage computation @tusharmath (#855)
- chore(tracking): track warnings and info messages @tusharmath (#854)
- chore(conversation): add All Subscriptions section to HTML rendering @tusharmath (#853)
- chore: added conversation to error context @ssddOnTop (#839)
v0.93.0β
π 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β
π 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β
π 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β
π Bug Fixesβ
- fix: CI improvements @tusharmath (#811)
v0.90.0β
π 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β
π 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β
π 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β
π 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β
π 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β
π 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)
v0.86.0β
π Featuresβ
- feat: allow search tool to accept file path to search in @laststylebender14 (#758)
v0.85.3β
π Bug Fixesβ
- fix: zero usage @laststylebender14 (#751)
v0.85.2β
π Bug Fixesβ
- fix: zero usage @laststylebender14 (#751)
- fix(markdown): add dim attribute to code block style for better visibility @tusharmath (#752)
v0.85.1β
π Bug Fixesβ
- fix(tools): update tool names to use consistent naming convention @tusharmath (#749)
v0.85.0β
π Featuresβ
- fix(tools): use JsonSchema instead of XML to Parse Tools @tusharmath (#739)
π Bug Fixesβ
- fix(tools): use JsonSchema instead of XML to Parse Tools @tusharmath (#739)
v0.84.0β
π Featuresβ
- feat: ensure agent doesn't quit in-between task @laststylebender14 (#734)
v0.83.2β
π Bug Fixesβ
- fix: remove duplicate tool call params from result @laststylebender14 (#738)
v0.83.1β
π Bug Fixesβ
- fix: fs tool usage prompt to include the correct calculation @laststylebender14 (#737)
v0.83.0β
π Featuresβ
- feat: add keep_ansi flag to shell tool @akmane-96 (#732)
v0.82.0β
π Featuresβ
- feat: add keep_ansi flag to shell tool @akmane-96 (#732)
- feat: add provider in
/info
@akmane-96 (#722)
v0.81.0β
π Featuresβ
- feat: add token estimation feature @luffy-orf (#715)
v0.80.1β
π Bug Fixesβ
- fix(tools): image support + error on requesting a large range @tusharmath (#726)
v0.80.0β
π Featuresβ
- feat(workflow): implement config file search in parent directories @tusharmath (#729)
π Bug Fixesβ
- fix(tracker): track toolcall usage @laststylebender14 (#731)