Skip to content

Releases: antinomyhq/forgecode

v2.2.0

24 Mar 13:13
d22f5d0

Choose a tag to compare

Changes

🚀 Features

🐛 Bug Fixes

🧰 Maintenance

v2.1.0

19 Mar 19:15
e84bc7f

Choose a tag to compare

Changes

🚀 Features

  • feat(provider): add OpenCode Zen provider with multi-backend routing and cost tracking @amitksingh1490 (#2594)
  • feat(forge_domain): dark theme with CSS variables and toggle button for conversation HTML view @tusharmath (#2592)
  • feat: add custom_headers for providers + built-in Kimi Coding provider @david-strejc (#2576)

🐛 Bug Fixes

🧰 Maintenance

v2.0.3

16 Mar 07:53
7d63501

Choose a tag to compare

Changes

📝 Documentation

  • fix(ui): use action format instead of warning for zsh doctor success @tusharmath (#2540)

🐛 Bug Fixes

  • fix(forge_app): use oneshot for title generation tasks @tusharmath (#2573)
  • fix: openai/codex mark transport sse parse errors as retryable @bahirul (#2566)
  • fix(provider): update context length for Claude code models @laststylebender14 (#2572)
  • fix(ui): use action format instead of warning for zsh doctor success @tusharmath (#2540)
  • fix(forge_select): skip interactive prompts when stdin is not a terminal @tusharmath (#2571)

v2.0.2

16 Mar 01:58
92321fe

Choose a tag to compare

Changes

📝 Documentation

  • docs(write-release-notes): exclude bots from contributors and ban implementation details @tusharmath (#2560)

🐛 Bug Fixes

v2.0.1

14 Mar 23:20
f92ea90

Choose a tag to compare

Changes

  • chore: flake.nix for running forge with nix run @hencjo (#2552)

🐛 Bug Fixes

  • fix(zsh): use _forge_exec_interactive for provider/model config set to fix API key input under ZLE @ssddOnTop (#2568)

v2.0.0

14 Mar 10:08
d0dd26e

Choose a tag to compare

Changes

🐛 Bug Fixes

  • fix(gpt-5.3-codex-spark): support tool call arguments in done event without deltas @amitksingh1490 (#2558)
  • refactor(forge_select): modularize prompt builders and fix ZLE interactive I/O @tusharmath (#2551)
  • fix(infra): increase default file and image size limits to 10MB @amitksingh1490 (#2536)
  • fix(provider): return url for template providers with no url params @ssddOnTop (#2548)
  • fix(json-repair): use char-based indexing to prevent out-of-bounds @ssddOnTop (#2549)
  • fix(retry): treat request-level errors as retryable @tusharmath (#2543)

🧰 Maintenance

  • refactor(forge_select): modularize prompt builders and fix ZLE interactive I/O @tusharmath (#2551)
  • chore(provider): add minimax support @ssddOnTop (#2557)
  • chore(deps): bump the major group across 1 directory with 5 updates @dependabot[bot] (#2474)
  • refactor(select): replace dialoguer with fzf-wrapped for fuzzy selection @ssddOnTop (#2546)
  • refactor(ui): remove type field from providers list display @ssddOnTop (#2547)

💥 Breaking Changes

  • refactor(forge_select): modularize prompt builders and fix ZLE interactive I/O @tusharmath (#2551)

v1.32.1

12 Mar 19:31
c003c4b

Choose a tag to compare

Changes

🐛 Bug Fixes

🧰 Maintenance

v1.32.0

11 Mar 13:42
9507f0e

Choose a tag to compare

Changes

🚀 Features

🐛 Bug Fixes

🧰 Maintenance

v1.31.2

08 Mar 03:19
340a752

Choose a tag to compare

Changes

🐛 Bug Fixes

  • fix(codex): stop forcing low text verbosity @ssddOnTop (#2501)
  • fix(model): consolidate gpt-5.4 model ids and update context lengths @ssddOnTop (#2500)

v1.31.1

06 Mar 16:38
c0d8f9f

Choose a tag to compare

Changes

🐛 Bug Fixes

  • fix(auth): include GoogleAdc in token refresh match arm @vennemp (#2486)