You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,14 @@
2
2
3
3
## Unreleased
4
4
5
+
## v6.2.2 (2026-05-18)
6
+
7
+
### Codex Managed Home Migration Prompt Hotfix
8
+
9
+
-**Codex External Migration Prompt Disabled In Managed Homes**: managed Codex `config.toml` now forces `[features].external_migration = false` so managed panes do not stop on an interactive migration prompt.
10
+
-**Inherited Config Preserved**: source-home Codex config, model/API settings, and existing feature flags are still inherited; only the managed-home external migration prompt is disabled.
11
+
-**Fallback Copy Path Hardened**: when TOML parsing is unavailable, the copied managed config still gets a managed `[features]` override for `external_migration = false`.
-**Inherited `ccb_config` skill added**: Claude and Codex installs now include a CCB-owned skill for designing `.ccb/ccb.config` and team memory.
78
-
-**Inherited skills moved under `inherit_skills/`**: CCB-owned skills are inherited automatically, while optional `useful_tools/` remain user-installable.
79
-
-**Ask guidance is shorter**: CCB injects concise English reply guidance, avoids repeating nested-routing instructions in every ask body, and recognizes more explicit-output requests.
80
-
-**Memory routing is clearer**: `ccb_config` role memory favors direct owner-to-next-owner handoffs and separate root work packages for parallel chains.
77
+
-**Managed Codex no longer stops on migration prompts**: CCB disables Codex `external_migration` only inside managed Codex homes.
78
+
-**Inherited Codex config is preserved**: source-home model, API, and feature settings still carry forward; the managed-home override only prevents the interactive migration prompt.
79
+
-**Fallback config copy is covered**: even when TOML parsing is unavailable, copied managed Codex config receives the external migration override.
80
+
-**Inherited `ccb_config` remains available**: Claude and Codex installs keep the CCB config-design skill introduced in v6.2.1.
81
81
82
82
See [Release Notes](#release-notes) for the full history.
83
83
@@ -339,6 +339,15 @@ Thanks to the [Linux.do community](https://linux.do) for testing, feedback, and
339
339
Historical note: older release notes below may mention `askd`, legacy flags, or removed commands. Those references are kept only as changelog history and do not redefine the current CLI surface.
340
340
341
341
<detailsopen>
342
+
<summary><b>v6.2.2</b> - Codex Managed Home Migration Prompt Hotfix</summary>
343
+
344
+
- Disables `[features].external_migration` inside managed Codex homes so panes do not block on an interactive migration prompt.
345
+
- Preserves inherited Codex source-home config, model/API settings, and other feature flags.
346
+
- Adds coverage for parsed TOML inheritance and fallback copy behavior when TOML parsing is unavailable.
- Adds inherited Claude and Codex `ccb_config` skills for designing `.ccb/ccb.config`, choosing agent roles/providers/worktree layout, and updating shared plus per-agent memory.
0 commit comments