Skip to content

Releases: antinomyhq/forgecode

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)

v2.3.0

30 Mar 12:46
54fe7a4

Choose a tag to compare

Changes

🚀 Features

🐛 Bug Fixes

🚀 Performance

  • perf: lazily initialize Handlebars and SyntaxHighlighter to reduce startup time @tusharmath (#2739)

🧰 Maintenance

v2.2.1

25 Mar 19:29
267350f

Choose a tag to compare

Changes

🧰 Maintenance

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