Skip to content

Commit 4e0fe8e

Browse files
committed
chore(main): release 1.6.0
1 parent 904bbbb commit 4e0fe8e

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.5.0"
2+
".": "1.6.0"
33
}

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
## [1.6.0](https://github.com/alex-feel/claude-code-toolbox/compare/v1.5.0...v1.6.0) (2025-09-04)
4+
5+
6+
### Features
7+
8+
* add environment variables configuration support ([4c15852](https://github.com/alex-feel/claude-code-toolbox/commit/4c15852ef05074e7cfdace2f60a22bf8718ea882))
9+
* add model configuration and advanced permissions support ([a650047](https://github.com/alex-feel/claude-code-toolbox/commit/a650047f3469641ddaa8d82ac6d0413e985dbdd7))
10+
* add private repository authentication support ([f8a157c](https://github.com/alex-feel/claude-code-toolbox/commit/f8a157cf41b3037f4a9f6a8d1c8193614dc5ec31))
11+
* auto-configure MCP server permissions in additional-settings.json ([78d0a73](https://github.com/alex-feel/claude-code-toolbox/commit/78d0a73800c9ecb1090a42635d986e4cba9ee1b2))
12+
* refactor environment config to support optional system prompts and output styles ([edd7469](https://github.com/alex-feel/claude-code-toolbox/commit/edd74699b19a384cf8a0dcf75997cd86d86a6acf))
13+
* refactor hooks configuration to use separate files and events sections ([691304a](https://github.com/alex-feel/claude-code-toolbox/commit/691304af4eee820435c208ad694f9d9acb2a615c))
14+
* support loading env configs from URLs, local files, or repository ([b8981c7](https://github.com/alex-feel/claude-code-toolbox/commit/b8981c748ac49b35fc1dd80ced06bbf73a486a49))
15+
* use additional-settings.json for environment-specific hooks ([8d1a746](https://github.com/alex-feel/claude-code-toolbox/commit/8d1a7467c9c13d3028f3ed89415464ea93937dce))
16+
17+
18+
### Bug Fixes
19+
20+
* make hooks cross-platform compatible ([fdc9540](https://github.com/alex-feel/claude-code-toolbox/commit/fdc9540d85e30594345dee7efcf23b4de0595281))
21+
* resolve hook execution in Windows shells ([54d4f44](https://github.com/alex-feel/claude-code-toolbox/commit/54d4f4448d76bc90b3331d78c5e37464e04cb2fb))
22+
* use forward slashes in hook paths to avoid JSON escaping issues ([7b0ed27](https://github.com/alex-feel/claude-code-toolbox/commit/7b0ed2778e817c15975f4df8df6bcebeb05f6629))
23+
324
## [1.5.0](https://github.com/alex-feel/claude-code-toolbox/compare/v1.4.2...v1.5.0) (2025-09-03)
425

526

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.5.0
1+
1.6.0

0 commit comments

Comments
 (0)