Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "5.15.0"
".": "6.0.0"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [6.0.0](https://github.com/alex-feel/claude-code-toolbox/compare/v5.15.0...v6.0.0) (2026-04-13)


### ⚠ BREAKING CHANGES

* generate_env_loader_files() no longer creates toolbox-env.sh, toolbox-env.fish, toolbox-env.ps1, or toolbox-env.cmd in ~/.claude/. Users who manually sourced these files should open a new terminal instead, which loads variables from shell profiles. Per-command env.* files in ~/.claude/{cmd}/ are unaffected.

### Chores

* remove toolbox-env.* global file generation ([718f53e](https://github.com/alex-feel/claude-code-toolbox/commit/718f53e261f98cd37ebb016491f5111514adaeb6))

## [5.15.0](https://github.com/alex-feel/claude-code-toolbox/compare/v5.14.1...v5.15.0) (2026-04-13)


Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ authors:
given-names: Aleksandr
email: alexfeel@protonmail.com
orcid: "https://orcid.org/0009-0001-1120-6114"
version: 5.15.0 # x-release-please-version
version: 6.0.0 # x-release-please-version
license: MIT
url: "https://github.com/alex-feel/claude-code-toolbox"
repository-code: "https://github.com/alex-feel/claude-code-toolbox"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "claude-code-toolbox"
version = "5.15.0"
version = "6.0.0"
description = "Claude Code Toolbox — automated installers and environment configuration framework for Claude Code with one-line setup across Windows, macOS, and Linux."
readme = "README.md"
authors = [{ name = "Aleksandr Filippov", email = "alexfeel@protonmail.com" }]
Expand Down