|
20 | 20 |
|
21 | 21 | ### Configuration |
22 | 22 |
|
| 23 | +- **Dangerous-mode permission prompt skipped by default** — `skipDangerousModePermissionPrompt: true` is now set in `settings.base.json` and propagates to all five generated profiles. Suppresses the one-time bypass-permissions confirmation on new devcontainers. |
| 24 | +- **Effort level bumped to `max` on opus-4-7** — both opus-4-7 overlays (200k and 1M-400k) now set `effortLevel: "max"` and `CLAUDE_CODE_EFFORT_LEVEL: "max"`. Opus-4-5 and opus-4-6 profiles no longer carry any effort-level setting; they use `MAX_THINKING_TOKENS: 31999` with adaptive thinking disabled (token budgets, not effort levels). `CLAUDE_CODE_EFFORT_LEVEL` was removed from base settings so it no longer leaks into non-4.7 profiles. |
23 | 25 | - **Claude settings profiles** — replaced the single hand-edited default with `settings.base.json` plus model overlays that generate five deployed settings files: opus-4-7 200k default, opus-4-7 1M bounded to 400k, opus-4-6 200k, opus-4-6 1M bounded to 400k, and opus-4-5 200k. |
24 | 26 | - **Profile aliases** — `cc`, `claude`, `cc7`, `ccw`, `ccw7`, `cc-orc`, and `cc-orc7` now use the opus-4-7 200k settings profile. Added `cc5`, `cc6`, `cc61`, `cc71` plus matching `ccw*` and `cc-orc*` variants. |
25 | 27 | - **Settings-based context bounds** — Claude launchers now pass `--settings` profile files instead of inline context env vars or `--model`, so model, context, and thinking controls stay in settings JSON. |
|
48 | 50 | - **Cross-references added** — before-you-install, accessing-services, troubleshooting, and devcontainer-cli pages now link to the Windows networking guide |
49 | 51 | - **Agent-browser CDP troubleshooting** — new troubleshooting section for host Chrome connection issues (localhost vs host.docker.internal, Chrome version requirements, port exposure) |
50 | 52 |
|
| 53 | +### Agent System |
| 54 | + |
| 55 | +- **All agents and skills set to `effort: max`** — active agents (claude-guide, explorer, generalist), all 14 archived agents in `agent-system/agents/_archived/`, both active skill-engine skills (`team`, `agent-browser`), all 22 archived skills across `skill-engine` and `agent-system`, and all 10 skills in currently disabled plugins (`git-workflow`, `prompt-snippets`, `spec-workflow`, `ticket-workflow`) now declare `effort: max`. This ensures any plugin re-enable in the future yields max-effort runs without further edits. |
| 56 | + |
| 57 | +### Plugin Cleanup |
| 58 | + |
| 59 | +- **Archived 15 agents** — agent-system reduced from 19 to 4 active agents (architect, claude-guide, explorer, generalist). Archived agents preserved in `agents/_archived/` for future rewrite. |
| 60 | +- **Archived 21 skills** — skill-engine reduced from 23 to 2 active skills (`/team`, `/agent-browser`). Archived skills preserved in `skills/_archived/`. |
| 61 | +- **Archived `/debug` skill** — moved from agent-system active skills to `skills/_archived/`. |
| 62 | +- **Removed 2 agent redirects** — `Bash→bash-exec` and `statusline-setup→statusline-config` removed from redirect map. Built-in types now fall through to Claude Code defaults. |
| 63 | +- **Disabled prompt-snippets plugin** — `/ps` command no longer available. |
| 64 | +- **Stripped skill-suggester** — auto-suggestion now only covers `team` and `agent-browser` (was 25+ skills). |
| 65 | + |
51 | 66 | ### CI |
52 | 67 |
|
53 | 68 | - **Canary pre-release publishing** — every push to `staging` that touches `container/` now auto-publishes a canary build to npm. Install with `npm i @coredirective/cf-container@canary` to try unreleased changes. Versions use the format `{version}-staging.{sha7}`. |
|
0 commit comments