Skip to content

Releases: alex-feel/claude-code-toolbox

v4.1.0

14 Nov 22:20
b306ee6

Choose a tag to compare

4.1.0 (2025-11-14)

Features

  • add conditional system prompt loading for session continuity (0e25808)

Bug Fixes

  • correct system prompt handling for session continuation (8a5bb3b)

v4.0.1

14 Nov 15:47
312fe30

Choose a tag to compare

4.0.1 (2025-11-14)

Bug Fixes

  • resolve system prompt application with command flags (c67d4da)

v4.0.0

14 Nov 14:47
b63ecfe

Choose a tag to compare

4.0.0 (2025-11-14)

⚠ BREAKING CHANGES

  • Output-style configuration is completely removed. Users must migrate to the new system-prompt mode field.

Features

  • remove output-style support and add system-prompt mode field (43e100a)

v3.8.2

23 Oct 16:15
ad8966d

Choose a tag to compare

3.8.2 (2025-10-23)

Bug Fixes

  • resolve Git installer download failure on Windows (811b50c)

v3.8.1

19 Oct 20:59
0b621cb

Choose a tag to compare

3.8.1 (2025-10-19)

Bug Fixes

v3.8.0

19 Oct 19:27
09512b5

Choose a tag to compare

3.8.0 (2025-10-19)

Features

  • implement file download/copy feature in environment setup (f84c468)

v3.7.6

16 Oct 14:20
e5d4732

Choose a tag to compare

3.7.6 (2025-10-16)

Bug Fixes

  • complete find_command to find_command_robust migration (af160ec)
  • complete find_command_robust migration in validation tests (5ffa0be)
  • resolve transient MCP server configuration failures (5b9930f)

v3.7.5

15 Oct 09:42
ea8f5ac

Choose a tag to compare

3.7.5 (2025-10-15)

Bug Fixes

  • correct argument order in claude mcp add for stdio servers (f6fd6b8)
  • replace PowerShell wrapper with direct subprocess for stdio MCP servers (d7d8738)

v3.7.4

15 Oct 06:28
b3178bd

Choose a tag to compare

3.7.4 (2025-10-15)

Bug Fixes

  • prevent Node.js triple installation by updating PATH after winget (fd2344c)

v3.7.3

14 Oct 12:11
a5065f8

Choose a tag to compare

3.7.3 (2025-10-14)

Bug Fixes

  • add missing quotes around command_str in PowerShell scripts (a440c7b)
  • add PATH propagation for stdio transport MCP servers on Windows (d0ac563)
  • add proper quoting for PowerShell script variables in stdio transport (43f9681)
  • complete base_cmd for Windows stdio retry mechanism (c5802c0)
  • correct argument order in MCP server configuration for stdio transport (415efe8)
  • ensure Node.js PATH propagates to MCP configuration on Windows (2c8f3be)