Skip to content

Releases: tailcallhq/forgecode

v2.9.6

10 Apr 09:40
8241bb8

Choose a tag to compare

Changes

🐛 Bug Fixes

  • fix(config): prevent base_path from flipping to ~/.forge when ~/forge still holds user data @tusharmath (#2925)

v2.9.5

10 Apr 04:47
445d1ce

Choose a tag to compare

Changes

🐛 Bug Fixes

v2.9.4

10 Apr 01:49
f4ef0b0

Choose a tag to compare

Changes

🐛 Bug Fixes

  • fix(openai): handle providers emitting both reasoning and reasoning_content fields @tusharmath (#2911)

v2.9.3

09 Apr 15:34
dc67ca7

Choose a tag to compare

Changes

🐛 Bug Fixes

  • fix(openai): handle providers emitting both reasoning and reasoning_content fields @tusharmath (#2911)
  • fix(cli): show agent list before setting a session model @tusharmath (#2910)

🧰 Maintenance

  • refactor(config): change default home directory from ~/forge to ~/.forge @youming-ai (#2902)

v2.9.2

09 Apr 11:59
b73fb81

Choose a tag to compare

Changes

🐛 Bug Fixes

🧰 Maintenance

v2.9.1

09 Apr 06:59
b5f09b2

Choose a tag to compare

Changes

🐛 Bug Fixes

v2.9.0

09 Apr 05:14
ac40fc9

Choose a tag to compare

Changes

🚀 Features

🐛 Bug Fixes

🧰 Maintenance

v2.8.0

07 Apr 11:45
7e8a51d

Choose a tag to compare

Changes

🚀 Features

🐛 Bug Fixes

  • fix(config): re-read ForgeConfig via infra get_config @tusharmath (#2878)
  • fix(http): consolidate sanitize_headers into forge_infra and expand sensitive header list @amitksingh1490 (#2879)

🧰 Maintenance

v2.7.0

07 Apr 05:25
29411b3

Choose a tag to compare

Changes

🚀 Features

📝 Documentation

  • docs(README): add newcomer orientation, ZSH plugin reference, and sync CLI docs @ahundt (#2862)

🐛 Bug Fixes

🧰 Maintenance

  • chore(auth): add warning for Claude Code provider about account ban risk @amitksingh1490 (#2838)
  • chore(alias): add 'provider' alias for provider-login commandchore @amitksingh1490 (#2865)
  • refactor(config): read ForgeConfig once at startup and thread it through the stack @tusharmath (#2850)
  • chore(deps): bump the major group across 1 directory with 5 updates @dependabot[bot] (#2783)

v2.6.0

04 Apr 03:23
d87a6ff

Choose a tag to compare

Changes

🚀 Features

  • feat(auth): add OAuth authorization code + PKCE for Codex provider @tivris (#2790)
  • feat(ui): add workspace init confirmation before syncing @tusharmath (#2822)
  • feat(config): add [[providers]] in .forge.toml @tusharmath (#2821)
  • feat(app): make commit history depth configurable via max_commit_count @tusharmath (#2762)
  • feat(config): add config-reload to clear all session overrides @tusharmath (#2819)

🧰 Maintenance

  • chore(provider): add Google AI Studio support @tivris (#2805)