April
Update to latest version !!Get the instructions from the docs
Get Startedv0.79.3
🐛 Bug Fixes
- fix(markdown): update color settings for inline code style in MarkdownFormat @tusharmath (#718)
v0.79.2
🐛 Bug Fixes
- fix(ui): enhance model selection help message for better user guidance @tusharmath (#714)
v0.79.1
🧰 Maintenance
- feat(model): model selection is mandatory and persisted after startup @tusharmath (#709)
v0.79.0
🚀 Features
- feat(fs): support reading file ranges @tusharmath (#706)
v0.78.6
🐛 Bug Fixes
- fix: custom rules optional in plan mode @amitksingh1490 (#705)
v0.78.5
- No changes
v0.78.4
🐛 Bug Fixes
- fix(agent): disable tool support for software engineer and designer agents @tusharmath (#702)
v0.78.3
🐛 Bug Fixes
- fix(software-designer): restrict agent to plan creation only @tusharmath (#700)
v0.78.2
🧰 Maintenance
- fix(template): improve implementation plan md format for clarity and consistency @tusharmath (#699)
v0.78.1
🐛 Bug Fixes
- fix(orchestrator): improve handling of interrupted tool responses @tusharmath (#698)
v0.78.0
🚀 Features
- feat: implement dedicated planner mode with multi-agent architecture @tusharmath (#695)
v0.77.0
🚀 Features
- feat(title): add timestamp handling to TitleFormat and update dependencies @tusharmath (#688)
v0.76.1
🐛 Bug Fixes
- fix(template): template rendering error @tusharmath (#693)
v0.76.0
🚀 Features
- fix: refactor string formatting to use new syntax @amitksingh1490 (#692)
🐛 Bug Fixes
- fix: refactor string formatting to use new syntax @amitksingh1490 (#692)
🧰 Maintenance
- fix: refactor string formatting to use new syntax @amitksingh1490 (#692)
- refactor: Simplify
ForgeTemplateService
@ssddOnTop (#689)
v0.75.0
🚀 Features
- fix(loader): ensure explicit workflow files are merged with default @tusharmath (#690)
🐛 Bug Fixes
- fix(loader): ensure explicit workflow files are merged with default @tusharmath (#690)
🧰 Maintenance
- fix(loader): ensure explicit workflow files are merged with default @tusharmath (#690)
v0.74.1
- No changes
v0.74.0
🚀 Features
- feat(display): add plain text diff output to patch tool @tusharmath (#684)
🐛 Bug Fixes
- feat(display): add plain text diff output to patch tool @tusharmath (#684)
v0.73.0
🚀 Features
- feat(cli): enhance command output and refactor formatting @tusharmath (#682)
v0.72.1
- feat: support models without native tool call capabilities @tusharmath (#681)
v0.72.0
🚀 Features
- feat: enhance chat response handling with progress indication @amitksingh1490 (#677)
v0.71.0
🚀 Features
- feat: improve the
/help
and/info
commands @tusharmath (#680)
🐛 Bug Fixes
- feat: improve the
/help
and/info
commands @tusharmath (#680)
🧰 Maintenance
- feat: improve the
/help
and/info
commands @tusharmath (#680)
v0.70.0
🚀 Features
- fix(compaction): move decision logic to orchestrator for better separation of concerns @tusharmath (#679)
v0.69.0
🚀 Features
- fix(compaction): improve context summarization with authoritative framing @tusharmath (#678)
v0.68.0
🚀 Features
- feat(compact): add
/compact
command to reduce context size @tusharmath (#674)
v0.67.0
🚀 Features
- feat(shell): use
!
to run arbitary shell commands without exiting. @tusharmath (#672) - perf(models): implement model caching to improve selection performance @tusharmath (#675)
📝 Documentation
- docs: update README for improved getting started instructions and provider configuration @tusharmath (#676)
🧰 Maintenance
- feat(shell): use
!
to run arbitary shell commands without exiting. @tusharmath (#672)
v0.66.2
🐛 Bug Fixes
- fix: remove redundant title agent functionality and related code @tusharmath (#673)
🧰 Maintenance
- fix: remove redundant title agent functionality and related code @tusharmath (#673)
v0.66.1
🐛 Bug Fixes
- fix(ui): handle errors in model selection prompt @tusharmath (#671)
v0.66.0
🚀 Features
- feat(cli): add
/model
command for interactive model selection @tusharmath (#667)
v0.65.0
🚀 Features
- feat: shell style prompt improvements @tusharmath (#670)
v0.64.3
🐛 Bug Fixes
- fix: add default value for agents in Workflow struct @tusharmath (#668)
v0.64.2
🐛 Bug Fixes
- fix: broken CLI formatting @tusharmath (#662)
🧰 Maintenance
- fix: broken CLI formatting @tusharmath (#662)
v0.64.1
🐛 Bug Fixes
- fix: broken STDIO @tusharmath (#661)
v0.64.0
🚀 Features
- feat: ability to customize default agent @tusharmath (#657)
🧰 Maintenance
- feat: ability to customize default agent @tusharmath (#657)
- chore(deps): bump tokio from 1.43.0 to 1.44.2 @dependabot[bot] (#636)
- chore(deps): bump crossbeam-channel from 0.5.14 to 0.5.15 @dependabot[bot] (#658)
v0.63.0
- refactor: clean up auto-update @tusharmath (#652)
🚀 Features
- feat: setting up default models @tusharmath (#655)
v0.62.0
🚀 Features
- feat: implement auto update functionality @tusharmath (#651)
v0.61.1
🐛 Bug Fixes
- fix: improve auto-compaction logic @tusharmath (#640)
v0.61.0
🚀 Features
- feat: initialize a conversation from a dump file @tusharmath (#638)
v0.60.3
🐛 Bug Fixes
- fix: attachment parsing @tusharmath (#635)
v0.60.2
🐛 Bug Fixes
- fix: retry on upstream errors @amitksingh1490 (#620)
v0.60.1
🐛 Bug Fixes
- fix: remove timeout @amitksingh1490 (#631)
v0.60.0
🚀 Features
- feat: log request url with errors for more clearity @laststylebender14 (#608)
🐛 Bug Fixes
- fix: file-search tool should be used to search for files @tusharmath (#627)
v0.59.2
- refactor: simplify command output formatting in shell execution @tusharmath (#626)
🐛 Bug Fixes
- fix: client connection settings @amitksingh1490 (#625)
v0.59.1
🐛 Bug Fixes
- fix: update system prompt to conditionally display custom rules section @tusharmath (#623)
v0.59.0
🚀 Features
- feat: add comprehensive documentation for new features including coding agent, built-in commands, security, image upload, autocomplete, multi-agent architecture, WYSIWYG shell experience, and command interruption @tusharmath (#622)
📝 Documentation
- feat: add comprehensive documentation for new features including coding agent, built-in commands, security, image upload, autocomplete, multi-agent architecture, WYSIWYG shell experience, and command interruption @tusharmath (#622)
v0.58.1
🐛 Bug Fixes
- fix: implement System Prompts for plan mode @tusharmath (#617)
v0.58.0
🚀 Features
- feat: use request token usage for compaction @laststylebender14 (#600)
v0.57.0
🚀 Features
- feat: Enhance System Context with Dynamic Variables and Re-rendering @tusharmath (#614)
v0.56.0
🚀 Features
- feat: make forge LMStudio compatible @laststylebender14 (#613)
v0.55.1
🐛 Bug Fixes
- fix: update naming convention for plan Markdown files @tusharmath (#610)
🧰 Maintenance
- refactor: remove Qdrant and OpenAI embedding service references from the codebase @tusharmath (#609)
v0.55.0
🚀 Features
- feat: implement undo tool @laststylebender14 (#596)
v0.54.0
🚀 Features
- fix: improve write message for
fs_write
tool @tusharmath (#607)
v0.53.6
🐛 Bug Fixes
- fix: preserve coloured output for sbt tests @laststylebender14 (#604)
v0.53.5
🐛 Bug Fixes
- feat: add current time with user prompts @tusharmath (#606)
v0.53.4
- feat: enhance context summarization with standardized templates and configuration @tusharmath (#605)