oh-my-customcodex 0.5.5 → 0.5.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/cli/index.js CHANGED
@@ -3091,7 +3091,7 @@ var init_package = __esm(() => {
3091
3091
  workspaces: [
3092
3092
  "packages/*"
3093
3093
  ],
3094
- version: "0.5.5",
3094
+ version: "0.5.6",
3095
3095
  requiresCC: ">=2.1.121",
3096
3096
  claudeCode: {
3097
3097
  minimumVersion: "2.1.121",
package/dist/index.js CHANGED
@@ -2316,7 +2316,7 @@ var package_default = {
2316
2316
  workspaces: [
2317
2317
  "packages/*"
2318
2318
  ],
2319
- version: "0.5.5",
2319
+ version: "0.5.6",
2320
2320
  requiresCC: ">=2.1.121",
2321
2321
  claudeCode: {
2322
2322
  minimumVersion: "2.1.121",
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "workspaces": [
4
4
  "packages/*"
5
5
  ],
6
- "version": "0.5.5",
6
+ "version": "0.5.6",
7
7
  "requiresCC": ">=2.1.121",
8
8
  "claudeCode": {
9
9
  "minimumVersion": "2.1.121",
@@ -41,6 +41,20 @@ Examples:
41
41
  | "CI cannot find a file because it is generated locally" | Clean checkout result proving the file is untracked or absent |
42
42
  | "A test is flaky enough to skip" | Repeated-run evidence plus a tracked fix issue; skip alone is not completion |
43
43
 
44
+ ### Variant: Parallel Read + Permanent-Change Dispatch
45
+
46
+ Diagnostic reads and permanent-change dispatches are sequentially dependent. Do not batch diagnostic `Read`/log inspection with issue creation, fix delegation, workflow edits, rule edits, template edits, or release-process changes in the same parallel batch when the write depends on the diagnostic result.
47
+
48
+ Parallel batches return results together, so a same-batch permanent dispatch proves the hypothesis was treated as confirmed before the evidence was read. R009 parallel execution applies only to independent work; diagnosis → permanent change is not independent.
49
+
50
+ | Forbidden | Required |
51
+ |-----------|----------|
52
+ | File `Read` plus an issue or fix instruction based on that file in one parallel batch | Run the diagnostic read first, inspect the result, then dispatch permanent changes in a later step |
53
+ | Log inspection in parallel with an issue stating "the cause is X" | Confirm the log evidence before creating or updating the issue |
54
+ | Hypothesis-driven workflow/rule/template edits before the authoritative evidence returns | Treat the root cause as unverified until the evidence is available |
55
+
56
+ Example: do not diagnose `triage-dispatch.yml` from memory, create an issue, and delegate a fix in the same parallel call before reading the workflow. If the read later shows a different root cause, the issue, PR, and commit trail become correction debt even when the eventual code direction is acceptable.
57
+
44
58
  ## Test-Skip Is Not Completion
45
59
 
46
60
  Skipping tests, lowering coverage thresholds, narrowing the test command, or marking suites as TODO may be a temporary containment step, but it never satisfies completion by itself.
@@ -2,6 +2,67 @@
2
2
 
3
3
  This guide records Claude Code release-note impact that affects the Claude compatibility template. The Codex-native runtime still uses `.codex/**` and OMX as the primary surface.
4
4
 
5
+ ## v2.1.156
6
+
7
+ Published: 2026-05-29.
8
+
9
+ Source: upstream oh-my-customcode #1245, Codex port #1420.
10
+
11
+ Note: v2.1.155 had no public release.
12
+
13
+ | Change | Impact on oh-my-customcodex | Action |
14
+ |--------|------------------------------|--------|
15
+ | Fixed Opus 4.8 thinking-block API errors | Claude compatibility sessions using the v2.1.154 Opus 4.8 surface are more stable. Codex-native model routing is unchanged. | No package change. Prefer v2.1.156 over v2.1.154 when testing Claude Opus 4.8 compatibility. |
16
+
17
+ ## v2.1.154
18
+
19
+ Published: 2026-05-28.
20
+
21
+ Source: upstream oh-my-customcode #1244, Codex port #1419.
22
+
23
+ Note: v2.1.155 had no public release.
24
+
25
+ | Change | Impact on oh-my-customcodex | Action |
26
+ |--------|------------------------------|--------|
27
+ | Opus 4.8 and the `opus48` alias were introduced | Relevant to Claude-template agent model notes only; Codex-native child agents still follow the OMX model contract. | Document as compatibility vocabulary. Do not replace Codex model routing with Claude alias behavior. |
28
+ | Dynamic Workflows reached general availability | Conceptually overlaps with OMX workflows, but remains a Claude-native orchestration surface. | Keep OMX `$pipeline`, `$team`, and Codex subagents primary. Mention Dynamic Workflows only in Claude compatibility guidance. |
29
+ | Lean system prompt defaults and Fast Mode override deprecation were announced | Claude compatibility sessions may see changed prompt weight and deprecation of `CLAUDE_CODE_OPUS_4_6_FAST_MODE_OVERRIDE` after 2026-06-01. | No template change; avoid relying on the deprecated override for new guidance. |
30
+
31
+ ## v2.1.153
32
+
33
+ Published: 2026-05-28.
34
+
35
+ Source: upstream oh-my-customcode #1243, Codex port #1418.
36
+
37
+ | Change | Impact on oh-my-customcodex | Action |
38
+ |--------|------------------------------|--------|
39
+ | Statusline environment now includes `COLUMNS` and `LINES` | Claude-template statusline scripts can size output with terminal dimensions when available. | No Codex statusline change required; keep fallbacks for missing env values. |
40
+ | Marketplace plugin sources support `skipLfs` | Helpful for Claude plugin installs that should avoid Git LFS assets. | Document as Claude marketplace compatibility only. |
41
+ | `claude agents` autocomplete improved | Improves Claude CLI UX without changing packaged agent definitions. | No package change. |
42
+
43
+ ## v2.1.152
44
+
45
+ Published: 2026-05-27.
46
+
47
+ Source: upstream oh-my-customcode #1242, Codex port #1417.
48
+
49
+ Note: v2.1.151 had no public release.
50
+
51
+ | Change | Impact on oh-my-customcodex | Action |
52
+ |--------|------------------------------|--------|
53
+ | Skill frontmatter supports `disallowed-tools` | Useful Claude-template metadata for constraining tools; Codex rule surfaces still enforce `.codex/**` policy. | No package migration. Preserve explicit tool-policy rules instead of relying solely on Claude frontmatter. |
54
+ | `/reload-skills` and `SessionStart reloadSkills` reload skill state | Helps Claude compatibility sessions pick up skill edits without restart. | No Codex runtime change; keep installed templates deterministic and test mirrored files. |
55
+
56
+ ## Known Platform Issues
57
+
58
+ ### Agent tool malformed parsing on long / special-character prompts
59
+
60
+ Source: upstream oh-my-customcode #1241, Codex port #1416.
61
+
62
+ | Issue | Impact on oh-my-customcodex | Workaround |
63
+ |-------|------------------------------|------------|
64
+ | Agent tool malformed parsing can occur when delegation prompts are very long or contain heavy special characters such as backticks, repeated colons, or shell-variable syntax. | This is a Claude Code platform serialization issue, not an oh-my-customcodex defect. Codex-native subagent dispatch is unaffected. | Keep Claude `Agent` prompts shorter, move large evidence into files, avoid dense shell quoting in delegation text, and retry with a smaller prompt when `malformed` appears. |
65
+
5
66
  ## v2.1.150
6
67
 
7
68
  Published: 2026-05-23.
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.5.5",
2
+ "version": "0.5.6",
3
3
  "requiresCC": ">=2.1.121",
4
4
  "claudeCode": {
5
5
  "minimumVersion": "2.1.121",