Skip to content

Releases: antinomyhq/forgecode

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)

v2.5.2

03 Apr 07:03
8c0af00

Choose a tag to compare

Changes

🐛 Bug Fixes

v2.5.1

02 Apr 22:46
4add7e1

Choose a tag to compare

Changes

🐛 Bug Fixes

  • Revert "fix(zsh): use global scope for typeset to support lazy loading" @ssddOnTop (#2810)

v2.5.0

02 Apr 17:36
b1054bd

Choose a tag to compare

Changes

🚀 Features

🐛 Bug Fixes

  • fix(zsh): use global scope for typeset to support lazy loading @losinggeneration (#2776)
  • fix(walker): respect nested .gitignore files even if it's not git repo @laststylebender14 (#2785)
  • fix(windows): enable VT processing on stdout handle for ANSI rendering @stier1ba (#2788)
  • perf(workspace): improve workspace sync performance @tusharmath (#2787)
  • fix(select): replace unsafe transmute_copy with safe Any downcasting in confirm prompt @tusharmath (#2794)

🚀 Performance

🧰 Maintenance

v2.4.1

02 Apr 04:43
9510ab5

Choose a tag to compare

Changes

📝 Documentation

🐛 Bug Fixes

🧰 Maintenance

  • refactor(env): drop configuration fields from env and update usage @tusharmath (#2755)

v2.4.0

01 Apr 14:03
5a6f3c8

Choose a tag to compare

Changes

🚀 Features

  • feat(conversation): add :rename command to set custom conversation titles @tivris (#2760)
  • feat(provider): add fireworks ai provider support @amitksingh1490 (#2758)

🐛 Bug Fixes

  • fix(json): handle double-encoded tool call arguments in openai request serialization @amitksingh1490 (#2764)
  • chore(deps): bump the patch group across 1 directory with 2 updates @dependabot[bot] (#2753)

🧰 Maintenance

v2.3.2

31 Mar 06:38
18f89a8

Choose a tag to compare

Changes

  • Revert "fix: prevent partial config write when model selection is cancelled d…" @tusharmath (#2752)

🧰 Maintenance

v2.3.1

31 Mar 05:38
fbeea84

Choose a tag to compare

🐛 Bug Fixes

🧰 Maintenance

  • refactor(config): inject $schema key into generated config for editor validation @tusharmath (#2741)
  • docs: Remove PR/issue references from release notes template @tusharmath (#2743)
  • docs(skills): remove PR/issue references from release notes template @tusharmath (#2742)