Changes
🚀 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)