| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| forge-aarch64-pc-windows-msvc.exe | 2025-11-29 | 56.2 MB | |
| forge-x86_64-pc-windows-msvc.exe | 2025-11-29 | 59.3 MB | |
| forge-aarch64-unknown-linux-musl | 2025-11-29 | 53.6 MB | |
| forge-aarch64-linux-android | 2025-11-29 | 54.6 MB | |
| forge-aarch64-unknown-linux-gnu | 2025-11-29 | 54.6 MB | |
| forge-x86_64-unknown-linux-musl | 2025-11-29 | 57.2 MB | |
| forge-x86_64-apple-darwin | 2025-11-29 | 54.6 MB | |
| forge-aarch64-apple-darwin | 2025-11-29 | 53.8 MB | |
| forge-x86_64-unknown-linux-gnu | 2025-11-29 | 57.1 MB | |
| README.md | 2025-11-29 | 1.3 kB | |
| v1.9.0 source code.tar.gz | 2025-11-29 | 722.3 kB | |
| v1.9.0 source code.zip | 2025-11-29 | 1.0 MB | |
| Totals: 12 Items | 502.7 MB | 0 | |
Changes
🚀 Features
- feat: Add
:clonecommand for intelligent conversation management @dariuszkowalski-com (#1962) - feat(auth): prefill authentication prompts with existing credentials @amitksingh1490 (#2020)
- feat(provider): add deepseek provider @amitksingh1490 (#2025)
- feat(vscode): add automatic extension installation on startup @tusharmath (#2009)
📝 Documentation
- docs(skills): prohibit code snippets in create-plan skill @tusharmath (#2012)
🐛 Bug Fixes
- fix: auto-refresh OAuth token for models API calls @amitksingh1490 (#2018)
- fix(login): copy device code to clipboard automatically @amitksingh1490 (#1940)
- fix(zsh): improve the ability to customize prompt @tusharmath (#2022)
- fix(metrics): make session metrics fields optional in serialization @ssddOnTop (#2027)
- fix(cli): handle piped input as prompt when no explicit prompt provided @tusharmath (#2016)
- fix(debug): use path-based configuration for debug requests @amitksingh1490 (#2006)
🧰 Maintenance
- chore(evals): add debug request file support for validations @amitksingh1490 (#2014)
- feat(skills): add plan validation scripts to create-plan skill @tusharmath (#2013)
- chore: add CWD + Shell based validations support for EVALS @tusharmath (#2010)