Skip to content

Releases: bman654/clodex

v2.13.0

Choose a tag to compare

@github-actions github-actions released this 14 Sep 06:52
75bd5cc

2.13.0 (2026-09-14)

Features

  • oauth: keep parallel conversations cached instead of dropping them at a fixed limit (#236) (acade46), closes #222

v2.12.2

Choose a tag to compare

@github-actions github-actions released this 13 Sep 03:45
2f4c7f5

2.12.2 (2026-09-13)

Bug Fixes

  • oauth: stop resending the whole conversation uncached after an approved tool call (#214) (0369ea7)
  • opencode-go: make OpenCode Go models answer again and add DeepSeek V4.1 Flash (#213) (4295a39)

v2.12.1

Choose a tag to compare

@github-actions github-actions released this 12 Sep 00:46
0243e07

2.12.1 (2026-09-12)

Bug Fixes

  • patch: keep two Claude Code installs of one version from clobbering each other on restore (#228) (3581e39)
  • patch: say which install clodex will patch when CLODEX_CLAUDE_PATH points elsewhere (#227) (fd11d76)
  • patch: stop --restore from leaving claude unable to start on macOS (#226) (27c6cee)

v2.12.0

Choose a tag to compare

@github-actions github-actions released this 11 Sep 18:00
e6e4dca

2.12.0 (2026-09-11)

Features

  • oauth: keep prompt caching when several subagents are given the same prompt (#215) (2967c95)

v2.11.7

Choose a tag to compare

@github-actions github-actions released this 11 Sep 15:42
c6e3705

2.11.7 (2026-09-11)

Bug Fixes

  • oauth: keep more cached conversations alive when many subagents run at once (#221) (a8b7fd8)
  • oauth: keep prompt caching when many subagents start at the same moment (#219) (50f8dd3), closes #209
  • oauth: restore prompt caching for parallel subagents on ChatGPT models (#211) (9bd5205)

v2.11.6

Choose a tag to compare

@github-actions github-actions released this 09 Sep 19:36
1e199f7

2.11.6 (2026-09-09)

Bug Fixes

  • openai: stop tools with unusual regexes from failing every request in the session (#203) (d8767b5)
  • patch: explain incomplete Claude Code installs so users can repair them (#206) (759ffff)
  • patch: refuse to restore Claude Code from a backup that belongs to a different install (2a511c4), closes #199

v2.11.5

Choose a tag to compare

@github-actions github-actions released this 09 Sep 16:59
d6a901b

2.11.5 (2026-09-09)

Bug Fixes

  • openai: keep Artifact tools working on OpenAI models instead of failing every request (#195) (383729c)
  • patch: patch Claude Code installed with npm on Windows, instead of failing to detect it (#201) (10a61f6)

v2.11.4

Choose a tag to compare

@github-actions github-actions released this 08 Sep 18:56
e415728

2.11.4 (2026-09-08)

Bug Fixes

  • openai: retry connection drops during thinking so agents can keep working (#191) (b314b38)

v2.11.3

Choose a tag to compare

@github-actions github-actions released this 07 Sep 06:51
a713af0

2.11.3 (2026-09-07)

Bug Fixes

  • voice: restore dictation in proxy mode to prevent connection errors (#188) (7c9dc43)

v2.11.2

Choose a tag to compare

@github-actions github-actions released this 06 Sep 03:32
bd5a9d5

2.11.2 (2026-09-06)

Bug Fixes

  • auth: stop stalled OpenAI responses from hanging device-code sign-in (132f4c0)
  • models: time out a stalled OpenAI reply so refreshing your model list can't hang (f3b7e99)
  • openai: honor stated retry delays to improve rate-limit recovery (d5e241b)
  • openai: retry instead of failing when an OpenAI connection drops mid-response (#187) (9c63a15)
  • openai: reuse connections that free up while parallel agents wait, so prompts stay cached (#185) (6cc786f)
  • server: cancel provider calls after clients disconnect to reduce wasted work (#183) (b8ad341)