Skip to content

Releases: tailcallhq/forgecode

v2.11.1

15 Apr 09:23
68b863c

Choose a tag to compare

Changes

🐛 Bug Fixes

  • fix(command-list): deduplicate agent names in list commands porcelain output @tusharmath (#3011)
  • fix(command-list): include custom commands in plain output and deduplicate API fetch @tusharmath (#3010)
  • fix: resolve all unsafe string/vector indexing across codebase @amitksingh1490 (#3001)
  • fix(command-parser): user-friendly errors for unknown commands and consistent list command output @tusharmath (#3002)
  • test(vscode): fix flaky env var test with thread-safe guard @amitksingh1490 (#2997)
  • fix(title-generation): abort spawned tasks on drop instead of relying on handle drop @tusharmath (#2996)

🧰 Maintenance

v2.11.0

14 Apr 06:46
28b59e8

Choose a tag to compare

Changes

🚀 Features

📝 Documentation

  • docs(skills): refine release notes tone guidelines to favor clarity over marketing language @tusharmath (#2982)

🐛 Bug Fixes

  • fix(agent): let config enabled = false override per-agent reasoning settings @tusharmath (#2994)
  • Remove unsupported formats from OpenAI schema @Alexx999 (#2975)
  • fix(auth): preserve Codex id_token during OAuth exchange @Edition-X (#2946)
  • fix: add xAI/Grok API compatibility @golah (#2809)

🚀 Performance

  • perf(display): cache terminal theme detection with 100ms timeout @tusharmath (#2992)
  • perf(sync): batch file uploads into single HTTP requests per batch @tusharmath (#2985)

🧰 Maintenance

v2.10.0

13 Apr 06:20
66ab313

Choose a tag to compare

Changes

  • test(markdown-stream): update insta snapshots for heading and list tests @tusharmath (#2978)

🚀 Features

📝 Documentation

  • chore(deps): update mcr.microsoft.com/devcontainers/rust docker tag to v2 @renovate[bot] (#2969)

🐛 Bug Fixes

🚀 Performance

🧰 Maintenance

v2.9.9

11 Apr 07:58
22190fc

Choose a tag to compare

Changes

🐛 Bug Fixes

  • fix(config): swap preference order to favor legacy ~/forge path over ~/.forge @tusharmath (#2952)
  • fix(http): append linebreak to debug file writes for valid jsonl format @tusharmath (#2939)

🧰 Maintenance

v2.9.8

10 Apr 15:21
73c46ca

Choose a tag to compare

Changes

🐛 Bug Fixes

  • fix(update): replace stale antinomyhq/forge references with tailcallhq/forgecode @EmojiPati (#2930)

🧰 Maintenance

v2.9.7

10 Apr 10:27
7b6120d

Choose a tag to compare

Changes

🐛 Bug Fixes

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)