| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| forge-x86_64-pc-windows-msvc.exe | 2025-11-26 | 59.1 MB | |
| forge-aarch64-pc-windows-msvc.exe | 2025-11-26 | 56.1 MB | |
| forge-aarch64-apple-darwin | 2025-11-26 | 53.7 MB | |
| forge-x86_64-apple-darwin | 2025-11-26 | 54.5 MB | |
| forge-aarch64-unknown-linux-musl | 2025-11-26 | 53.4 MB | |
| forge-aarch64-linux-android | 2025-11-26 | 54.5 MB | |
| forge-aarch64-unknown-linux-gnu | 2025-11-26 | 54.4 MB | |
| forge-x86_64-unknown-linux-musl | 2025-11-26 | 56.9 MB | |
| forge-x86_64-unknown-linux-gnu | 2025-11-26 | 56.8 MB | |
| README.md | 2025-11-26 | 2.2 kB | |
| v1.7.0 source code.tar.gz | 2025-11-26 | 698.4 kB | |
| v1.7.0 source code.zip | 2025-11-26 | 1.0 MB | |
| Totals: 12 Items | 501.2 MB | 0 | |
Changes
🚀 Features
- feat: support Streaming HTTP @ssddOnTop (#1864)
- feat(skills): add git conflict resolution skill with automated handling @tusharmath (#1967)
- feat(info): display agent definition file path @tusharmath (#1945)
- feat(skills): add skill repository and system integration @tusharmath (#1938)
- feat: add support for 15 new programming languages @dariuszkowalski-com (#1949)
- feat: support user context while generating commit messages @tusharmath (#1935)
- feat: show provider and model with agent list @ssddOnTop (#1901)
📝 Documentation
- docs(skills): expand generated file guidance in conflict resolver @tusharmath (#1975)
- docs(sage): add directory scoping guidance to description @tusharmath (#1929)
🐛 Bug Fixes
- fix: hash computation for externally modified files @ssddOnTop (#1979)
- fix(api): invalidate agent cache after updating default model @ssddOnTop (#1985)
- fix: token usage with Ollama/LMStudio @vbashkirtsev (#1944)
- fix: model and provider selection flow @amitksingh1490 (#1958)
- fix(terminal): force ANSI fallback for cursor key commands on windows @amitksingh1490 (#1952)
- fix(terminal): move control mode handling from shell plugin to rust @amitksingh1490 (#1948)
- test: replace include_str with async fixture loading @tusharmath (#1941)
- fix(zsh): ensure arrow keys function correctly in dialoguer @amitksingh1490 (#1926)
🧰 Maintenance
- refactor(preferences): remove fallback to first available provider @amitksingh1490 (#1977)
- refactor(zsh): remove fc alias for commit command @ssddOnTop (#1978)
- refactor(benchmarks): pass log file path instead of debug directory @tusharmath (#1974)
- chore(deps): bump actions/checkout from 5 to 6 in the actions group @dependabot[bot] (#1959)
- chore: Update
resolve-conflictskill @tusharmath (#1969) - test(changed-files): ensure deterministic file change ordering @tusharmath (#1964)
- ci: add labeled trigger to pull request workflow @amitksingh1490 (#1953)
- feat: append piped input as a separate user message @tusharmath (#1931)
- refactor(info): normalize keys to lowercase in add_key_value @tusharmath (#1928)