Skip to content

Commit 530d981

Browse files
authored
Merge pull request #401 from alex-feel/release-please--branches--main
chore(main): release 6.0.0
2 parents 1e6b1cc + 3c7f1c7 commit 530d981

4 files changed

Lines changed: 14 additions & 3 deletions

File tree

.release-please-manifest.json

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

CHANGELOG.md

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

3+
## [6.0.0](https://github.com/alex-feel/claude-code-toolbox/compare/v5.17.3...v6.0.0) (2026-07-03)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* the root YAML keys model, permissions, attribution, always-thinking-enabled, company-announcements, env-variables, and effort-level are no longer supported and are reported as unknown keys. Migrate them into the user-settings section using camelCase settings.json names: model, permissions (defaultMode, additionalDirectories, allow, deny, ask), attribution, alwaysThinkingEnabled, companyAnnouncements, effortLevel, and env replacing env-variables (values must be strings, or null to delete). env-variables is no longer a valid merge-keys entry; list user-settings instead to deep-merge env across inherited configs. A CLAUDE_CONFIG_DIR isolation-directory override belongs in user-settings.env.
9+
10+
### Features
11+
12+
* move all Claude Code settings to user-settings and global-config ([2d53d5e](https://github.com/alex-feel/claude-code-toolbox/commit/2d53d5e657ba5c1cabd41be2c5035eb537ea73be))
13+
314
## [5.17.3](https://github.com/alex-feel/claude-code-toolbox/compare/v5.17.2...v5.17.3) (2026-06-30)
415

516

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ authors:
88
given-names: Aleksandr
99
email: alexfeel@protonmail.com
1010
orcid: "https://orcid.org/0009-0001-1120-6114"
11-
version: 5.17.3 # x-release-please-version
11+
version: 6.0.0 # x-release-please-version
1212
license: MIT
1313
url: "https://github.com/alex-feel/claude-code-toolbox"
1414
repository-code: "https://github.com/alex-feel/claude-code-toolbox"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "claude-code-toolbox"
3-
version = "5.17.3"
3+
version = "6.0.0"
44
description = "Claude Code Toolbox — automated installers and environment configuration framework for Claude Code with one-line setup across Windows, macOS, and Linux."
55
readme = "README.md"
66
authors = [{ name = "Aleksandr Filippov", email = "alexfeel@protonmail.com" }]

0 commit comments

Comments
 (0)