May
Update to latest version !!Get the instructions from the docs
Get Startedv0.94.5
🐛 Bug Fixes
- fix: remove assignment of
top_pin 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)