| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| forge-aarch64-pc-windows-msvc.exe | < 20 hours ago | 22.4 MB | |
| forge-x86_64-pc-windows-msvc.exe | < 20 hours ago | 26.1 MB | |
| forge-aarch64-apple-darwin | < 20 hours ago | 19.4 MB | |
| forge-aarch64-unknown-linux-musl | < 20 hours ago | 19.6 MB | |
| forge-x86_64-apple-darwin | < 20 hours ago | 20.9 MB | |
| forge-aarch64-linux-android | < 20 hours ago | 20.2 MB | |
| forge-aarch64-unknown-linux-gnu | < 20 hours ago | 20.3 MB | |
| forge-x86_64-unknown-linux-musl | < 20 hours ago | 23.3 MB | |
| forge-x86_64-unknown-linux-gnu | < 20 hours ago | 23.3 MB | |
| README.md | < 21 hours ago | 2.3 kB | |
| v1.11.0 source code.tar.gz | < 21 hours ago | 821.0 kB | |
| v1.11.0 source code.zip | < 21 hours ago | 1.1 MB | |
| Totals: 12 Items | 197.6 MB | 0 | |
Changes
🚀 Features
- feat: add
forge zsh doctorcommand @tusharmath (#2113) - feat: add IO Intelligence provider support @eminaruk (#2108)
- feat: add conversation delete command @dariuszkowalski-com (#2077)
- fix(mcp): show full error details in mcp show command @tusharmath (#2090)
📝 Documentation
- fix(zsh): update doctor instructions to use $FORGE_BIN variable @tusharmath (#2130)
- feat: add
forge zsh doctorcommand @tusharmath (#2113)
🐛 Bug Fixes
- fix(zsh): update doctor instructions to use $FORGE_BIN variable @tusharmath (#2130)
- fix(conversation): iterate all context messages for usage calculation @tusharmath (#2131)
- fix(zsh): prepend forge rprompt existing RPROMPT instead of replacing @tusharmath (#2128)
- fix(zsh): add buffer redisplay before prompt reset in bracketed paste handler @amitksingh1490 (#2121)
- refactor(http): add http_ prefix to HttpInfra trait methods @tusharmath (#2119)
- fix: enable parallel tool calls by default @amitksingh1490 (#2111)
- fix(gpt-5.2): clarify patch tool usage for multi-file modifications @amitksingh1490 (#2112)
- fix(ui): prevent spinner cycling causing early exit in model selection @amitksingh1490 (#2086)
- fix(create-plan): enhance research and plan creation guideline @amitksingh1490 (#2109)
- fix(zsh): filter provider list to show only llm providers @amitksingh1490 (#2098)
- fix(mcp): show full error details in mcp show command @tusharmath (#2090)
- fix(openai): add content filter handling for GitHub Copilot responses @amitksingh1490 (#2096)
🚀 Performance
- perf(ui): make
forge info14x faster @tusharmath (#2123)
🧰 Maintenance
- chore(proto): match client with server proto defs @amitksingh1490 (#2120)
- refactor(http): add http_ prefix to HttpInfra trait methods @tusharmath (#2119)
- fix: error mesage encoding @tusharmath (#2118)
- refactor: move usage information from conversation to context message @tusharmath (#2101)
- refactor(orch): remove async compaction and execute before chat request @tusharmath (#2100)
- refactor(tools): add conversation id to llm tool output @tusharmath (#2099)
- refactor(display): remove unavailable marker and use empty marker in
/provider@amitksingh1490 (#2097)