Skip to content

Releases: alex-feel/claude-code-toolbox

v1.8.0

05 Sep 06:43
5099bfa

Choose a tag to compare

1.8.0 (2025-09-05)

Features

  • add automatic Claude Code upgrade functionality (2685031)
  • add specialized research agents for code and web investigation (2467cbf)
  • support multiple environments with separate settings files (d371647)

v1.7.0

04 Sep 12:33
d4b4ea4

Choose a tag to compare

1.7.0 (2025-09-04)

Features

  • add flexible URL support for environment configurations (179084a)

Bug Fixes

  • auto-append {path} to base-url if not present (d4ebbc7)

v1.6.0

04 Sep 11:48
e32616b

Choose a tag to compare

1.6.0 (2025-09-04)

Features

  • add environment variables configuration support (4c15852)
  • add model configuration and advanced permissions support (a650047)
  • add private repository authentication support (f8a157c)
  • auto-configure MCP server permissions in additional-settings.json (78d0a73)
  • refactor environment config to support optional system prompts and output styles (edd7469)
  • refactor hooks configuration to use separate files and events sections (691304a)
  • support loading env configs from URLs, local files, or repository (b8981c7)
  • use additional-settings.json for environment-specific hooks (8d1a746)

Bug Fixes

  • make hooks cross-platform compatible (fdc9540)
  • resolve hook execution in Windows shells (54d4f44)
  • use forward slashes in hook paths to avoid JSON escaping issues (7b0ed27)

v1.5.0

03 Sep 09:00
1e1c2e5

Choose a tag to compare

1.5.0 (2025-09-03)

Features

  • transform setup system to be configuration-driven via YAML (8751e1c)

Bug Fixes

  • correct PowerShell command syntax and improve error handling (274c642)
  • resolve setup-environment.py runtime errors and improve reliability (108fda5)
  • use uv's inline script dependencies for PyYAML (abddc3e)

v1.4.2

16 Aug 10:46
343d17a

Choose a tag to compare

1.4.2 (2025-08-16)

Bug Fixes

  • implement working PowerShell/CMD wrappers for claude-python command (9a74e53)
  • properly escape PowerShell arguments with spaces in claude-python wrapper (2b66ba5)

v1.4.1

16 Aug 02:22
af4569c

Choose a tag to compare

1.4.1 (2025-08-16)

Bug Fixes

  • bash wrapper now executes directly instead of going through PowerShell (ce7a6d3)
  • escape backslash in PowerShell regex pattern (6508fd5)
  • use Git Bash to pass system prompt content on Windows (d7105c2)
  • use Unix-style paths for system prompt loading on Windows (7408a05)

v1.4.0

16 Aug 00:36
d160a62

Choose a tag to compare

1.4.0 (2025-08-16)

Features

  • add Git Bash support for claude-python command on Windows (4720a8f)

v1.3.0

16 Aug 00:18
6043084

Choose a tag to compare

1.3.0 (2025-08-16)

Features

  • incorporate YAGNI, DRY, KISS, and SOLID principles into Python developer prompt (19b75ef)

Bug Fixes

  • add --scope user flag to MCP configuration commands (d937ceb)
  • add Node.js to PATH after MSI installation on Windows (3f59280)
  • correct Python version specifier syntax for uv (df89b94)
  • correct uv PATH configuration in Windows PowerShell scripts (4d1aa7e)
  • properly execute MCP configuration with full claude path (c18f608)
  • properly handle SSL errors and npm path resolution (d47ccee)
  • properly pass command-line arguments in PowerShell launcher (587273d)
  • resolve npm install failures and SSL certificate errors (d3c80b4)
  • run MCP configuration in separate shell context (e97f0dd)

v1.2.0

15 Aug 21:20
999e27f

Choose a tag to compare

1.2.0 (2025-08-15)

Features

  • add cross-platform Python installer scripts (f9a7ec3)

Bug Fixes

  • configure MCP server without requiring npm in PATH (30b40b6)
  • resolve shebang and executable file issues (51a92a1)
  • use correct setup-node action version v4 (5d2bd5c)

v1.1.4

15 Aug 19:38
d696722

Choose a tag to compare

1.1.4 (2025-08-15)

Bug Fixes

  • use full path to claude command for MCP server configuration (ae1552f)