Changes
🛠️ Refactors
- refactor: consolidate
forge_api_urlusage @tusharmath, @autofix-ci[bot] (#1104)
🐛 Bug Fixes
- fix: output reasoning tokens only if supported by model @laststylebender14 (#1105)
- fix: update HTTP-Referer header to point to the new forgecode.dev URL @amitksingh1490 (#1080)
- fix: improve LLM caching @tusharmath (#1088)
- fix: use
max_completion_tokensinstead ofmax_tokensfor open-ai compatible providers @laststylebender14 (#1086) - fix: use blocking thread to readline @tusharmath (#1085)
🧰 Maintenance
- fix: share release builds between channels @tusharmath (#1114)
- fix: regenerate binaries on publish @laststylebender14 (#1113)
- chore: remove
forge_domaindirect dependency on crates @tusharmath (#1084) - chore: update labels.yml @ssddOnTop (#1082)
- chore: add permissions to GitHub Label Sync workflow @ssddOnTop (#1078)
- chore: add GitHub Label Sync workflow and related tests @ssddOnTop (#1077)
📝 Documentation
- docs: update readme for
max_requests_per_turnandtool_max_failure_limit@laststylebender14 (#1027)