Skip to content

Commit 19bfc53

Browse files
committed
Bump container to 2.2.1
Ships the UX changes from this staging cycle: - --thinking-display summarized in cc/claude/ccw/cc-orc aliases - viewMode focus default - Disallowed tools alias splitting fix
1 parent 03b2467 commit 19bfc53

2 files changed

Lines changed: 12 additions & 3 deletions

File tree

container/.devcontainer/CHANGELOG.md

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

3+
## v2.2.1 — 2026-04-16
4+
5+
### Configuration
6+
7+
- **Thinking display set to summarized**`cc`, `claude`, `ccw`, and `cc-orc` aliases now pass `--thinking-display summarized`, keeping the terminal tidy while still surfacing thinking. `ccraw` is unaffected (stays vanilla).
8+
- **View mode set to focus**`viewMode` changed from `verbose` to `focus` in default settings for a cleaner terminal UI.
9+
10+
### Fixes
11+
12+
- **Disallowed tools alias splitting** — oh-my-claude disallowed tools are now stored as a bash array and expanded per-argument in the Claude aliases, so `--disallowedTools` and each tool name are passed as separate argv entries in both bash and zsh.
13+
314
## v2.2.0 — 2026-04-16
415

516
### Claude Code Router
@@ -41,8 +52,6 @@
4152

4253
### Configuration
4354

44-
- **Thinking display set to summarized**`cc`, `claude`, `ccw`, and `cc-orc` aliases now pass `--thinking-display summarized`, keeping the terminal tidy while still surfacing thinking. `ccraw` is unaffected (stays vanilla).
45-
- **View mode set to focus**`viewMode` changed from `verbose` to `focus` in default settings for a cleaner terminal UI.
4655
- **Default model updated**`ANTHROPIC_MODEL` changed from `claude-opus-4-6[1m]` to `claude-opus-4-7`
4756
- **Thinking tokens reduced**`MAX_THINKING_TOKENS` reduced from 63999 to 31999; adaptive thinking disabled (`CLAUDE_CODE_DISABLE_ADAPTIVE_THINKING: 1`)
4857
- **Effort level increased**`CLAUDE_CODE_EFFORT_LEVEL` changed from `medium` to `max`

container/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"publishConfig": {
44
"access": "public"
55
},
6-
"version": "2.2.0",
6+
"version": "2.2.1",
77
"description": "Complete development container that sets up Claude Code with modular devcontainer features, modern dev tools, and persistent configurations. Drop it into any project and get a production-ready AI development environment in minutes.",
88
"main": "setup.js",
99
"bin": {

0 commit comments

Comments
 (0)