March
Update to latest version !!Get the instructions from the docs
Get Startedv0.53.3β
π Bug Fixesβ
- fix: ensure URLs end with a trailing slash in Provider methods @Kaushal-26 (#601)
v0.53.2β
π Bug Fixesβ
- fix: Implement retry mechanism with exponential backoff for agent @amitksingh1490 (#570)
v0.53.1β
π Bug Fixesβ
- fix: cargo test failing @laststylebender14 (#597)
v0.53.0β
π Featuresβ
- feat: Implement automatic context compaction for improved conversation management @tusharmath (#582)
v0.52.2β
π Bug Fixesβ
- fix: update X-Title header and add HTTP-Referer @amitksingh1490 (#594)
π§° Maintenanceβ
- refactor: change Event value type to serde value @laststylebender14 (#592)
v0.52.1β
π Bug Fixesβ
- fix: attachment utf-8 parsing @laststylebender14 (#593)
π§° Maintenanceβ
- refactor: change Event value type to serde value @laststylebender14 (#592)
v0.52.0β
π Featuresβ
- feat: configure temperature agent wise @laststylebender14 (#591)
v0.51.8β
π Bug Fixesβ
- fix: show forbidden and too many requests on cli error @amitksingh1490 (#589)
v0.51.7β
π Bug Fixesβ
- fix: patched files result to return content @amitksingh1490 (#588)
v0.51.6β
π Bug Fixesβ
- fix: parsing error on models response @amitksingh1490 (#586)
v0.51.5β
π Bug Fixesβ
- fix: propagate
prompt
errors @tusharmath (#583)
v0.51.4β
- refactor: Rename modules @tusharmath (#577)
π Bug Fixesβ
- fix: update output format for patched files to include status indication @amitksingh1490 (#581)
v0.51.3β
π Bug Fixesβ
- fix: avoid unwrapping when receiver is dropped. @laststylebender14 (#568)
v0.51.2β
π Bug Fixesβ
- fix(#561): Redesign conversation state management to address agent persistence after interruptions @tusharmath (#565)
v0.51.1β
π Bug Fixesβ
- fix: Update message sending logic to include Custom type responses @amitksingh1490 (#562)
v0.51.0β
π Featuresβ
- feat: add Terminal Markdown Display @tusharmath (#557)
π Documentationβ
- feat: add Terminal Markdown Display @tusharmath (#557)
π Bug Fixesβ
- feat: add Terminal Markdown Display @tusharmath (#557)
v0.50.0β
π Featuresβ
- feat: add
show_user
tool, refactor FSRead, and improve Agent event handling @tusharmath (#556)
π§° Maintenanceβ
- feat: add
show_user
tool, refactor FSRead, and improve Agent event handling @tusharmath (#556)
v0.49.0β
π Featuresβ
- fix: merge strategy for agent subscriptions @tusharmath (#554)
π Bug Fixesβ
- fix: merge strategy for agent subscriptions @tusharmath (#554)
v0.48.0β
π Featuresβ
- feat: Add agent disable functionality and enhance command handling @tusharmath (#551)
π§° Maintenanceβ
- chore(ci): simplify forge event JSON by removing comment body from re⦠@amitksingh1490 (#548)
- chore(ci): escape special characters in forge event JSON string @amitksingh1490 (#547)
- chore(ci): JSON parsing error with special characters in comments @amitksingh1490 (#546)
v0.47.3β
π Documentationβ
- docs: add NPM installation instructions to README.md @amitksingh1490 (#534)
π Bug Fixesβ
- fix: update GitHub agent configurations @amitksingh1490 (#542)
v0.47.2β
π Bug Fixesβ
- fix: improve git commit prompt to handle staged changes better @tusharmath (#533)
π§° Maintenanceβ
- fix: improve git commit prompt to handle staged changes better @tusharmath (#533)
v0.47.1β
- fix: enhance
PLAN
mode guidelines to prohibit code snippets in favor of conceptual descriptions @tusharmath (#535)
v0.47.0β
π Featuresβ
- feat: add npm package publishing to CI workflow @amitksingh1490 (#529)
v0.46.2β
π Bug Fixesβ
- fix(531): handle empty content error in streaming response @rahulkadam (#532)
π§° Maintenanceβ
- chore(deps): bump ring from 0.17.8 to 0.17.13 @dependabot[bot] (#473)
v0.46.1β
π Bug Fixesβ
- fix(templates): enhance PR template with GitHub CLI integration and system info partials @tusharmath (#530)
v0.46.0β
π Featuresβ
- feat(provider): add support for
anthropic_url
@tusharmath (#527)
v0.45.0β
π Featuresβ
- feat: add current date to system context and templates @tusharmath (#525)
v0.44.0β
π Featuresβ
- fix: snapshot creation for new files @tusharmath (#524)
π Bug Fixesβ
- fix: snapshot creation for new files @tusharmath (#524)
v0.43.2β
π Bug Fixesβ
- fix(prompt): version format in prompt @tusharmath (#521)
v0.43.1β
π Bug Fixesβ
- fix: simplify title generation event logic @tusharmath (#520)
v0.43.0β
π Featuresβ
- fix: reduce snapshot API surface @ssddOnTop (#495)
π Bug Fixesβ
- fix: reduce snapshot API surface @ssddOnTop (#495)
v0.42.1β
π Documentationβ
- fix: improve help prompts @tusharmath (#519)
π Bug Fixesβ
- fix: improve help prompts @tusharmath (#519)
v0.42.0β
π Featuresβ
- feat: allow support for registering custom commands @laststylebender14 (#503)
π§° Maintenanceβ
- chore(ci): exclude bot from triggering PR updates in Forge automation @amitksingh1490 (#514)
- chore(ci): update GitHub Actions to use generated token for issue and⦠@amitksingh1490 (#512)
- chore(ci): update GitHub Actions to use generated token for issue and PR comments @amitksingh1490 (#511)
v0.41.0β
π Featuresβ
- chore(ci): add comments to issues and PRs with action links in Forge @amitksingh1490 (#509)
π Bug Fixesβ
- fix: add Markdown file requirements for PLAN mode @tusharmath (#508)
π§° Maintenanceβ
- chore(ci): add comments to issues and PRs with action links in Forge @amitksingh1490 (#509)
v0.40.1β
π Bug Fixesβ
- fix(ci): update Forge CLI commands to use
--event
parameter for issue processing @amitksingh1490 (#505)
π§° Maintenanceβ
- chore(ci): add Forge Automation workflow @amitksingh1490 (#504)
v0.40.0β
π Featuresβ
- feat(CLI): add
--event
parameter to dispatch custom events @amitksingh1490 (#499)
π Bug Fixesβ
- feat(CLI): add
--event
parameter to dispatch custom events @amitksingh1490 (#499)
v0.39.0β
π Featuresβ
- feat: use queue based system for agents @laststylebender14 (#494)
v0.38.1β
π Bug Fixesβ
- fix(open_router): replace OpenAITransformer with DropOpenRouterFields and remove redundant logging @tusharmath (#502)
v0.38.0β
π Featuresβ
- fix(provider): improve Open AI compatibility and error handling @tusharmath (#496)
π Bug Fixesβ
- fix(provider): improve Open AI compatibility and error handling @tusharmath (#496)
v0.37.0β
π Featuresβ
- feat: add support for project level rules. @laststylebender14 (#487)
v0.36.2β
π§° Maintenanceβ
- feat(config): support workflow merge @tusharmath (#478)
v0.36.1β
π Bug Fixesβ
- fix(ui): integrate tracker dispatch for prompt events in user input handling @amitksingh1490 (#479)
v0.36.0β
π Featuresβ
- feat: implement file snapshot system @ssddOnTop (#457)
π Bug Fixesβ
- fix: set
forge_fs
andforge_walker
to workspace @ssddOnTop (#481)
π§° Maintenanceβ
- chore: update Rust edition from 2024 to 2021 in Cargo.toml @amitksingh1490 (#480)
v0.35.0β
π Featuresβ
- feat: add help command mode with dedicated help agent @tusharmath (#475)
v0.34.0β
π Featuresβ
- feat(tools): introduce agent-level tool support configuration @tusharmath (#476)
v0.33.0β
π Featuresβ
- feat(provider): add support for custom provider URLs @tusharmath (#474)
π Documentationβ
- doc: add application logs documentation to README @tusharmath (#470)
π§° Maintenanceβ
- chore: move dependencies to root
Cargo.toml
@ssddOnTop (#471)
v0.32.1β
π Bug Fixesβ
- fix: change logging format to
json
@tusharmath (#469)
v0.32.0β
- fix: separate default forge config from user config @tusharmath (#466)
π Featuresβ
- fix(auth): simplify provider handling with URL-based configuration @tusharmath (#465)
- Revert "feat(oauth): implement authentication flow with login and logout" @tusharmath (#464)
π§° Maintenanceβ
- fix(auth): simplify provider handling with URL-based configuration @tusharmath (#465)
v0.31.0β
π Featuresβ
- fix(auth): simplify provider handling with URL-based configuration @tusharmath (#465)
- Revert "feat(oauth): implement authentication flow with login and logout" @tusharmath (#464)
- feat(oauth): implement authentication flow with login and logout @amitksingh1490 (#442)
π§° Maintenanceβ
- fix(auth): simplify provider handling with URL-based configuration @tusharmath (#465)
v0.30.0β
π Featuresβ
- feat: Add Act and Plan modes @tusharmath (#460)
π§° Maintenanceβ
- feat: Add Act and Plan modes @tusharmath (#460)
v0.29.3β
π Bug Fixesβ
- fix(prompt): enhance user collaboration and feedback workflow @tusharmath (#458)
v0.29.2β
π Bug Fixesβ
- fix: system prompt improvements and shell tool formatting @tusharmath (#453)
v0.29.1β
π Bug Fixesβ
- fix: improve error handling for tool call parsing @tusharmath (#447)
π§° Maintenanceβ
- refactor: migrate from content-based to event-based communication model @tusharmath (#446)
v0.29.0β
π Featuresβ
- feat(patch): support multiple-patch operations in a single call @tusharmath (#445)
π Bug Fixesβ
- feat(patch): support multiple-patch operations in a single call @tusharmath (#445)
v0.28.2β
π Bug Fixesβ
- fix: version in
/info
@ssddOnTop (#444)
v0.28.1β
π Bug Fixesβ
- fix: add diff output display to
apply_json.rs
@tusharmath (#443)
v0.28.0β
- chore: add nextest.toml configuration for test timeouts @tusharmath (#438)
π Featuresβ
- feat: ability to attach images @ssddOnTop (#378)
- feat: display Version in
/info
@ssddOnTop (#434)
π Bug Fixesβ
- fix: Make walker depth optional and more flexible in template agent @tusharmath (#431)
π§° Maintenanceβ
- chore: ability to disable
test_find_cat_name
@ssddOnTop (#441) - fix: Make walker depth optional and more flexible in template agent @tusharmath (#431)
v0.27.0β
- refactor: Make system_prompt and user_prompt fields optional for agents @tusharmath (#418)
π Featuresβ
- feat(fs-patch): replace fuzzy patching with operation-based exact patching @tusharmath (#429)
- feat(template): add agent reference to template service @tusharmath (#427)
π Bug Fixesβ
v0.26.0β
π Featuresβ
- feat: add overwrite option to FSWriteInput for file writing behavior @tusharmath (#417)
π Documentationβ
- docs: add Discord community section to README with invitation and badge @amitksingh1490 (#412)
- docs: streamline README by removing outdated API key section and enhancing feature descriptions @amitksingh1490 (#396)
π Bug Fixesβ
- Rename DispatchEvent to Event @tusharmath (#410)
π§° Maintenanceβ
- refactor: Move Provider tests to forge_infra with sequential execution @tusharmath (#414)