trace-to-skill 0.1.97 → 0.1.98

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/README.md CHANGED
@@ -83,6 +83,7 @@ Use it when you need to:
83
83
  - **Catch latest-turn drift:** run `trace-to-skill analyze ./runs` when Codex answers an older prompt, repeats a previous response, forgets recent edits after compaction, or leaks raw tool payload text into chat.
84
84
  - **Measure Codex latency regressions:** run `trace-to-skill analyze ./runs` when GPT-5.5 Fast feels like Standard, simple tasks take 10-20+ minutes, thinking stalls, or search/read/compaction delays dominate the session.
85
85
  - **Report Thinking hangs:** run `trace-to-skill codex-report ./runs` when Codex accepts a turn or finishes local tools but stays on Thinking/Working with no streamed follow-up.
86
+ - **Report CLI no-response hangs:** run `trace-to-skill demo cli-no-response` when Codex CLI accepts prompts but never streams output, shows `100% left`, hangs during command execution, or requires Ctrl+C/forced kill.
86
87
  - **Report clipboard and pasted-text attachment regressions:** run `trace-to-skill codex-report ./runs` when `Copy as Markdown` disappears, long prompts become `Pasted text.txt`, generated attachments cannot be previewed/edited, or `/goal` treats attached pasted text as empty.
87
88
  - **Report deeplink and OAuth launch regressions:** run `trace-to-skill codex-report ./runs` when `codex://oauth_callback`, notification clicks, browser-extension activation, mobile links, or `codex app <path>` fail to route back into Codex.
88
89
  - **Diagnose stale connector auth/cache:** run `trace-to-skill codex-report ./runs` when Codex app connectors return `401 Reauthentication required`, keep the same `link_*`, report `isAccessible: false`, or survive restart/plugin reinstall/cache clearing.
@@ -541,7 +542,7 @@ jobs:
541
542
  issues: write
542
543
  steps:
543
544
  - uses: actions/checkout@v5
544
- - uses: grnbtqdbyx-create/trace-to-skill@v0.1.97
545
+ - uses: grnbtqdbyx-create/trace-to-skill@v0.1.98
545
546
  with:
546
547
  mode: all
547
548
  doctor-threshold: "85"
@@ -590,7 +591,7 @@ Composite action usage:
590
591
 
591
592
  ```yaml
592
593
  - id: trace-to-skill
593
- uses: grnbtqdbyx-create/trace-to-skill@v0.1.97
594
+ uses: grnbtqdbyx-create/trace-to-skill@v0.1.98
594
595
  with:
595
596
  mode: all
596
597
  doctor-threshold: "85"
@@ -608,7 +609,7 @@ Issue-map action usage for direct GitHub issue demand mining:
608
609
 
609
610
  ```yaml
610
611
  - id: codex-issue-map
611
- uses: grnbtqdbyx-create/trace-to-skill@v0.1.97
612
+ uses: grnbtqdbyx-create/trace-to-skill@v0.1.98
612
613
  with:
613
614
  mode: issue-map
614
615
  issue-map-repo: openai/codex
@@ -654,7 +655,7 @@ Action outputs:
654
655
 
655
656
  By default, generated reports are also appended to the GitHub Actions Job Summary. Set `job-summary: "false"` to disable that UI output.
656
657
 
657
- Tagged Action releases build and run the CLI from `$GITHUB_ACTION_PATH`, so a workflow pinned to a release tag such as `@v0.1.97` executes that release's checked-out source instead of pulling the default branch at runtime.
658
+ Tagged Action releases build and run the CLI from `$GITHUB_ACTION_PATH`, so a workflow pinned to a release tag such as `@v0.1.98` executes that release's checked-out source instead of pulling the default branch at runtime.
658
659
 
659
660
  ## Codex Skill
660
661
 
@@ -71,6 +71,12 @@ const BENCHMARK_CASES = [
71
71
  fixture: "fixtures/codex-thinking-hang.md",
72
72
  expectedKinds: ["codex_thinking_hang", "weak_evidence"]
73
73
  },
74
+ {
75
+ id: "codex-cli-no-response",
76
+ title: "Codex CLI no-response and command execution hang",
77
+ fixture: "fixtures/codex-cli-no-response.md",
78
+ expectedKinds: ["codex_thinking_hang", "weak_evidence"]
79
+ },
74
80
  {
75
81
  id: "codex-clipboard-attachment",
76
82
  title: "Codex clipboard, paste, and attachment workflow regression",
@@ -1 +1 @@
1
- {"version":3,"file":"benchmark.js","sourceRoot":"","sources":["../../src/benchmark.ts"],"names":[],"mappings":"AAAA,OAAO,IAAI,MAAM,WAAW,CAAC;AAC7B,OAAO,EAAE,aAAa,EAAE,MAAM,UAAU,CAAC;AACzC,OAAO,EAAE,cAAc,EAAE,MAAM,cAAc,CAAC;AA8B9C,MAAM,eAAe,GAA8B;IACjD;QACE,EAAE,EAAE,qBAAqB;QACzB,KAAK,EAAE,2BAA2B;QAClC,OAAO,EAAE,sBAAsB;QAC/B,aAAa,EAAE,EAAE;QACjB,YAAY,EAAE,IAAI;KACnB;IACD;QACE,EAAE,EAAE,iBAAiB;QACrB,KAAK,EAAE,yCAAyC;QAChD,OAAO,EAAE,wBAAwB;QACjC,aAAa,EAAE,CAAC,cAAc,EAAE,sBAAsB,EAAE,eAAe,EAAE,UAAU,EAAE,mBAAmB,CAAC;QACzG,eAAe,EAAE,IAAI;KACtB;IACD;QACE,EAAE,EAAE,aAAa;QACjB,KAAK,EAAE,4BAA4B;QACnC,OAAO,EAAE,8BAA8B;QACvC,aAAa,EAAE,CAAC,cAAc,EAAE,sBAAsB,EAAE,eAAe,CAAC;QACxE,eAAe,EAAE,IAAI;KACtB;IACD;QACE,EAAE,EAAE,sBAAsB;QAC1B,KAAK,EAAE,mCAAmC;QAC1C,OAAO,EAAE,kCAAkC;QAC3C,aAAa,EAAE,CAAC,sBAAsB,EAAE,oBAAoB,EAAE,eAAe,CAAC;KAC/E;IACD;QACE,EAAE,EAAE,oBAAoB;QACxB,KAAK,EAAE,kCAAkC;QACzC,OAAO,EAAE,gCAAgC;QACzC,aAAa,EAAE,CAAC,oBAAoB,EAAE,eAAe,CAAC;KACvD;IACD;QACE,EAAE,EAAE,0BAA0B;QAC9B,KAAK,EAAE,uCAAuC;QAC9C,OAAO,EAAE,sCAAsC;QAC/C,aAAa,EAAE,CAAC,0BAA0B,EAAE,eAAe,CAAC;KAC7D;IACD;QACE,EAAE,EAAE,+BAA+B;QACnC,KAAK,EAAE,mDAAmD;QAC1D,OAAO,EAAE,2CAA2C;QACpD,aAAa,EAAE,CAAC,+BAA+B,EAAE,eAAe,CAAC;KAClE;IACD;QACE,EAAE,EAAE,yBAAyB;QAC7B,KAAK,EAAE,0CAA0C;QACjD,OAAO,EAAE,qCAAqC;QAC9C,aAAa,EAAE,CAAC,yBAAyB,EAAE,eAAe,CAAC;KAC5D;IACD;QACE,EAAE,EAAE,8BAA8B;QAClC,KAAK,EAAE,uDAAuD;QAC9D,OAAO,EAAE,0CAA0C;QACnD,aAAa,EAAE,CAAC,8BAA8B,EAAE,eAAe,CAAC;KACjE;IACD;QACE,EAAE,EAAE,0BAA0B;QAC9B,KAAK,EAAE,4CAA4C;QACnD,OAAO,EAAE,sCAAsC;QAC/C,aAAa,EAAE,CAAC,0BAA0B,EAAE,eAAe,CAAC;KAC7D;IACD;QACE,EAAE,EAAE,qBAAqB;QACzB,KAAK,EAAE,gCAAgC;QACvC,OAAO,EAAE,iCAAiC;QAC1C,aAAa,EAAE,CAAC,qBAAqB,EAAE,eAAe,CAAC;KACxD;IACD;QACE,EAAE,EAAE,4BAA4B;QAChC,KAAK,EAAE,4DAA4D;QACnE,OAAO,EAAE,wCAAwC;QACjD,aAAa,EAAE,CAAC,4BAA4B,EAAE,eAAe,CAAC;KAC/D;IACD;QACE,EAAE,EAAE,uBAAuB;QAC3B,KAAK,EAAE,gEAAgE;QACvE,OAAO,EAAE,mCAAmC;QAC5C,aAAa,EAAE,CAAC,uBAAuB,EAAE,eAAe,CAAC;KAC1D;IACD;QACE,EAAE,EAAE,4BAA4B;QAChC,KAAK,EAAE,0DAA0D;QACjE,OAAO,EAAE,wCAAwC;QACjD,aAAa,EAAE,CAAC,4BAA4B,EAAE,eAAe,CAAC;KAC/D;IACD;QACE,EAAE,EAAE,yBAAyB;QAC7B,KAAK,EAAE,gDAAgD;QACvD,OAAO,EAAE,qCAAqC;QAC9C,aAAa,EAAE,CAAC,yBAAyB,EAAE,eAAe,CAAC;KAC5D;IACD;QACE,EAAE,EAAE,yBAAyB;QAC7B,KAAK,EAAE,sDAAsD;QAC7D,OAAO,EAAE,qCAAqC;QAC9C,aAAa,EAAE,CAAC,yBAAyB,EAAE,oBAAoB,EAAE,eAAe,CAAC;KAClF;IACD;QACE,EAAE,EAAE,oBAAoB;QACxB,KAAK,EAAE,kCAAkC;QACzC,OAAO,EAAE,gCAAgC;QACzC,aAAa,EAAE,CAAC,oBAAoB,EAAE,eAAe,CAAC;KACvD;IACD;QACE,EAAE,EAAE,2BAA2B;QAC/B,KAAK,EAAE,oDAAoD;QAC3D,OAAO,EAAE,uCAAuC;QAChD,aAAa,EAAE,CAAC,2BAA2B,EAAE,oBAAoB,EAAE,sBAAsB,EAAE,eAAe,CAAC;KAC5G;IACD;QACE,EAAE,EAAE,oBAAoB;QACxB,KAAK,EAAE,qCAAqC;QAC5C,OAAO,EAAE,gCAAgC;QACzC,aAAa,EAAE,CAAC,oBAAoB,EAAE,eAAe,CAAC;KACvD;IACD;QACE,EAAE,EAAE,sBAAsB;QAC1B,KAAK,EAAE,2CAA2C;QAClD,OAAO,EAAE,kCAAkC;QAC3C,aAAa,EAAE,CAAC,sBAAsB,EAAE,eAAe,CAAC;KACzD;IACD;QACE,EAAE,EAAE,iCAAiC;QACrC,KAAK,EAAE,wDAAwD;QAC/D,OAAO,EAAE,6CAA6C;QACtD,aAAa,EAAE,CAAC,iCAAiC,EAAE,eAAe,CAAC;KACpE;IACD;QACE,EAAE,EAAE,0BAA0B;QAC9B,KAAK,EAAE,2DAA2D;QAClE,OAAO,EAAE,sCAAsC;QAC/C,aAAa,EAAE,CAAC,0BAA0B,EAAE,eAAe,CAAC;KAC7D;IACD;QACE,EAAE,EAAE,gBAAgB;QACpB,KAAK,EAAE,sBAAsB;QAC7B,OAAO,EAAE,4BAA4B;QACrC,aAAa,EAAE,CAAC,gBAAgB,EAAE,eAAe,CAAC;KACnD;IACD;QACE,EAAE,EAAE,UAAU;QACd,KAAK,EAAE,iCAAiC;QACxC,OAAO,EAAE,wBAAwB;QACjC,aAAa,EAAE,CAAC,iBAAiB,EAAE,UAAU,CAAC;QAC9C,eAAe,EAAE,IAAI;KACtB;IACD;QACE,EAAE,EAAE,uBAAuB;QAC3B,KAAK,EAAE,wCAAwC;QAC/C,OAAO,EAAE,mCAAmC;QAC5C,aAAa,EAAE,CAAC,uBAAuB,EAAE,eAAe,CAAC;KAC1D;IACD;QACE,EAAE,EAAE,mBAAmB;QACvB,KAAK,EAAE,2BAA2B;QAClC,OAAO,EAAE,+BAA+B;QACxC,aAAa,EAAE,CAAC,mBAAmB,EAAE,eAAe,CAAC;KACtD;IACD;QACE,EAAE,EAAE,2BAA2B;QAC/B,KAAK,EAAE,uDAAuD;QAC9D,OAAO,EAAE,uCAAuC;QAChD,aAAa,EAAE,CAAC,2BAA2B,EAAE,eAAe,CAAC;KAC9D;IACD;QACE,EAAE,EAAE,qBAAqB;QACzB,KAAK,EAAE,oCAAoC;QAC3C,OAAO,EAAE,iCAAiC;QAC1C,aAAa,EAAE,CAAC,qBAAqB,EAAE,eAAe,CAAC;KACxD;IACD;QACE,EAAE,EAAE,8BAA8B;QAClC,KAAK,EAAE,+CAA+C;QACtD,OAAO,EAAE,0CAA0C;QACnD,aAAa,EAAE,CAAC,8BAA8B,EAAE,eAAe,CAAC;KACjE;IACD;QACE,EAAE,EAAE,sBAAsB;QAC1B,KAAK,EAAE,qDAAqD;QAC5D,OAAO,EAAE,kCAAkC;QAC3C,aAAa,EAAE,CAAC,sBAAsB,EAAE,eAAe,CAAC;KACzD;IACD;QACE,EAAE,EAAE,oBAAoB;QACxB,KAAK,EAAE,qDAAqD;QAC5D,OAAO,EAAE,gCAAgC;QACzC,aAAa,EAAE,CAAC,oBAAoB,EAAE,eAAe,CAAC;KACvD;IACD;QACE,EAAE,EAAE,qBAAqB;QACzB,KAAK,EAAE,wCAAwC;QAC/C,OAAO,EAAE,iCAAiC;QAC1C,aAAa,EAAE,CAAC,qBAAqB,EAAE,eAAe,CAAC;KACxD;IACD;QACE,EAAE,EAAE,8BAA8B;QAClC,KAAK,EAAE,mDAAmD;QAC1D,OAAO,EAAE,0CAA0C;QACnD,aAAa,EAAE,CAAC,8BAA8B,EAAE,eAAe,CAAC;KACjE;IACD;QACE,EAAE,EAAE,0BAA0B;QAC9B,KAAK,EAAE,gDAAgD;QACvD,OAAO,EAAE,sCAAsC;QAC/C,aAAa,EAAE,CAAC,0BAA0B,EAAE,eAAe,CAAC;KAC7D;IACD;QACE,EAAE,EAAE,yBAAyB;QAC7B,KAAK,EAAE,kDAAkD;QACzD,OAAO,EAAE,qCAAqC;QAC9C,aAAa,EAAE,CAAC,yBAAyB,EAAE,eAAe,CAAC;KAC5D;IACD;QACE,EAAE,EAAE,kBAAkB;QACtB,KAAK,EAAE,uCAAuC;QAC9C,OAAO,EAAE,8BAA8B;QACvC,aAAa,EAAE,CAAC,kBAAkB,EAAE,eAAe,CAAC;KACrD;IACD;QACE,EAAE,EAAE,qBAAqB;QACzB,KAAK,EAAE,yCAAyC;QAChD,OAAO,EAAE,iCAAiC;QAC1C,aAAa,EAAE,CAAC,qBAAqB,EAAE,eAAe,CAAC;KACxD;IACD;QACE,EAAE,EAAE,2BAA2B;QAC/B,KAAK,EAAE,gDAAgD;QACvD,OAAO,EAAE,uCAAuC;QAChD,aAAa,EAAE,CAAC,2BAA2B,EAAE,eAAe,CAAC;KAC9D;IACD;QACE,EAAE,EAAE,6BAA6B;QACjC,KAAK,EAAE,6CAA6C;QACpD,OAAO,EAAE,yCAAyC;QAClD,aAAa,EAAE,CAAC,2BAA2B,EAAE,eAAe,CAAC;KAC9D;IACD;QACE,EAAE,EAAE,yBAAyB;QAC7B,KAAK,EAAE,kCAAkC;QACzC,OAAO,EAAE,qCAAqC;QAC9C,aAAa,EAAE,CAAC,yBAAyB,EAAE,eAAe,CAAC;KAC5D;IACD;QACE,EAAE,EAAE,kBAAkB;QACtB,KAAK,EAAE,uCAAuC;QAC9C,OAAO,EAAE,8BAA8B;QACvC,aAAa,EAAE,CAAC,kBAAkB,CAAC;QACnC,eAAe,EAAE,IAAI;KACtB;IACD;QACE,EAAE,EAAE,mBAAmB;QACvB,KAAK,EAAE,qCAAqC;QAC5C,OAAO,EAAE,4BAA4B;QACrC,aAAa,EAAE,CAAC,qBAAqB,CAAC;KACvC;CACF,CAAC;AAEF,MAAM,CAAC,KAAK,UAAU,YAAY;IAChC,MAAM,KAAK,GAA0B,EAAE,CAAC;IACxC,MAAM,IAAI,GAAG,WAAW,EAAE,CAAC;IAE3B,KAAK,MAAM,UAAU,IAAI,eAAe,EAAE,CAAC;QACzC,MAAM,MAAM,GAAG,MAAM,cAAc,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,IAAI,EAAE,UAAU,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC;QAC3E,MAAM,aAAa,GAAG,KAAK,CAAC,IAAI,CAAC,IAAI,GAAG,CAAC,MAAM,CAAC,QAAQ,CAAC,GAAG,CAAC,CAAC,OAAO,EAAE,EAAE,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,IAAI,EAAE,CAAC;QACjG,MAAM,gBAAgB,GAAG,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC,CAAC,OAAO,EAAE,EAAE,CAAC,OAAO,CAAC,QAAQ,KAAK,UAAU,CAAC,CAAC,MAAM,CAAC;QAErG,KAAK,CAAC,IAAI,CAAC;YACT,EAAE,EAAE,UAAU,CAAC,EAAE;YACjB,KAAK,EAAE,UAAU,CAAC,KAAK;YACvB,OAAO,EAAE,UAAU,CAAC,OAAO;YAC3B,KAAK,EAAE,MAAM,CAAC,KAAK;YACnB,QAAQ,EAAE,MAAM,CAAC,QAAQ,CAAC,MAAM;YAChC,gBAAgB;YAChB,aAAa;YACb,aAAa,EAAE,UAAU,CAAC,aAAa;YACvC,MAAM,EAAE,UAAU,CAAC,UAAU,EAAE,aAAa,EAAE,MAAM,CAAC,QAAQ,CAAC,MAAM,EAAE,gBAAgB,CAAC;SACxF,CAAC,CAAC;IACL,CAAC;IAED,OAAO;QACL,WAAW,EAAE,IAAI,IAAI,EAAE,CAAC,WAAW,EAAE;QACrC,MAAM,EAAE,KAAK,CAAC,KAAK,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,IAAI,CAAC,MAAM,CAAC;QAC1C,KAAK;KACN,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,uBAAuB,CAAC,MAAuB;IAC7D,MAAM,KAAK,GAAG;QACZ,4BAA4B;QAC5B,EAAE;QACF,aAAa,MAAM,CAAC,MAAM,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,MAAM,IAAI;QAChD,EAAE;QACF,8OAA8O;QAC9O,EAAE;QACF,4EAA4E;QAC5E,gDAAgD;KACjD,CAAC;IAEF,KAAK,MAAM,IAAI,IAAI,MAAM,CAAC,KAAK,EAAE,CAAC;QAChC,KAAK,CAAC,IAAI,CAAC;YACT,KAAK,IAAI,CAAC,KAAK,EAAE;YACjB,KAAK,IAAI,CAAC,OAAO,IAAI;YACrB,GAAG,IAAI,CAAC,KAAK,EAAE;YACf,GAAG,IAAI,CAAC,QAAQ,EAAE;YAClB,GAAG,IAAI,CAAC,gBAAgB,EAAE;YAC1B,IAAI,CAAC,aAAa,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,aAAa,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,KAAK,IAAI,IAAI,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,MAAM;YACnG,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,QAAQ;SAClC,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC;IACjB,CAAC;IAED,KAAK,CAAC,IAAI,CACR,EAAE,EACF,iBAAiB,EACjB,EAAE,EACF,SAAS,EACT,0BAA0B,EAC1B,wCAAwC,EACxC,KAAK,EACL,EAAE,CACH,CAAC;IAEF,OAAO,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;AAC1B,CAAC;AAED,SAAS,UAAU,CACjB,UAAmC,EACnC,aAA4B,EAC5B,QAAgB,EAChB,gBAAwB;IAExB,IAAI,UAAU,CAAC,YAAY,IAAI,QAAQ,KAAK,CAAC,EAAE,CAAC;QAC9C,OAAO,KAAK,CAAC;IACf,CAAC;IAED,IAAI,UAAU,CAAC,eAAe,IAAI,gBAAgB,KAAK,CAAC,EAAE,CAAC;QACzD,OAAO,KAAK,CAAC;IACf,CAAC;IAED,OAAO,UAAU,CAAC,aAAa,CAAC,KAAK,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,aAAa,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC,CAAC;AAChF,CAAC;AAED,SAAS,WAAW;IAClB,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,OAAO,CAAC,aAAa,CAAC,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,EAAE,OAAO,CAAC,CAAC;AAC7E,CAAC"}
1
+ {"version":3,"file":"benchmark.js","sourceRoot":"","sources":["../../src/benchmark.ts"],"names":[],"mappings":"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"}
package/dist/src/demo.js CHANGED
@@ -51,6 +51,12 @@ const DEMO_SCENARIOS = [
51
51
  fixture: "fixtures/codex-thinking-hang.md",
52
52
  description: "A turn or tool call completes, but the session stays on Thinking or Working with no streamed follow-up."
53
53
  },
54
+ {
55
+ id: "cli-no-response",
56
+ title: "Codex CLI no-response or all-model hang",
57
+ fixture: "fixtures/codex-cli-no-response.md",
58
+ description: "Codex CLI accepts prompts but produces no streaming output, no error, no timeout, or hangs during command execution."
59
+ },
54
60
  {
55
61
  id: "clipboard-attachment",
56
62
  title: "Codex clipboard and pasted-text attachment regression",
@@ -207,6 +213,7 @@ export function renderDemoMarkdown(result) {
207
213
  "trace-to-skill demo windows-helper-path",
208
214
  "trace-to-skill demo patch-overwrite",
209
215
  "trace-to-skill demo thinking-hang",
216
+ "trace-to-skill demo cli-no-response",
210
217
  "trace-to-skill demo clipboard-attachment",
211
218
  "trace-to-skill demo deeplink-launch",
212
219
  "trace-to-skill demo connector-auth-cache",
@@ -243,6 +250,7 @@ export function renderDemoScenarioList(scenarios = listDemoScenarios()) {
243
250
  "trace-to-skill demo patch-overwrite",
244
251
  "trace-to-skill demo latency-regression",
245
252
  "trace-to-skill demo thinking-hang",
253
+ "trace-to-skill demo cli-no-response",
246
254
  "trace-to-skill demo clipboard-attachment",
247
255
  "trace-to-skill demo deeplink-launch",
248
256
  "trace-to-skill demo connector-auth-cache",
@@ -1 +1 @@
1
- {"version":3,"file":"demo.js","sourceRoot":"","sources":["../../src/demo.ts"],"names":[],"mappings":"AAAA,OAAO,IAAI,MAAM,WAAW,CAAC;AAC7B,OAAO,EAAE,aAAa,EAAE,MAAM,UAAU,CAAC;AACzC,OAAO,EAAE,cAAc,EAAE,MAAM,cAAc,CAAC;AAC9C,OAAO,EAAE,sBAAsB,EAAE,MAAM,aAAa,CAAC;AAgBrD,MAAM,cAAc,GAAmB;IACrC;QACE,EAAE,EAAE,gBAAgB;QACpB,KAAK,EAAE,mCAAmC;QAC1C,OAAO,EAAE,kCAAkC;QAC3C,WAAW,EAAE,iHAAiH;KAC/H;IACD;QACE,EAAE,EAAE,oBAAoB;QACxB,KAAK,EAAE,0BAA0B;QACjC,OAAO,EAAE,sCAAsC;QAC/C,WAAW,EAAE,oIAAoI;KAClJ;IACD;QACE,EAAE,EAAE,yBAAyB;QAC7B,KAAK,EAAE,+BAA+B;QACtC,OAAO,EAAE,2CAA2C;QACpD,WAAW,EAAE,4HAA4H;KAC1I;IACD;QACE,EAAE,EAAE,qBAAqB;QACzB,KAAK,EAAE,mCAAmC;QAC1C,OAAO,EAAE,uCAAuC;QAChD,WAAW,EAAE,0HAA0H;KACxI;IACD;QACE,EAAE,EAAE,mBAAmB;QACvB,KAAK,EAAE,yBAAyB;QAChC,OAAO,EAAE,qCAAqC;QAC9C,WAAW,EAAE,mGAAmG;KACjH;IACD;QACE,EAAE,EAAE,oBAAoB;QACxB,KAAK,EAAE,0BAA0B;QACjC,OAAO,EAAE,sCAAsC;QAC/C,WAAW,EAAE,wFAAwF;KACtG;IACD;QACE,EAAE,EAAE,wBAAwB;QAC5B,KAAK,EAAE,uDAAuD;QAC9D,OAAO,EAAE,0CAA0C;QACnD,WAAW,EAAE,0GAA0G;KACxH;IACD;QACE,EAAE,EAAE,eAAe;QACnB,KAAK,EAAE,gCAAgC;QACvC,OAAO,EAAE,iCAAiC;QAC1C,WAAW,EAAE,yGAAyG;KACvH;IACD;QACE,EAAE,EAAE,sBAAsB;QAC1B,KAAK,EAAE,uDAAuD;QAC9D,OAAO,EAAE,wCAAwC;QACjD,WAAW,EAAE,sHAAsH;KACpI;IACD;QACE,EAAE,EAAE,iBAAiB;QACrB,KAAK,EAAE,qDAAqD;QAC5D,OAAO,EAAE,mCAAmC;QAC5C,WAAW,EAAE,yHAAyH;KACvI;IACD;QACE,EAAE,EAAE,sBAAsB;QAC1B,KAAK,EAAE,2CAA2C;QAClD,OAAO,EAAE,wCAAwC;QACjD,WAAW,EAAE,gGAAgG;KAC9G;IACD;QACE,EAAE,EAAE,mBAAmB;QACvB,KAAK,EAAE,gDAAgD;QACvD,OAAO,EAAE,qCAAqC;QAC9C,WAAW,EAAE,oIAAoI;KAClJ;IACD;QACE,EAAE,EAAE,wBAAwB;QAC5B,KAAK,EAAE,8BAA8B;QACrC,OAAO,EAAE,0CAA0C;QACnD,WAAW,EAAE,iHAAiH;KAC/H;IACD;QACE,EAAE,EAAE,qBAAqB;QACzB,KAAK,EAAE,mCAAmC;QAC1C,OAAO,EAAE,uCAAuC;QAChD,WAAW,EAAE,4IAA4I;KAC1J;IACD;QACE,EAAE,EAAE,eAAe;QACnB,KAAK,EAAE,6BAA6B;QACpC,OAAO,EAAE,iCAAiC;QAC1C,WAAW,EAAE,qHAAqH;KACnI;IACD;QACE,EAAE,EAAE,2BAA2B;QAC/B,KAAK,EAAE,iCAAiC;QACxC,OAAO,EAAE,6CAA6C;QACtD,WAAW,EAAE,0HAA0H;KACxI;IACD;QACE,EAAE,EAAE,oBAAoB;QACxB,KAAK,EAAE,0BAA0B;QACjC,OAAO,EAAE,sCAAsC;QAC/C,WAAW,EAAE,2IAA2I;KACzJ;IACD;QACE,EAAE,EAAE,wBAAwB;QAC5B,KAAK,EAAE,8BAA8B;QACrC,OAAO,EAAE,0CAA0C;QACnD,WAAW,EAAE,2HAA2H;KACzI;IACD;QACE,EAAE,EAAE,oBAAoB;QACxB,KAAK,EAAE,gDAAgD;QACvD,OAAO,EAAE,sCAAsC;QAC/C,WAAW,EAAE,0GAA0G;KACxH;IACD;QACE,EAAE,EAAE,mBAAmB;QACvB,KAAK,EAAE,kDAAkD;QACzD,OAAO,EAAE,qCAAqC;QAC9C,WAAW,EAAE,yHAAyH;KACvI;IACD;QACE,EAAE,EAAE,YAAY;QAChB,KAAK,EAAE,kBAAkB;QACzB,OAAO,EAAE,8BAA8B;QACvC,WAAW,EAAE,wGAAwG;KACtH;IACD;QACE,EAAE,EAAE,iBAAiB;QACrB,KAAK,EAAE,oCAAoC;QAC3C,OAAO,EAAE,yCAAyC;QAClD,WAAW,EAAE,gHAAgH;KAC9H;IACD;QACE,EAAE,EAAE,iBAAiB;QACrB,KAAK,EAAE,uBAAuB;QAC9B,OAAO,EAAE,mCAAmC;QAC5C,WAAW,EAAE,6FAA6F;KAC3G;IACD;QACE,EAAE,EAAE,yBAAyB;QAC7B,KAAK,EAAE,yBAAyB;QAChC,OAAO,EAAE,8BAA8B;QACvC,WAAW,EAAE,6FAA6F;KAC3G;IACD;QACE,EAAE,EAAE,cAAc;QAClB,KAAK,EAAE,4BAA4B;QACnC,OAAO,EAAE,gCAAgC;QACzC,WAAW,EAAE,wGAAwG;KACtH;IACD;QACE,EAAE,EAAE,mBAAmB;QACvB,KAAK,EAAE,kCAAkC;QACzC,OAAO,EAAE,qCAAqC;QAC9C,WAAW,EAAE,2GAA2G;KACzH;CACF,CAAC;AAEF,MAAM,UAAU,iBAAiB;IAC/B,OAAO,CAAC,GAAG,cAAc,CAAC,CAAC;AAC7B,CAAC;AAED,MAAM,CAAC,KAAK,UAAU,OAAO,CAAC,UAAU,GAAG,mBAAmB;IAC5D,MAAM,QAAQ,GAAG,cAAc,CAAC,IAAI,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,IAAI,CAAC,EAAE,KAAK,UAAU,CAAC,CAAC;IACvE,IAAI,CAAC,QAAQ,EAAE,CAAC;QACd,MAAM,GAAG,GAAG,cAAc,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;QAC7D,MAAM,IAAI,KAAK,CAAC,0BAA0B,UAAU,2BAA2B,GAAG,EAAE,CAAC,CAAC;IACxF,CAAC;IAED,MAAM,QAAQ,GAAG,MAAM,cAAc,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,WAAW,EAAE,EAAE,QAAQ,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC;IACpF,OAAO;QACL,WAAW,EAAE,IAAI,IAAI,EAAE,CAAC,WAAW,EAAE;QACrC,QAAQ;QACR,QAAQ;KACT,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,kBAAkB,CAAC,MAAkB;IACnD,MAAM,cAAc,GAAG,cAAc;SAClC,MAAM,CAAC,CAAC,QAAQ,EAAE,EAAE,CAAC,QAAQ,CAAC,EAAE,KAAK,MAAM,CAAC,QAAQ,CAAC,EAAE,CAAC;SACxD,GAAG,CAAC,CAAC,QAAQ,EAAE,EAAE,CAAC,OAAO,QAAQ,CAAC,EAAE,OAAO,QAAQ,CAAC,WAAW,EAAE,CAAC,CAAC;IAEtE,OAAO;QACL,uBAAuB;QACvB,EAAE;QACF,eAAe,MAAM,CAAC,QAAQ,CAAC,KAAK,IAAI;QACxC,EAAE;QACF,MAAM,CAAC,QAAQ,CAAC,WAAW;QAC3B,EAAE;QACF,cAAc,MAAM,CAAC,QAAQ,CAAC,OAAO,IAAI;QACzC,EAAE;QACF,yGAAyG;QACzG,EAAE;QACF,iCAAiC;QACjC,EAAE;QACF,sBAAsB,CAAC,MAAM,CAAC,QAAQ,CAAC,CAAC,OAAO,CAAC,kCAAkC,EAAE,EAAE,CAAC;QACvF,EAAE;QACF,yBAAyB;QACzB,EAAE;QACF,GAAG,cAAc;QACjB,EAAE;QACF,SAAS;QACT,4BAA4B;QAC5B,oCAAoC;QACpC,wCAAwC;QACxC,6CAA6C;QAC7C,yCAAyC;QACzC,qCAAqC;QACrC,mCAAmC;QACnC,0CAA0C;QAC1C,qCAAqC;QACrC,0CAA0C;QAC1C,4CAA4C;QAC5C,yCAAyC;QACzC,mCAAmC;QACnC,+CAA+C;QAC/C,wCAAwC;QACxC,4CAA4C;QAC5C,wCAAwC;QACxC,uCAAuC;QACvC,kCAAkC;QAClC,uCAAuC;QACvC,KAAK;QACL,EAAE;KACH,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;AACf,CAAC;AAED,MAAM,UAAU,sBAAsB,CAAC,SAAS,GAAG,iBAAiB,EAAE;IACpE,OAAO;QACL,iCAAiC;QACjC,EAAE;QACF,8BAA8B;QAC9B,eAAe;QACf,GAAG,SAAS,CAAC,GAAG,CAAC,CAAC,QAAQ,EAAE,EAAE,CAAC,OAAO,QAAQ,CAAC,EAAE,QAAQ,QAAQ,CAAC,WAAW,IAAI,CAAC;QAClF,EAAE;QACF,kBAAkB;QAClB,EAAE;QACF,SAAS;QACT,qBAAqB;QACrB,oCAAoC;QACpC,wCAAwC;QACxC,6CAA6C;QAC7C,yCAAyC;QACzC,qCAAqC;QACrC,wCAAwC;QACxC,mCAAmC;QACnC,0CAA0C;QAC1C,qCAAqC;QACrC,0CAA0C;QAC1C,4CAA4C;QAC5C,yCAAyC;QACzC,mCAAmC;QACnC,+CAA+C;QAC/C,wCAAwC;QACxC,4CAA4C;QAC5C,wCAAwC;QACxC,uCAAuC;QACvC,4BAA4B;QAC5B,KAAK;QACL,EAAE;KACH,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;AACf,CAAC;AAED,SAAS,WAAW;IAClB,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,OAAO,CAAC,aAAa,CAAC,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,EAAE,OAAO,CAAC,CAAC;AAC7E,CAAC"}
1
+ {"version":3,"file":"demo.js","sourceRoot":"","sources":["../../src/demo.ts"],"names":[],"mappings":"AAAA,OAAO,IAAI,MAAM,WAAW,CAAC;AAC7B,OAAO,EAAE,aAAa,EAAE,MAAM,UAAU,CAAC;AACzC,OAAO,EAAE,cAAc,EAAE,MAAM,cAAc,CAAC;AAC9C,OAAO,EAAE,sBAAsB,EAAE,MAAM,aAAa,CAAC;AAgBrD,MAAM,cAAc,GAAmB;IACrC;QACE,EAAE,EAAE,gBAAgB;QACpB,KAAK,EAAE,mCAAmC;QAC1C,OAAO,EAAE,kCAAkC;QAC3C,WAAW,EAAE,iHAAiH;KAC/H;IACD;QACE,EAAE,EAAE,oBAAoB;QACxB,KAAK,EAAE,0BAA0B;QACjC,OAAO,EAAE,sCAAsC;QAC/C,WAAW,EAAE,oIAAoI;KAClJ;IACD;QACE,EAAE,EAAE,yBAAyB;QAC7B,KAAK,EAAE,+BAA+B;QACtC,OAAO,EAAE,2CAA2C;QACpD,WAAW,EAAE,4HAA4H;KAC1I;IACD;QACE,EAAE,EAAE,qBAAqB;QACzB,KAAK,EAAE,mCAAmC;QAC1C,OAAO,EAAE,uCAAuC;QAChD,WAAW,EAAE,0HAA0H;KACxI;IACD;QACE,EAAE,EAAE,mBAAmB;QACvB,KAAK,EAAE,yBAAyB;QAChC,OAAO,EAAE,qCAAqC;QAC9C,WAAW,EAAE,mGAAmG;KACjH;IACD;QACE,EAAE,EAAE,oBAAoB;QACxB,KAAK,EAAE,0BAA0B;QACjC,OAAO,EAAE,sCAAsC;QAC/C,WAAW,EAAE,wFAAwF;KACtG;IACD;QACE,EAAE,EAAE,wBAAwB;QAC5B,KAAK,EAAE,uDAAuD;QAC9D,OAAO,EAAE,0CAA0C;QACnD,WAAW,EAAE,0GAA0G;KACxH;IACD;QACE,EAAE,EAAE,eAAe;QACnB,KAAK,EAAE,gCAAgC;QACvC,OAAO,EAAE,iCAAiC;QAC1C,WAAW,EAAE,yGAAyG;KACvH;IACD;QACE,EAAE,EAAE,iBAAiB;QACrB,KAAK,EAAE,yCAAyC;QAChD,OAAO,EAAE,mCAAmC;QAC5C,WAAW,EAAE,sHAAsH;KACpI;IACD;QACE,EAAE,EAAE,sBAAsB;QAC1B,KAAK,EAAE,uDAAuD;QAC9D,OAAO,EAAE,wCAAwC;QACjD,WAAW,EAAE,sHAAsH;KACpI;IACD;QACE,EAAE,EAAE,iBAAiB;QACrB,KAAK,EAAE,qDAAqD;QAC5D,OAAO,EAAE,mCAAmC;QAC5C,WAAW,EAAE,yHAAyH;KACvI;IACD;QACE,EAAE,EAAE,sBAAsB;QAC1B,KAAK,EAAE,2CAA2C;QAClD,OAAO,EAAE,wCAAwC;QACjD,WAAW,EAAE,gGAAgG;KAC9G;IACD;QACE,EAAE,EAAE,mBAAmB;QACvB,KAAK,EAAE,gDAAgD;QACvD,OAAO,EAAE,qCAAqC;QAC9C,WAAW,EAAE,oIAAoI;KAClJ;IACD;QACE,EAAE,EAAE,wBAAwB;QAC5B,KAAK,EAAE,8BAA8B;QACrC,OAAO,EAAE,0CAA0C;QACnD,WAAW,EAAE,iHAAiH;KAC/H;IACD;QACE,EAAE,EAAE,qBAAqB;QACzB,KAAK,EAAE,mCAAmC;QAC1C,OAAO,EAAE,uCAAuC;QAChD,WAAW,EAAE,4IAA4I;KAC1J;IACD;QACE,EAAE,EAAE,eAAe;QACnB,KAAK,EAAE,6BAA6B;QACpC,OAAO,EAAE,iCAAiC;QAC1C,WAAW,EAAE,qHAAqH;KACnI;IACD;QACE,EAAE,EAAE,2BAA2B;QAC/B,KAAK,EAAE,iCAAiC;QACxC,OAAO,EAAE,6CAA6C;QACtD,WAAW,EAAE,0HAA0H;KACxI;IACD;QACE,EAAE,EAAE,oBAAoB;QACxB,KAAK,EAAE,0BAA0B;QACjC,OAAO,EAAE,sCAAsC;QAC/C,WAAW,EAAE,2IAA2I;KACzJ;IACD;QACE,EAAE,EAAE,wBAAwB;QAC5B,KAAK,EAAE,8BAA8B;QACrC,OAAO,EAAE,0CAA0C;QACnD,WAAW,EAAE,2HAA2H;KACzI;IACD;QACE,EAAE,EAAE,oBAAoB;QACxB,KAAK,EAAE,gDAAgD;QACvD,OAAO,EAAE,sCAAsC;QAC/C,WAAW,EAAE,0GAA0G;KACxH;IACD;QACE,EAAE,EAAE,mBAAmB;QACvB,KAAK,EAAE,kDAAkD;QACzD,OAAO,EAAE,qCAAqC;QAC9C,WAAW,EAAE,yHAAyH;KACvI;IACD;QACE,EAAE,EAAE,YAAY;QAChB,KAAK,EAAE,kBAAkB;QACzB,OAAO,EAAE,8BAA8B;QACvC,WAAW,EAAE,wGAAwG;KACtH;IACD;QACE,EAAE,EAAE,iBAAiB;QACrB,KAAK,EAAE,oCAAoC;QAC3C,OAAO,EAAE,yCAAyC;QAClD,WAAW,EAAE,gHAAgH;KAC9H;IACD;QACE,EAAE,EAAE,iBAAiB;QACrB,KAAK,EAAE,uBAAuB;QAC9B,OAAO,EAAE,mCAAmC;QAC5C,WAAW,EAAE,6FAA6F;KAC3G;IACD;QACE,EAAE,EAAE,yBAAyB;QAC7B,KAAK,EAAE,yBAAyB;QAChC,OAAO,EAAE,8BAA8B;QACvC,WAAW,EAAE,6FAA6F;KAC3G;IACD;QACE,EAAE,EAAE,cAAc;QAClB,KAAK,EAAE,4BAA4B;QACnC,OAAO,EAAE,gCAAgC;QACzC,WAAW,EAAE,wGAAwG;KACtH;IACD;QACE,EAAE,EAAE,mBAAmB;QACvB,KAAK,EAAE,kCAAkC;QACzC,OAAO,EAAE,qCAAqC;QAC9C,WAAW,EAAE,2GAA2G;KACzH;CACF,CAAC;AAEF,MAAM,UAAU,iBAAiB;IAC/B,OAAO,CAAC,GAAG,cAAc,CAAC,CAAC;AAC7B,CAAC;AAED,MAAM,CAAC,KAAK,UAAU,OAAO,CAAC,UAAU,GAAG,mBAAmB;IAC5D,MAAM,QAAQ,GAAG,cAAc,CAAC,IAAI,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,IAAI,CAAC,EAAE,KAAK,UAAU,CAAC,CAAC;IACvE,IAAI,CAAC,QAAQ,EAAE,CAAC;QACd,MAAM,GAAG,GAAG,cAAc,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;QAC7D,MAAM,IAAI,KAAK,CAAC,0BAA0B,UAAU,2BAA2B,GAAG,EAAE,CAAC,CAAC;IACxF,CAAC;IAED,MAAM,QAAQ,GAAG,MAAM,cAAc,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,WAAW,EAAE,EAAE,QAAQ,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC;IACpF,OAAO;QACL,WAAW,EAAE,IAAI,IAAI,EAAE,CAAC,WAAW,EAAE;QACrC,QAAQ;QACR,QAAQ;KACT,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,kBAAkB,CAAC,MAAkB;IACnD,MAAM,cAAc,GAAG,cAAc;SAClC,MAAM,CAAC,CAAC,QAAQ,EAAE,EAAE,CAAC,QAAQ,CAAC,EAAE,KAAK,MAAM,CAAC,QAAQ,CAAC,EAAE,CAAC;SACxD,GAAG,CAAC,CAAC,QAAQ,EAAE,EAAE,CAAC,OAAO,QAAQ,CAAC,EAAE,OAAO,QAAQ,CAAC,WAAW,EAAE,CAAC,CAAC;IAEtE,OAAO;QACL,uBAAuB;QACvB,EAAE;QACF,eAAe,MAAM,CAAC,QAAQ,CAAC,KAAK,IAAI;QACxC,EAAE;QACF,MAAM,CAAC,QAAQ,CAAC,WAAW;QAC3B,EAAE;QACF,cAAc,MAAM,CAAC,QAAQ,CAAC,OAAO,IAAI;QACzC,EAAE;QACF,yGAAyG;QACzG,EAAE;QACF,iCAAiC;QACjC,EAAE;QACF,sBAAsB,CAAC,MAAM,CAAC,QAAQ,CAAC,CAAC,OAAO,CAAC,kCAAkC,EAAE,EAAE,CAAC;QACvF,EAAE;QACF,yBAAyB;QACzB,EAAE;QACF,GAAG,cAAc;QACjB,EAAE;QACF,SAAS;QACT,4BAA4B;QAC5B,oCAAoC;QACpC,wCAAwC;QACxC,6CAA6C;QAC7C,yCAAyC;QACzC,qCAAqC;QACrC,mCAAmC;QACnC,qCAAqC;QACrC,0CAA0C;QAC1C,qCAAqC;QACrC,0CAA0C;QAC1C,4CAA4C;QAC5C,yCAAyC;QACzC,mCAAmC;QACnC,+CAA+C;QAC/C,wCAAwC;QACxC,4CAA4C;QAC5C,wCAAwC;QACxC,uCAAuC;QACvC,kCAAkC;QAClC,uCAAuC;QACvC,KAAK;QACL,EAAE;KACH,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;AACf,CAAC;AAED,MAAM,UAAU,sBAAsB,CAAC,SAAS,GAAG,iBAAiB,EAAE;IACpE,OAAO;QACL,iCAAiC;QACjC,EAAE;QACF,8BAA8B;QAC9B,eAAe;QACf,GAAG,SAAS,CAAC,GAAG,CAAC,CAAC,QAAQ,EAAE,EAAE,CAAC,OAAO,QAAQ,CAAC,EAAE,QAAQ,QAAQ,CAAC,WAAW,IAAI,CAAC;QAClF,EAAE;QACF,kBAAkB;QAClB,EAAE;QACF,SAAS;QACT,qBAAqB;QACrB,oCAAoC;QACpC,wCAAwC;QACxC,6CAA6C;QAC7C,yCAAyC;QACzC,qCAAqC;QACrC,wCAAwC;QACxC,mCAAmC;QACnC,qCAAqC;QACrC,0CAA0C;QAC1C,qCAAqC;QACrC,0CAA0C;QAC1C,4CAA4C;QAC5C,yCAAyC;QACzC,mCAAmC;QACnC,+CAA+C;QAC/C,wCAAwC;QACxC,4CAA4C;QAC5C,wCAAwC;QACxC,uCAAuC;QACvC,4BAA4B;QAC5B,KAAK;QACL,EAAE;KACH,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;AACf,CAAC;AAED,SAAS,WAAW;IAClB,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,OAAO,CAAC,aAAa,CAAC,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,EAAE,OAAO,CAAC,CAAC;AAC7E,CAAC"}
package/dist/src/init.js CHANGED
@@ -101,7 +101,7 @@ function renderCodexReadinessWorkflow(doctorThreshold, comment) {
101
101
  " steps:",
102
102
  " - uses: actions/checkout@v5",
103
103
  " - id: trace-to-skill",
104
- " uses: grnbtqdbyx-create/trace-to-skill@v0.1.97",
104
+ " uses: grnbtqdbyx-create/trace-to-skill@v0.1.98",
105
105
  " with:",
106
106
  " mode: all",
107
107
  ` doctor-threshold: "${doctorThreshold}"`,
@@ -128,7 +128,7 @@ function renderAgentLearningWorkflow(traces, threshold, comment, sarif) {
128
128
  const steps = [
129
129
  " - uses: actions/checkout@v5",
130
130
  " - id: trace-to-skill",
131
- " uses: grnbtqdbyx-create/trace-to-skill@v0.1.97",
131
+ " uses: grnbtqdbyx-create/trace-to-skill@v0.1.98",
132
132
  " with:",
133
133
  " mode: traces",
134
134
  ` traces: ${traces}`,
@@ -175,7 +175,7 @@ function renderIssueRadarWorkflow(repo, state, limit, commentIssue) {
175
175
  " steps:",
176
176
  " - uses: actions/checkout@v5",
177
177
  " - id: issue-map",
178
- " uses: grnbtqdbyx-create/trace-to-skill@v0.1.97",
178
+ " uses: grnbtqdbyx-create/trace-to-skill@v0.1.98",
179
179
  " with:",
180
180
  " mode: issue-map",
181
181
  ` issue-map-repo: ${repo}`,
package/dist/src/rules.js CHANGED
@@ -5,7 +5,7 @@ const RULES = [
5
5
  title: "Agent claimed completion without verifiable proof",
6
6
  why: "Maintainers need completion claims to include concrete command output, test names, or review evidence.",
7
7
  patterns: [
8
- /\b(done|complete|fixed|resolved|all set)\b/i,
8
+ /(?:^|[>\s])\b(done|complete|fixed|resolved|all set)\b/i,
9
9
  /\b(no tests? (were )?(run|executed)|did not run tests?|unable to run tests?)\b/i
10
10
  ],
11
11
  suggestedRule: "Before claiming completion, run the relevant validation command or clearly state the exact validation that could not be run and why.",
@@ -216,7 +216,7 @@ const RULES = [
216
216
  /\bGPT-?5\.2\b.{0,180}\b(routed|routes|routing|misrouted|being routed|silently rerouted|fallback|downgraded|downgrade)\b.{0,180}\bGPT-?5\.3[- ]?Codex\b/i,
217
217
  /\b(config\.toml|TUI|--model|model selector|selected model|Which model were you using)\b.{0,220}\bgpt-5\.3-codex\b.{0,260}\b(response\.model|SSE|response\.created|actual model|output|server-side|server side)\b.{0,220}\bgpt-5\.2(?:-\d{4}-\d{2}-\d{2})?\b/i,
218
218
  /\b(response\.model|SSE event|response\.created|actual model|server-side model|server side model)\b.{0,220}\bgpt-5\.2(?:-\d{4}-\d{2}-\d{2})?\b.{0,260}\b(config\.toml|TUI|--model|selected model|gpt-5\.3-codex)\b/i,
219
- /\b(RUST_LOG|codex_api::sse::responses|codex_tui::chatwidget|log\/codex-tui\.log)\b.{0,240}\b(response\.model|response\.created|gpt-5\.2|gpt-5\.3-codex|misrouted|routed)\b/i,
219
+ /\b(RUST_LOG|codex_api::sse::responses|codex_tui::chatwidget|log\/codex-tui\.log)\b.{0,240}\b(response\.model|response\.created|gpt-5\.2|misrouted|routed)\b/i,
220
220
  /\b(no warning|no fallback notice|silent(?:ly)? rerout(?:e|ed|ing)|transparency concerns?)\b.{0,220}\b(model|gpt-5\.3|gpt-5\.2|Codex)\b/i
221
221
  ],
222
222
  suggestedRule: "When reporting Codex model-routing mismatches, capture the Codex app/CLI/extension version, subscription/workspace, selected model from config.toml, TUI, command flag, or UI, actual server-side model from SSE `response.created` / `response.model`, the exact `RUST_LOG` or trace command used, timestamp, account or verification state without secrets, whether API and Codex routes differ, whether a warning/fallback notice appeared, and a minimal one-prompt reproduction with redacted logs.",
@@ -247,6 +247,14 @@ const RULES = [
247
247
  title: "Codex thinking or stream hang",
248
248
  why: "Codex can accept a turn, finish local tool calls, or keep a Responses request open while the UI/CLI remains on Thinking or Working with no streamed follow-up, making users interrupt healthy runs or lose long-session context.",
249
249
  patterns: [
250
+ /\b(All models|all models|gpt-5\.[34]|gpt-5\.1-codex|max)\b.{0,220}\b(Codex CLI|codex)\b.{0,220}\b(hangs? indefinitely|hangs? on every message|no response is ever generated|no response generated|no streaming output|no error|no timeout)\b/i,
251
+ /\b(Codex CLI|codex)\b.{0,220}\b(accepts prompts?|prompt is accepted|accepted and displayed)\b.{0,220}\b(no streaming output|no response|no error|no timeout|hangs? indefinitely|silent)\b/i,
252
+ /\b(status bar|usage bar)\b.{0,160}\b(100% left|no tokens? (?:are )?being consumed|tokens? used)\b.{0,180}\b(no response|hangs?|silent|no streaming|prompt)\b/i,
253
+ /\bcodex exec\b.{0,220}\b(ping|hello|simple greeting|any prompt)\b.{0,220}\b(hangs?|no response|mcp startup: no servers|no output|silent)\b/i,
254
+ /\bunhandled responses event\b.{0,180}\b(response\.in_progress|response\.content_part\.added|response\.output_text\.done|response\.content_part\.done)\b/i,
255
+ /\b(no response|no output|no streaming output|no streamed output)\b.{0,180}\b(all prompts?|every message|simple greetings?|questions?|codebase analysis|any prompt)\b/i,
256
+ /\b(CLI|Codex CLI|terminal command execution|shell commands?)\b.{0,180}\b(hangs?|stuck|loading infinitely|does half the job|no response|no output)\b/i,
257
+ /\b(service is down|Codex is down|codex seems down|unhealthy clusters?|rerouted traffic|status\.openai\.com\/incidents)\b.{0,220}\b(Codex|CLI|hanging|no response|Thinking|Working)\b/i,
250
258
  /\b(remain|remains|stays?|stuck|hangs?|hung)\b.{0,140}\b(Thinking|Working|running|spinner)\b.{0,220}\b(successful tool calls?|tool returned|no streamed follow-up|no follow-up|no response|responses request|\/responses request|post-tool|continuation)\b/i,
251
259
  /\b(successful tool calls?|tool returned|tools? returned instantly|pwd|rg --files|function_call_output)\b.{0,220}\b(Thinking|Working|stuck|hangs?|hung|no next assistant action|no streamed follow-up|no visible output|silent)\b/i,
252
260
  /\bpre[- ]?first[- ]?(?:token|output|event|response)\b.{0,180}\b(stall|hang|gap|silent|no visible|no streamed|many minutes|30 minutes|1,?838(?:\.5)? seconds)\b/i,
@@ -259,7 +267,7 @@ const RULES = [
259
267
  /\b(subagent|child thread|child lifecycle|waiting_on_child|child_requires_input|child_cleanup_pending)\b.{0,180}\b(Thinking|spinner|stuck|hang|parent|main thread)\b/i,
260
268
  /\b(MCP|config\.toml|broken MCP|not responding)\b.{0,180}\b(Thinking|stuck|hang|minimal config|without any MCPs)\b/i
261
269
  ],
262
- suggestedRule: "When reporting Codex thinking hangs, capture app/CLI/extension version, OS, model and reasoning/speed settings, turn/thread id, prompt timestamp, `turn/start` or `task_started` timestamp, last successful tool-call output, first `response_item` or assistant timestamp if it eventually appears, transport (`responses_http` or websocket), `time.busy`/`time.idle` close metrics, reconnect or stream-disconnect lines, MCP/subagent state, whether stop/interrupt works, and whether a new thread or minimal config without MCPs recovers.",
270
+ suggestedRule: "When reporting Codex thinking or CLI no-response hangs, capture app/CLI/extension version, OS/terminal such as WSL, model and reasoning/speed settings, subscription/workspace, turn/thread id, prompt timestamp, whether the prompt is accepted but no streaming output/error/timeout appears, status bar or usage percent such as 100% left, `turn/start` or `task_started` timestamp, last successful tool-call output, first `response_item` or assistant timestamp if it eventually appears, `RUST_LOG`/SSE evidence including unhandled responses events, transport (`responses_http` or websocket), `time.busy`/`time.idle` close metrics, reconnect or stream-disconnect lines, status incident link or cluster mitigation note if relevant, MCP/subagent state, whether stop/Ctrl+C/interrupt works, and whether a new thread, logout/login, downgrade, API billing path, or minimal config without MCPs recovers.",
263
271
  suggestedSkill: "codex-thinking-hang-triage"
264
272
  },
265
273
  {
@@ -1 +1 @@
1
- {"version":3,"file":"rules.js","sourceRoot":"","sources":["../../src/rules.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"rules.js","sourceRoot":"","sources":["../../src/rules.ts"],"names":[],"mappings":"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"}
package/docs/BENCHMARK.md CHANGED
@@ -17,6 +17,7 @@ This benchmark runs the public fixture pack that ships with the repository and p
17
17
  | Codex selected model differs from actual routed model | `fixtures/codex-model-routing-mismatch.md` | 75 | 2 | 0 | `codex_model_routing_mismatch`, `weak_evidence` | pass |
18
18
  | Codex model and runtime latency regression | `fixtures/codex-latency-regression.md` | 75 | 2 | 0 | `codex_latency_regression`, `weak_evidence` | pass |
19
19
  | Codex thinking and stream hang | `fixtures/codex-thinking-hang.md` | 75 | 2 | 0 | `codex_thinking_hang`, `weak_evidence` | pass |
20
+ | Codex CLI no-response and command execution hang | `fixtures/codex-cli-no-response.md` | 75 | 2 | 0 | `codex_thinking_hang`, `weak_evidence` | pass |
20
21
  | Codex clipboard, paste, and attachment workflow regression | `fixtures/codex-clipboard-attachment.md` | 75 | 2 | 0 | `codex_clipboard_attachment`, `weak_evidence` | pass |
21
22
  | Codex deeplink, OAuth callback, and external launch regression | `fixtures/codex-deeplink-launch.md` | 50 | 4 | 0 | `codex_deeplink_launch`, `codex_remote_control`, `hallucinated_file`, `weak_evidence` | pass |
22
23
  | Codex app connector auth cache and stale link regression | `fixtures/codex-connector-auth-cache.md` | 75 | 2 | 0 | `codex_connector_auth_cache`, `weak_evidence` | pass |
@@ -1,9 +1,9 @@
1
1
  # GitHub Issue Pain Map
2
2
 
3
- Generated: 2026-06-01T03:25:54.011Z
3
+ Generated: 2026-06-01T03:41:41.220Z
4
4
 
5
- Issues analyzed: **15**
6
- Matched issues: **14**
5
+ Issues analyzed: **17**
6
+ Matched issues: **16**
7
7
  Unmatched issues: **1**
8
8
 
9
9
  This report maps GitHub issues onto deterministic `trace-to-skill` failure classes. Fetch a repository directly with `--repo`, or export issues with `gh issue list` / `gh search issues` and pass the JSON file.
@@ -21,7 +21,8 @@ gh issue list --repo openai/codex --state all --limit 100 --json number,title,bo
21
21
  | ---: | --- | --- | ---: | ---: | ---: | --- |
22
22
  | 1895 | `codex_remote_connection` | high | 1 | 176 | 851 | [#10450 Remote Development in Codex Desktop App](https://github.com/openai/codex/issues/10450) |
23
23
  | 1051 | `codex_token_burn` | high | 2 | 918 | 53 | [#14593 Burning tokens very fast](https://github.com/openai/codex/issues/14593) |
24
- | 460 | `weak_evidence` | medium | 15 | 1985 | 991 | [#14593 Burning tokens very fast](https://github.com/openai/codex/issues/14593) |
24
+ | 508 | `weak_evidence` | medium | 17 | 2186 | 1094 | [#14593 Burning tokens very fast](https://github.com/openai/codex/issues/14593) |
25
+ | 434 | `codex_thinking_hang` | high | 2 | 201 | 103 | [#14048 All models - Codex CLI hangs indefinitely on all prompts, no response generated](https://github.com/openai/codex/issues/14048) |
25
26
  | 409 | `codex_auth_verification` | high | 2 | 346 | 18 | [#20161 Phone number verification doesn't work](https://github.com/openai/codex/issues/20161) |
26
27
  | 304 | `codex_model_routing_mismatch` | high | 3 | 231 | 18 | [#11189 GPT-5.3-Codex being routed to GPT-5.2](https://github.com/openai/codex/issues/11189) |
27
28
  | 257 | `codex_context_visibility` | high | 3 | 168 | 26 | [#23794 Codex Desktop no longer shows visible context/token usage indicator](https://github.com/openai/codex/issues/23794) |
@@ -37,9 +38,9 @@ gh issue list --repo openai/codex --state all --limit 100 --json number,title,bo
37
38
  | ---: | --- | --- | --- |
38
39
  | 1 | Remote connection fixture and SSH workspace evidence report | 1 issue(s), 176 comment(s), severity high; top signal: codex_remote_connection. | `trace-to-skill codex-report ./runs --output openai-codex-remote-connection.md` |
39
40
  | 2 | Usage evidence fixture and support-ready token report | 2 issue(s), 918 comment(s), severity high; top signal: codex_token_burn. | `trace-to-skill usage-evidence ./usage-notes.md --output usage-evidence.md` |
40
- | 3 | Auth verification fixture and login support report | 2 issue(s), 346 comment(s), severity high; top signal: codex_auth_verification. | `trace-to-skill codex-report ./runs --output openai-codex-auth-issue.md` |
41
- | 4 | Model-routing fixture and SSE evidence report | 3 issue(s), 231 comment(s), severity high; top signal: codex_model_routing_mismatch. | `trace-to-skill codex-report ./runs --output openai-codex-model-routing.md` |
42
- | 5 | Context visibility fixture and Desktop UI evidence report | 3 issue(s), 168 comment(s), severity high; top signal: codex_context_visibility. | `trace-to-skill codex-report ./runs --output openai-codex-context-visibility.md` |
41
+ | 3 | Codex-ready issue report and failure fixture | 2 issue(s), 201 comment(s), severity high; top signal: codex_thinking_hang. | `trace-to-skill codex-report ./runs --output openai-codex-issue.md` |
42
+ | 4 | Auth verification fixture and login support report | 2 issue(s), 346 comment(s), severity high; top signal: codex_auth_verification. | `trace-to-skill codex-report ./runs --output openai-codex-auth-issue.md` |
43
+ | 5 | Model-routing fixture and SSE evidence report | 3 issue(s), 231 comment(s), severity high; top signal: codex_model_routing_mismatch. | `trace-to-skill codex-report ./runs --output openai-codex-model-routing.md` |
43
44
 
44
45
  ## Suggested Next Actions
45
46
 
@@ -64,6 +65,17 @@ Example issues:
64
65
  Evidence rule prompts:
65
66
  - When reporting Codex token burn, capture plan/workspace, client and version, model and reasoning/speed settings, fast-mode/large-context/subagent/review flags, recent /status and usage-dashboard deltas, local token totals including cached input/output/reasoning if available, background process ids and write_stdin poll cadence, compaction attempts and failures, retry/tool-loop counts, whether the app was idle, and a minimal reproduction with before/after usage percentages.
66
67
 
68
+ ### codex_thinking_hang
69
+
70
+ Priority score: 434. 2 issue(s), 201 comment(s).
71
+
72
+ Example issues:
73
+ - [#14048 All models - Codex CLI hangs indefinitely on all prompts, no response generated](https://github.com/openai/codex/issues/14048) (131 comments; labels: bug, agent)
74
+ - [#7156 Codex hangs during cli command execution](https://github.com/openai/codex/issues/7156) (70 comments; labels: bug, CLI)
75
+
76
+ Evidence rule prompts:
77
+ - When reporting Codex thinking or CLI no-response hangs, capture app/CLI/extension version, OS/terminal such as WSL, model and reasoning/speed settings, subscription/workspace, turn/thread id, prompt timestamp, whether the prompt is accepted but no streaming output/error/timeout appears, status bar or usage percent such as 100% left, `turn/start` or `task_started` timestamp, last successful tool-call output, first `response_item` or assistant timestamp if it eventually appears, `RUST_LOG`/SSE evidence including unhandled responses events, transport (`responses_http` or websocket), `time.busy`/`time.idle` close metrics, reconnect or stream-disconnect lines, status incident link or cluster mitigation note if relevant, MCP/subagent state, whether stop/Ctrl+C/interrupt works, and whether a new thread, logout/login, downgrade, API billing path, or minimal config without MCPs recovers.
78
+
67
79
  ### codex_auth_verification
68
80
 
69
81
  Priority score: 409. 2 issue(s), 346 comment(s).
@@ -87,18 +99,6 @@ Example issues:
87
99
  Evidence rule prompts:
88
100
  - When reporting Codex model-routing mismatches, capture the Codex app/CLI/extension version, subscription/workspace, selected model from config.toml, TUI, command flag, or UI, actual server-side model from SSE `response.created` / `response.model`, the exact `RUST_LOG` or trace command used, timestamp, account or verification state without secrets, whether API and Codex routes differ, whether a warning/fallback notice appeared, and a minimal one-prompt reproduction with redacted logs.
89
101
 
90
- ### codex_context_visibility
91
-
92
- Priority score: 257. 3 issue(s), 168 comment(s).
93
-
94
- Example issues:
95
- - [#23794 Codex Desktop no longer shows visible context/token usage indicator](https://github.com/openai/codex/issues/23794) (160 comments; labels: bug, context, app)
96
- - [#23591 Reimplement visible context/token usage indicator in Codex Desktop App](https://github.com/openai/codex/issues/23591) (7 comments; labels: enhancement, rate-limits, context, app)
97
- - [#24710 Codex Desktop: hidden context indicator still blocks long-session context management](https://github.com/openai/codex/issues/24710) (1 comments; labels: enhancement, context, app)
98
-
99
- Evidence rule prompts:
100
- - When reporting Codex context-visibility regressions, capture Codex Desktop version, OS, surface, screenshot or short recording of the chat input area, whether the prior context/token indicator or tooltip was visible before the update, exact UI route where it disappeared, local session metadata showing context/window pressure if available, `/status` output if relevant, compaction timing, whether CLI/TUI still exposes a statusline, and how the missing indicator affects long-session decisions.
101
-
102
102
  ## Unmatched Issues
103
103
 
104
104
  - [#99999 Add a fun launch animation](https://github.com/openai/codex/issues/99999) (0 comments; labels: enhancement)
@@ -35,7 +35,7 @@ npx trace-to-skill lsp-audit . --format json
35
35
  | Undo, rewind, and pre-agent checkpoint needs | users want `/undo` or `/rewind`, double-Esc only rewinds chat state, untracked/gitignored files are not protected by commits, and manual recovery needs reviewable pre-agent evidence | workspace checkpoint bundle | `trace-to-skill checkpoint . --output .trace-to-skill/checkpoints/before-codex` before agent work |
36
36
  | Model routing mismatch | selected `gpt-5.3-codex` in `config.toml`, TUI, or `--model`, but SSE `response.created` / `response.model` shows `gpt-5.2`, silent fallback, no warning, no fallback notice | `codex_model_routing_mismatch` | `trace-to-skill codex-report ./runs` or `trace-to-skill demo model-routing-mismatch` |
37
37
  | Latency regressions | GPT-5.5 Fast feels like Standard, simple tasks take 10-20+ minutes, pre-first-token or thinking stalls, slow search/read/compaction, hours for small code changes | `codex_latency_regression` | `trace-to-skill codex-report ./runs` |
38
- | Thinking or stream hangs | accepted turn, completed local tool output, no streamed assistant follow-up, long gap before first `response_item`, `time.busy` milliseconds with `time.idle` hundreds of seconds, Stop/Ctrl+C cannot interrupt, subagent parent stuck | `codex_thinking_hang` | `trace-to-skill codex-report ./runs` or `trace-to-skill demo thinking-hang` |
38
+ | Thinking or stream hangs | accepted turn, completed local tool output, CLI prompt accepted but no streaming output/error/timeout, status bar `100% left`, unhandled responses events, terminal command execution stuck, long gap before first `response_item`, `time.busy` milliseconds with `time.idle` hundreds of seconds, Stop/Ctrl+C cannot interrupt, status incident or cluster-reroute note, subagent parent stuck | `codex_thinking_hang` | `trace-to-skill codex-report ./runs`, `trace-to-skill demo thinking-hang`, or `trace-to-skill demo cli-no-response` |
39
39
  | Clipboard, paste, and generated attachment regressions | `Copy as Markdown` missing, Copy menu only exports metadata, long pasted prompts become `Pasted text.txt`, generated attachments cannot preview/edit/revert, `/goal` ignores non-empty fileAttachments | `codex_clipboard_attachment` | `trace-to-skill codex-report ./runs` or `trace-to-skill demo clipboard-attachment` |
40
40
  | Deeplink, OAuth callback, and external launch regressions | `codex://oauth_callback?code=...` fails, `Unable to find Electron app`, `app\oauth_callback?code=...`, notification `type=click&tag=...` becomes an app path, AppX/MSIX protocol evidence, `codex app .` only focuses | `codex_deeplink_launch` | `trace-to-skill codex-report ./runs` or `trace-to-skill demo deeplink-launch` |
41
41
  | App connector auth cache and stale link regressions | `401 Reauthentication required`, `refresh token was revoked`, stale `link_*`, `isAccessible: false`, `codex_apps_tools` or `codex_app_directory` cache regeneration keeps broken connector state | `codex_connector_auth_cache` | `trace-to-skill codex-report ./runs` or `trace-to-skill demo connector-auth-cache` |
@@ -85,7 +85,7 @@ npx trace-to-skill lsp-audit . --format json
85
85
  - Include `session-audit` output, largest rollout JSONL sizes, largest line sizes, parse-error counts, `session_index.jsonl` line count, bloated title byte/signal counts, unindexed rollout thread count, recoverable `codex resume <id>` commands, hashed project groups, and state-file presence for resume/session-state failures.
86
86
  - Include `diagnostics-bundle` output when the issue spans config plus local session/history state, or when you need one metadata-only folder that excludes raw logs, SQLite databases, raw config, and transcripts.
87
87
  - Include pre-first-token, thinking, tool, search, read, and compaction timings plus model/speed settings for latency regressions.
88
- - Include `turn/start`, `task_started`, last successful tool output, first `response_item` timestamp, `responses_http` or websocket evidence, `time.busy` / `time.idle`, MCP/subagent state, stop/interrupt behavior, and minimal-config recovery evidence for Thinking hangs.
88
+ - Include `turn/start`, `task_started`, last successful tool output, accepted prompt/no output/no error/no timeout, status bar `100% left`, first `response_item` timestamp, `RUST_LOG` SSE evidence, unhandled responses events, `responses_http` or websocket evidence, `time.busy` / `time.idle`, status incident or cluster note, MCP/subagent state, stop/Ctrl+C/interrupt behavior, and minimal-config recovery evidence for Thinking or CLI no-response hangs.
89
89
  - Include exact Copy menu items, paste source size, generated attachment name/path/size, visible editor text, `pasted-text-attachments.json` or fileAttachments metadata, `/goal` or submit path, preview/edit/revert actions, and clipboard payload format for clipboard/attachment regressions.
90
90
  - Include exact redacted `codex://` URI shape, connector/plugin, browser, error dialog text, app running state, AppX/MSIX protocol registration evidence such as AppUserModelID and DelegateExecute, HKCU/HKCR `codex` keys, command-line arguments, `Start-Process "codex://test"` repro, and repair/reinstall/re-register attempts for deeplink/OAuth launch regressions.
91
91
  - Include connector/plugin name and id, installed plugin root, exact Codex Apps tool name, 401/reauth text, `link_*` id before and after reconnect/cache regeneration, `isAccessible` state, redacted `codex_apps_tools`/`codex_app_directory` metadata, ChatGPT app page state, and external MCP workaround result for connector auth-cache regressions.
@@ -121,6 +121,7 @@ npx trace-to-skill lsp-audit . --format json
121
121
  - Tool-call integrity and rollback failures: https://github.com/openai/codex/issues/25399, https://github.com/openai/codex/issues/25380, https://github.com/openai/codex/issues/25426, https://github.com/openai/codex/issues/7291
122
122
  - Undo, rewind, and pre-agent checkpoint needs: https://github.com/openai/codex/issues/9203, https://github.com/openai/codex/issues/11626
123
123
  - Latency regressions: https://github.com/openai/codex/issues/24422, https://github.com/openai/codex/issues/21527, https://github.com/openai/codex/issues/11984, https://github.com/openai/codex/issues/12161
124
+ - CLI no-response and command execution hangs: https://github.com/openai/codex/issues/14048, https://github.com/openai/codex/issues/7156
124
125
  - Deeplink, OAuth callback, and external launch regressions: https://github.com/openai/codex/issues/25203, https://github.com/openai/codex/issues/25231, https://github.com/openai/codex/issues/25368, https://github.com/openai/codex/issues/25333
125
126
  - App connector auth cache and stale link regressions: https://github.com/openai/codex/issues/24675, https://github.com/openai/codex/issues/25443
126
127
  - Context fork bloat and prompt-cache lineage loss: https://github.com/openai/codex/issues/25467, https://github.com/openai/codex/issues/24704, https://github.com/openai/codex/issues/24150, https://github.com/openai/codex/issues/13491, https://github.com/openai/codex/issues/24281
@@ -1,10 +1,10 @@
1
1
  # GitHub Issue Pain Map
2
2
 
3
- Generated: 2026-06-01T03:26:00.188Z
3
+ Generated: 2026-06-01T03:41:42.598Z
4
4
 
5
5
  Issues analyzed: **46**
6
- Matched issues: **21**
7
- Unmatched issues: **25**
6
+ Matched issues: **23**
7
+ Unmatched issues: **23**
8
8
 
9
9
  This report maps GitHub issues onto deterministic `trace-to-skill` failure classes. Fetch a repository directly with `--repo`, or export issues with `gh issue list` / `gh search issues` and pass the JSON file.
10
10
 
@@ -26,11 +26,11 @@ gh issue list --repo openai/codex --state all --limit 100 --json number,title,bo
26
26
  | 805 | `codex_auth_verification` | high | 3 | 436 | 166 | [#20161 Phone number verification doesn't work](https://github.com/openai/codex/issues/20161) |
27
27
  | 631 | `codex_context_visibility` | high | 1 | 160 | 227 | [#23794 Codex Desktop no longer shows visible context/token usage indicator](https://github.com/openai/codex/issues/23794) |
28
28
  | 442 | `codex_tool_call_integrity` | high | 1 | 61 | 182 | [#2998 IDE-integrated diff / approval](https://github.com/openai/codex/issues/2998) |
29
+ | 434 | `codex_thinking_hang` | high | 2 | 201 | 103 | [#14048 All models — Codex CLI hangs indefinitely on all prompts, no response generated](https://github.com/openai/codex/issues/14048) |
29
30
  | 376 | `codex_remote_compact` | high | 2 | 147 | 101 | [#14860 Error running remote compact task](https://github.com/openai/codex/issues/14860) |
30
31
  | 376 | `context_compaction` | high | 2 | 147 | 101 | [#14860 Error running remote compact task](https://github.com/openai/codex/issues/14860) |
31
32
  | 351 | `codex_terminal_output_integrity` | high | 1 | 66 | 134 | [#2558 Codex client output truncated when scrolling in Zellij](https://github.com/openai/codex/issues/2558) |
32
33
  | 324 | `codex_model_routing_mismatch` | high | 1 | 169 | 69 | [#11189 GPT-5.3-Codex being routed to GPT-5.2](https://github.com/openai/codex/issues/11189) |
33
- | 261 | `premature_completion` | high | 1 | 60 | 92 | [#2448 Codex CLI: Plus users hitting usage limits extremely quickly compared to competitors](https://github.com/openai/codex/issues/2448) |
34
34
 
35
35
  ## Maintainer Roadmap
36
36
 
@@ -101,14 +101,14 @@ Evidence rule prompts:
101
101
  ## Unmatched Issues
102
102
 
103
103
  - [#10410 Codex Desktop App: macOS Intel (x86_64) support](https://github.com/openai/codex/issues/10410) (190 comments; labels: enhancement, app)
104
- - [#14048 All models — Codex CLI hangs indefinitely on all prompts, no response generated](https://github.com/openai/codex/issues/14048) (131 comments; labels: bug, agent)
105
104
  - [#2604 Subagent Support](https://github.com/openai/codex/issues/2604) (103 comments; labels: enhancement, subagent)
106
105
  - [#12564 Allow renaming task/thread titles to improve history navigation](https://github.com/openai/codex/issues/12564) (77 comments; labels: enhancement, extension)
107
106
  - [#2860 Unusable on Windows due to permission ask for every shell command](https://github.com/openai/codex/issues/2860) (77 comments; labels: bug, windows-os)
108
107
  - [#2109 Event Hooks](https://github.com/openai/codex/issues/2109) (76 comments; labels: enhancement, hooks)
109
108
  - [#2796 BUG: VSCode IDE Plugin on SSH Connection: "Failed to load tasks."](https://github.com/openai/codex/issues/2796) (71 comments; labels: bug, extension)
110
109
  - [#16231 High CPU usage on macOS after updating Codex in VS Code extension to 26.325.31654](https://github.com/openai/codex/issues/16231) (71 comments; labels: bug, extension, regression, performance)
111
- - [#7156 Codex hangs during cli command execution](https://github.com/openai/codex/issues/7156) (70 comments; labels: bug, CLI)
112
110
  - [#4313 Extension for JetBrains IDEs (PyCharm, IntelliJ, etc.)](https://github.com/openai/codex/issues/4313) (70 comments; labels: enhancement)
113
111
  - [#13041 WebSocket upgrade succeeds then server closes with 1008 Policy (falls back to HTTPS)](https://github.com/openai/codex/issues/13041) (70 comments; labels: bug, connectivity)
114
112
  - [#11701 Subagent configuration and orchestration](https://github.com/openai/codex/issues/11701) (69 comments; labels: enhancement, subagent)
113
+ - [#11023 Codex desktop app for Linux](https://github.com/openai/codex/issues/11023) (68 comments; labels: enhancement, app)
114
+ - [#6172 Hitting rate limits](https://github.com/openai/codex/issues/6172) (66 comments; labels: bug, codex-web, rate-limits)
package/docs/DEMO.md CHANGED
@@ -1,10 +1,10 @@
1
1
  # trace-to-skill Demo
2
2
 
3
- Scenario: **Codex remote connection or SSH workspace failure**
3
+ Scenario: **Codex CLI no-response or all-model hang**
4
4
 
5
- Desktop remote SSH workspaces, Settings > Connections, remote app-server, tunnel, or remote filesystem evidence breaks.
5
+ Codex CLI accepts prompts but produces no streaming output, no error, no timeout, or hangs during command execution.
6
6
 
7
- Fixture: `fixtures/codex-remote-connection.md`
7
+ Fixture: `fixtures/codex-cli-no-response.md`
8
8
 
9
9
  This is a packaged public fixture, so you can try the project without collecting a private trace first.
10
10
 
@@ -14,7 +14,7 @@ This is a packaged public fixture, so you can try the project without collecting
14
14
 
15
15
  Score: **75/100**
16
16
 
17
- Likely failure class: **Codex remote connection or SSH workspace failure (codex_remote_connection, high)**
17
+ Likely failure class: **Codex thinking or stream hang (codex_thinking_hang, high)**
18
18
 
19
19
  Agent workflow needs clearer verification, instruction, or security hardening before broad reuse.
20
20
 
@@ -23,25 +23,25 @@ Agent workflow needs clearer verification, instruction, or security hardening be
23
23
  ```md
24
24
  ### What happened?
25
25
 
26
- trace-to-skill detected Codex remote connection or SSH workspace failure (codex_remote_connection). Remote-first developers need Codex Desktop to open SSH, server, VM, WSL, container, or cloud workspaces as the source of truth, with reliable remote file browsing, command execution, model availability, app-server health, and reconnect behavior.
26
+ trace-to-skill detected Codex thinking or stream hang (codex_thinking_hang). Codex can accept a turn, finish local tool calls, or keep a Responses request open while the UI/CLI remains on Thinking or Working with no streamed follow-up, making users interrupt healthy runs or lose long-session context.
27
27
 
28
28
  ### Detected failure class
29
29
 
30
- - codex_remote_connection: Codex remote connection or SSH workspace failure (high)
30
+ - codex_thinking_hang: Codex thinking or stream hang (high)
31
31
 
32
32
  ### Evidence
33
33
 
34
- #### Codex remote connection or SSH workspace failure
35
- - fixtures/codex-remote-connection.md:5 - - Remote Development in Codex Desktop App is a high-demand workflow because many users work on SSH hosts, cloud instances, GPU machines, WSL boxes, containers, or remote Linux servers.
36
- - fixtures/codex-remote-connection.md:7 - - Users expect Settings > Connections to show SSH hosts from `~/.ssh/config` after enabling `[features] remote_connections = true`.
37
- - fixtures/codex-remote-connection.md:8 - - A common setup mistake is using `remote_control = true` instead of `remote_connections = true`, so the Connections subheading never appears in the Desktop app.
38
- - fixtures/codex-remote-connection.md:9 - - The local tunnel can fail with "local tunnel not ready" even when the SSH host is reachable.
39
- - fixtures/codex-remote-connection.md:10 - - Remote folder browsing can fail with `Unable to load folder contents: Timed out waiting for MCP response to fs/getMetadata while listing directories/files`.
40
- - fixtures/codex-remote-connection.md:12 - - Killing a stale `codex-server` or app-server on the remote host can force the Desktop app to reattach.
34
+ #### Codex thinking or stream hang
35
+ - fixtures/codex-cli-no-response.md:1 - # Codex CLI No-Response Hang
36
+ - fixtures/codex-cli-no-response.md:3 - Public issue cluster: All models - Codex CLI hangs indefinitely on all prompts, no response generated.
37
+ - fixtures/codex-cli-no-response.md:7 - - Codex CLI accepts prompts and displays them, but no streaming output begins.
38
+ - fixtures/codex-cli-no-response.md:8 - - All models tested, including `gpt-5.4 high`, `gpt-5.3-codex`, and `gpt-5.1-codex-max`, show no response, no error, and no timeout.
39
+ - fixtures/codex-cli-no-response.md:9 - - The status bar remains `gpt-5.4 high - 100% left`; no tokens are being consumed while the prompt is stuck.
40
+ - fixtures/codex-cli-no-response.md:10 - - A `status.openai.com/incidents` status incident note says Codex CLI hanging or no response may come from unhealthy clusters and rerouted traffic.
41
41
 
42
42
  ### Diagnostics to attach
43
43
 
44
- - When reporting Codex remote connection failures, capture Codex Desktop version, remote Codex CLI/app-server version, local OS, remote OS/architecture, SSH target alias from `~/.ssh/config`, whether `[features].remote_connections = true` is set, Settings > Connections visibility, selected host/path, remote workspace path, whether the remote filesystem is the source of truth, exact tunnel/app-server error, codex-server pid and restart result, `ps -ef | rg 'codex app-server|openai.chatgpt.*/codex'` evidence if available, remote PATH/auth/proxy/API reachability, model list differences versus local, fs/getMetadata or folder listing errors, ForwardAgent/proxy requirements, and whether reconnect/resume or a clean host works.
44
+ - When reporting Codex thinking or CLI no-response hangs, capture app/CLI/extension version, OS/terminal such as WSL, model and reasoning/speed settings, subscription/workspace, turn/thread id, prompt timestamp, whether the prompt is accepted but no streaming output/error/timeout appears, status bar or usage percent such as 100% left, `turn/start` or `task_started` timestamp, last successful tool-call output, first `response_item` or assistant timestamp if it eventually appears, `RUST_LOG`/SSE evidence including unhandled responses events, transport (`responses_http` or websocket), `time.busy`/`time.idle` close metrics, reconnect or stream-disconnect lines, status incident link or cluster mitigation note if relevant, MCP/subagent state, whether stop/Ctrl+C/interrupt works, and whether a new thread, logout/login, downgrade, API billing path, or minimal config without MCPs recovers.
45
45
 
46
46
  ### Privacy
47
47
 
@@ -50,25 +50,25 @@ trace-to-skill detected Codex remote connection or SSH workspace failure (codex_
50
50
 
51
51
  ## Findings
52
52
 
53
- ### 1. Codex remote connection or SSH workspace failure
53
+ ### 1. Codex thinking or stream hang
54
54
 
55
55
  Severity: **high**
56
56
 
57
- Remote-first developers need Codex Desktop to open SSH, server, VM, WSL, container, or cloud workspaces as the source of truth, with reliable remote file browsing, command execution, model availability, app-server health, and reconnect behavior.
57
+ Codex can accept a turn, finish local tool calls, or keep a Responses request open while the UI/CLI remains on Thinking or Working with no streamed follow-up, making users interrupt healthy runs or lose long-session context.
58
58
 
59
59
  Evidence:
60
- - `fixtures/codex-remote-connection.md:5` - Remote Development in Codex Desktop App is a high-demand workflow because many users work on SSH hosts, cloud instances, GPU machines, WSL boxes, containers, or remote Linux servers.
61
- - `fixtures/codex-remote-connection.md:7` - Users expect Settings > Connections to show SSH hosts from `~/.ssh/config` after enabling `[features] remote_connections = true`.
62
- - `fixtures/codex-remote-connection.md:8` - A common setup mistake is using `remote_control = true` instead of `remote_connections = true`, so the Connections subheading never appears in the Desktop app.
63
- - `fixtures/codex-remote-connection.md:9` - The local tunnel can fail with "local tunnel not ready" even when the SSH host is reachable.
64
- - `fixtures/codex-remote-connection.md:10` - Remote folder browsing can fail with `Unable to load folder contents: Timed out waiting for MCP response to fs/getMetadata while listing directories/files`.
65
- - `fixtures/codex-remote-connection.md:12` - Killing a stale `codex-server` or app-server on the remote host can force the Desktop app to reattach.
66
- - `fixtures/codex-remote-connection.md:13` - Some remote machines cannot directly access the Codex API, so reports need to mention proxy, local-machine request routing, or ForwardAgent SSH remote server requirements.
67
- - `fixtures/codex-remote-connection.md:22` - Exact local tunnel, app-server, codex-server, fs/getMetadata, folder listing, model list, auth, proxy, or API reachability error.
60
+ - `fixtures/codex-cli-no-response.md:1` # Codex CLI No-Response Hang
61
+ - `fixtures/codex-cli-no-response.md:3` Public issue cluster: All models - Codex CLI hangs indefinitely on all prompts, no response generated.
62
+ - `fixtures/codex-cli-no-response.md:7` - Codex CLI accepts prompts and displays them, but no streaming output begins.
63
+ - `fixtures/codex-cli-no-response.md:8` - All models tested, including `gpt-5.4 high`, `gpt-5.3-codex`, and `gpt-5.1-codex-max`, show no response, no error, and no timeout.
64
+ - `fixtures/codex-cli-no-response.md:9` - The status bar remains `gpt-5.4 high - 100% left`; no tokens are being consumed while the prompt is stuck.
65
+ - `fixtures/codex-cli-no-response.md:10` - A `status.openai.com/incidents` status incident note says Codex CLI hanging or no response may come from unhealthy clusters and rerouted traffic.
66
+ - `fixtures/codex-cli-no-response.md:12` - In another report, Codex hangs during terminal command execution; basic shell commands get stuck, it does half the job then stuck, and the VS Code client remains on Thinking or Working.
67
+ - `fixtures/codex-cli-no-response.md:17` The `codex exec --sandbox read-only --model gpt-5.3-codex 'ping'` run has no output and hangs after MCP startup with `unhandled responses event` SSE lines:
68
68
 
69
69
  Suggested rule:
70
70
 
71
- > When reporting Codex remote connection failures, capture Codex Desktop version, remote Codex CLI/app-server version, local OS, remote OS/architecture, SSH target alias from `~/.ssh/config`, whether `[features].remote_connections = true` is set, Settings > Connections visibility, selected host/path, remote workspace path, whether the remote filesystem is the source of truth, exact tunnel/app-server error, codex-server pid and restart result, `ps -ef | rg 'codex app-server|openai.chatgpt.*/codex'` evidence if available, remote PATH/auth/proxy/API reachability, model list differences versus local, fs/getMetadata or folder listing errors, ForwardAgent/proxy requirements, and whether reconnect/resume or a clean host works.
71
+ > When reporting Codex thinking or CLI no-response hangs, capture app/CLI/extension version, OS/terminal such as WSL, model and reasoning/speed settings, subscription/workspace, turn/thread id, prompt timestamp, whether the prompt is accepted but no streaming output/error/timeout appears, status bar or usage percent such as 100% left, `turn/start` or `task_started` timestamp, last successful tool-call output, first `response_item` or assistant timestamp if it eventually appears, `RUST_LOG`/SSE evidence including unhandled responses events, transport (`responses_http` or websocket), `time.busy`/`time.idle` close metrics, reconnect or stream-disconnect lines, status incident link or cluster mitigation note if relevant, MCP/subagent state, whether stop/Ctrl+C/interrupt works, and whether a new thread, logout/login, downgrade, API billing path, or minimal config without MCPs recovers.
72
72
 
73
73
 
74
74
  ## Reporter Notes
@@ -100,6 +100,7 @@ Suggested rule:
100
100
  - `subagent-lifecycle`: Completed, closed, stale, or interrupted subagents diverge between UI, live registry, persisted state, quota, and parent discoverability.
101
101
  - `usage-bucket-confusion`: Usage popovers show 5h and weekly percentages without clear remaining/used, rolling/calendar, or account/workspace scope.
102
102
  - `context-visibility`: Desktop context or token usage indicators disappear, leaving long-session compaction pressure invisible.
103
+ - `remote-connection`: Desktop remote SSH workspaces, Settings > Connections, remote app-server, tunnel, or remote filesystem evidence breaks.
103
104
  - `token-burn`: Usage drains from background polling, idle activity, compaction loops, retries, or cached-heavy turns.
104
105
  - `patch-overwrite`: `apply_patch` accepts `*** Add File` for an existing path, turning a create operation into a silent overwrite.
105
106
  - `sensitive-files`: Secrets, local credentials, production env files, or private databases enter agent context.
@@ -115,6 +116,7 @@ trace-to-skill demo subagent-prompt-leakage
115
116
  trace-to-skill demo windows-helper-path
116
117
  trace-to-skill demo patch-overwrite
117
118
  trace-to-skill demo thinking-hang
119
+ trace-to-skill demo cli-no-response
118
120
  trace-to-skill demo clipboard-attachment
119
121
  trace-to-skill demo deeplink-launch
120
122
  trace-to-skill demo connector-auth-cache
@@ -52,9 +52,9 @@ The fix is to capture app/CLI/extension version, model and speed/reasoning setti
52
52
 
53
53
  Codex can accept a turn, finish a local tool call, or keep a Responses request open while the UI or CLI remains on Thinking/Working with no streamed assistant follow-up. This is more specific than general latency: the session appears structurally accepted but the next visible assistant event never arrives or arrives after a very long gap.
54
54
 
55
- Common signals include `turn/start`, `task_started`, a successful tool output followed by no next assistant action, a long gap before the first `response_item`, `model_client.stream_responses_api` close lines where `time.busy` is milliseconds but `time.idle` is hundreds of seconds, `responses_http` or websocket reconnects, Stop/Ctrl+C not interrupting the stuck turn, a subagent parent thread waiting while a child remains active, and minimal `config.toml` without MCPs changing the behavior.
55
+ Common signals include `turn/start`, `task_started`, a successful tool output followed by no next assistant action, a CLI prompt accepted with no streaming output, no error, and no timeout, status bar `100% left` with no tokens consumed, `codex exec --sandbox read-only --model ... 'ping'` stopping after `mcp startup: no servers`, `unhandled responses event` SSE lines, terminal command execution hanging, a status incident or unhealthy-cluster reroute note, a long gap before the first `response_item`, `model_client.stream_responses_api` close lines where `time.busy` is milliseconds but `time.idle` is hundreds of seconds, `responses_http` or websocket reconnects, Stop/Ctrl+C not interrupting the stuck turn, a subagent parent thread waiting while a child remains active, and minimal `config.toml` without MCPs changing the behavior.
56
56
 
57
- The fix is to capture Codex version, OS, model and speed/reasoning settings, turn or thread id, prompt timestamp, last successful tool output, first `response_item` timestamp, transport evidence, `time.busy` / `time.idle`, reconnect or stream-close lines, MCP/subagent lifecycle state, stop/interrupt behavior, and whether a new thread or minimal config recovers.
57
+ The fix is to capture Codex app/CLI/extension version, OS/terminal such as WSL, model and speed/reasoning settings, subscription/workspace, turn or thread id, prompt timestamp, whether the prompt is accepted but no output/error/timeout appears, status bar or usage percent, last successful tool output, first `response_item` timestamp, `RUST_LOG`/SSE evidence, transport evidence, `time.busy` / `time.idle`, reconnect or stream-close lines, status incident link or cluster mitigation note, MCP/subagent lifecycle state, stop/Ctrl+C/interrupt behavior, and whether a new thread, logout/login, downgrade, API billing path, or minimal config recovers.
58
58
 
59
59
  ## Codex Clipboard Attachment
60
60
 
@@ -3,14 +3,14 @@
3
3
  | Field | Value |
4
4
  | --- | --- |
5
5
  | Repository | https://github.com/grnbtqdbyx-create/trace-to-skill |
6
- | Package | trace-to-skill@0.1.97 |
6
+ | Package | trace-to-skill@0.1.98 |
7
7
  | License | Apache-2.0 |
8
8
  | Codex readiness | ready (100/100) |
9
- | Benchmark | pass, 42 cases |
9
+ | Benchmark | pass, 43 cases |
10
10
 
11
11
  ## Why This Repository Qualifies
12
12
 
13
- trace-to-skill helps open-source maintainers adopt Codex safely by turning failed coding-agent runs into evidence-backed rules, reusable workflows, CI gates, and a weekly Codex Issue Radar for live GitHub issue demand. It supports real maintenance work: PR review, issue triage, release quality, MCP risk, prompt-injection defense, privacy-preserving trace sharing, and repeat failure reduction. The repository is ready, scores 100/100 on the local Codex readiness doctor, and ships a deterministic benchmark with 42 public fixture cases.
13
+ trace-to-skill helps open-source maintainers adopt Codex safely by turning failed coding-agent runs into evidence-backed rules, reusable workflows, CI gates, and a weekly Codex Issue Radar for live GitHub issue demand. It supports real maintenance work: PR review, issue triage, release quality, MCP risk, prompt-injection defense, privacy-preserving trace sharing, and repeat failure reduction. The repository is ready, scores 100/100 on the local Codex readiness doctor, and ships a deterministic benchmark with 43 public fixture cases.
14
14
 
15
15
  ### 500-Character Version
16
16
 
@@ -27,10 +27,10 @@ API credits would power optional maintainer workflows on top of the local determ
27
27
  ## Evidence
28
28
 
29
29
  - Public repository: https://github.com/grnbtqdbyx-create/trace-to-skill
30
- - One-command package: npx trace-to-skill@0.1.97
30
+ - One-command package: npx trace-to-skill@0.1.98
31
31
  - Open-source license: Apache-2.0
32
32
  - Codex readiness doctor: ready, 100/100, 0 failed checks.
33
- - Public fixture benchmark: pass, 42 cases.
33
+ - Public fixture benchmark: pass, 43 cases.
34
34
  - GitHub issue demand mining: issue-map fetches or reads piped GitHub CLI issue JSON, then ranks OpenAI/Codex issues by failure class, comments, reactions, evidence gaps, and Maintainer Roadmap next artifacts.
35
35
  - Weekly Codex Issue Radar: init --issue-map-repo owner/name scaffolds a scheduled Action that fetches live GitHub issues and publishes the pain map to the job summary or a stable tracking issue comment.
36
36
  - Maintainer control: generated rules are suggestions, evidence is line-linked, and secrets can be redacted before sharing.
package/docs/SCORECARD.md CHANGED
@@ -9,7 +9,7 @@ Status: **pass**
9
9
  | Failed doctor checks | 0 |
10
10
  | Critical findings | 0 |
11
11
  | Built-in benchmark | pass |
12
- | Benchmark cases | 42 |
12
+ | Benchmark cases | 43 |
13
13
 
14
14
  ## Doctor Summary
15
15
 
@@ -34,6 +34,7 @@ This benchmark runs the public fixture pack that ships with the repository and p
34
34
  | Codex selected model differs from actual routed model | `fixtures/codex-model-routing-mismatch.md` | 75 | 2 | 0 | `codex_model_routing_mismatch`, `weak_evidence` | pass |
35
35
  | Codex model and runtime latency regression | `fixtures/codex-latency-regression.md` | 75 | 2 | 0 | `codex_latency_regression`, `weak_evidence` | pass |
36
36
  | Codex thinking and stream hang | `fixtures/codex-thinking-hang.md` | 75 | 2 | 0 | `codex_thinking_hang`, `weak_evidence` | pass |
37
+ | Codex CLI no-response and command execution hang | `fixtures/codex-cli-no-response.md` | 75 | 2 | 0 | `codex_thinking_hang`, `weak_evidence` | pass |
37
38
  | Codex clipboard, paste, and attachment workflow regression | `fixtures/codex-clipboard-attachment.md` | 75 | 2 | 0 | `codex_clipboard_attachment`, `weak_evidence` | pass |
38
39
  | Codex deeplink, OAuth callback, and external launch regression | `fixtures/codex-deeplink-launch.md` | 50 | 4 | 0 | `codex_deeplink_launch`, `codex_remote_control`, `hallucinated_file`, `weak_evidence` | pass |
39
40
  | Codex app connector auth cache and stale link regression | `fixtures/codex-connector-auth-cache.md` | 75 | 2 | 0 | `codex_connector_auth_cache`, `weak_evidence` | pass |
package/docs/USE_CASES.md CHANGED
@@ -59,7 +59,7 @@ What it proves:
59
59
  Recommended CI surface:
60
60
 
61
61
  ```yaml
62
- - uses: grnbtqdbyx-create/trace-to-skill@v0.1.97
62
+ - uses: grnbtqdbyx-create/trace-to-skill@v0.1.98
63
63
  with:
64
64
  mode: all
65
65
  doctor-threshold: "85"
@@ -361,6 +361,19 @@ This catches signals such as `Remote Development in Codex Desktop App`, missing
361
361
 
362
362
  Include Codex Desktop version, remote Codex CLI/app-server version, local OS, remote OS/architecture, selected SSH host/path, whether the remote filesystem is the source of truth, exact tunnel/app-server/folder-listing/model-list/auth/proxy error, process evidence such as `ps -ef | rg 'codex app-server|openai.chatgpt.*/codex'` when available, and whether killing codex-server, reinstalling remote Codex, reconnecting, or trying a clean host changes the result.
363
363
 
364
+ ## 18.3. Codex CLI No-Response Evidence
365
+
366
+ Use this when Codex CLI accepts prompts but produces no streaming output, no error, no timeout, or hangs during command execution.
367
+
368
+ ```bash
369
+ npx trace-to-skill demo cli-no-response
370
+ npx trace-to-skill codex-report ./runs --output openai-codex-cli-no-response.md
371
+ ```
372
+
373
+ This catches signals such as all-model hangs, `gpt-5.4 high - 100% left`, no tokens consumed, simple prompts like `Hello` or `ping` never producing output, `codex exec --sandbox read-only --model gpt-5.3-codex 'ping'`, `mcp startup: no servers`, unhandled responses events, CLI/VS Code stuck on Thinking or Working, terminal command execution hangs, status incidents, unhealthy cluster reroutes, and Ctrl+C or `/exit` delays.
374
+
375
+ Include CLI/app/extension version, OS/terminal/WSL, subscription/workspace, model and reasoning/speed settings, prompt timestamp, exact prompt, whether the prompt was accepted but no stream/error/timeout appeared, status bar or usage percent, `RUST_LOG` SSE snippets, transport, first `response_item` or assistant timestamp if it appears later, reconnect or stream-disconnect lines, status incident link, and recovery attempts such as new thread, downgrade, logout/login, API billing path, or minimal config without MCPs.
376
+
364
377
  ## 19. Codex File Tree UI Evidence
365
378
 
366
379
  Use this when Codex Desktop cannot reveal project files through the native file tree, folder icon, floating file panel, or built-in preview.
@@ -0,0 +1,46 @@
1
+ # Codex CLI No-Response Hang
2
+
3
+ Public issue cluster: All models - Codex CLI hangs indefinitely on all prompts, no response generated.
4
+
5
+ ## Symptoms
6
+
7
+ - Codex CLI accepts prompts and displays them, but no streaming output begins.
8
+ - All models tested, including `gpt-5.4 high`, `gpt-5.3-codex`, and `gpt-5.1-codex-max`, show no response, no error, and no timeout.
9
+ - The status bar remains `gpt-5.4 high - 100% left`; no tokens are being consumed while the prompt is stuck.
10
+ - A `status.openai.com/incidents` status incident note says Codex CLI hanging or no response may come from unhealthy clusters and rerouted traffic.
11
+ - Simple greetings, questions, codebase analysis, and every message hang the same way.
12
+ - In another report, Codex hangs during terminal command execution; basic shell commands get stuck, it does half the job then stuck, and the VS Code client remains on Thinking or Working.
13
+ - `/exit`, Stop, or Ctrl+C does not respond for minutes, so the user has to kill the Codex process.
14
+
15
+ ## Minimal Reproduction
16
+
17
+ The `codex exec --sandbox read-only --model gpt-5.3-codex 'ping'` run has no output and hangs after MCP startup with `unhandled responses event` SSE lines:
18
+
19
+ ```bash
20
+ RUST_LOG='codex_api::sse::responses=trace' codex exec --sandbox read-only --model gpt-5.3-codex 'ping'
21
+ ```
22
+
23
+ Observed output stops after:
24
+
25
+ ```text
26
+ mcp startup: no servers
27
+ unhandled responses event: response.in_progress
28
+ unhandled responses event: response.content_part.added
29
+ unhandled responses event: response.output_text.done
30
+ unhandled responses event: response.content_part.done
31
+ ```
32
+
33
+ ## Status and Recovery Notes
34
+
35
+ - A collaborator note linked a status incident and said unhealthy clusters were rerouted.
36
+ - Users still reported Codex is down, Reconnecting, stream disconnected before completion, and no response in both CLI and VS Code after the incident note.
37
+ - Downgrading, starting a new thread, logout/login, API billing path, or a minimal config without MCPs should be recorded as separate recovery attempts.
38
+
39
+ ## Evidence Checklist
40
+
41
+ - CLI/app/extension version and whether it is Terminal, WSL, VS Code, or Desktop.
42
+ - OS, shell, subscription/workspace, selected model, reasoning effort, and speed/service tier.
43
+ - Prompt timestamp, exact prompt, and whether the prompt is accepted but no streaming output, error, or timeout appears.
44
+ - Status bar or usage percent such as `100% left`, first assistant timestamp if it eventually appears, and whether tokens were consumed.
45
+ - `RUST_LOG` SSE snippets, transport (`responses_http` or websocket), first `response_item`, unhandled responses events, reconnect or stream-disconnect lines, and status incident link.
46
+ - Stop, Ctrl+C, `/exit`, forced kill, new thread, downgrade, logout/login, API billing path, and minimal-config recovery results.
@@ -156,6 +156,32 @@
156
156
  "reactions": { "totalCount": 851 },
157
157
  "updatedAt": "2026-05-14T21:25:03Z"
158
158
  },
159
+ {
160
+ "number": 14048,
161
+ "title": "All models - Codex CLI hangs indefinitely on all prompts, no response generated",
162
+ "body": "Codex CLI accepts prompts but produces massively delayed response. It hangs indefinitely with no streaming output, no error, no timeout, all prompt types fail, status bar says gpt-5.4 high - 100% left, and no tokens are consumed. RUST_LOG codex exec ping shows unhandled responses event response.in_progress, response.content_part.added, response.output_text.done, response.content_part.done; other runs stop after mcp startup: no servers. Ctrl-C and /exit do not respond for minutes.",
163
+ "url": "https://github.com/openai/codex/issues/14048",
164
+ "labels": [
165
+ { "name": "bug" },
166
+ { "name": "agent" }
167
+ ],
168
+ "commentsCount": 131,
169
+ "reactions": { "totalCount": 79 },
170
+ "updatedAt": "2026-03-16T09:23:48Z"
171
+ },
172
+ {
173
+ "number": 7156,
174
+ "title": "Codex hangs during cli command execution",
175
+ "body": "Codex hangs during terminal command execution. Users report basic bash CLI commands get stuck, the tool does half the job then stuck, sometimes one response arrives then hangs, and VS Code/Codex says Thinking or Working. Collaborators linked a status incident and unhealthy clusters / service down in some geographies; users report Reconnecting, stream disconnected before completion, and Ctrl-C or exit delays.",
176
+ "url": "https://github.com/openai/codex/issues/7156",
177
+ "labels": [
178
+ { "name": "bug" },
179
+ { "name": "CLI" }
180
+ ],
181
+ "commentsCount": 70,
182
+ "reactions": { "totalCount": 24 },
183
+ "updatedAt": "2025-12-04T17:00:05Z"
184
+ },
159
185
  {
160
186
  "number": 6465,
161
187
  "title": "MCP servers not detected in Codex VS Code extension but working in Codex CLI",
package/llms.txt CHANGED
@@ -93,6 +93,7 @@ npx trace-to-skill demo subagent-prompt-leakage
93
93
  npx trace-to-skill demo usage-bucket-confusion
94
94
  npx trace-to-skill demo context-visibility
95
95
  npx trace-to-skill demo remote-connection
96
+ npx trace-to-skill demo cli-no-response
96
97
  npx trace-to-skill demo mcp-discovery-mismatch
97
98
  npx trace-to-skill demo mcp-streamable-http
98
99
  npx trace-to-skill demo hooks-runtime
@@ -132,7 +133,7 @@ gh issue list --repo openai/codex --state all --limit 100 --json number,title,bo
132
133
  ## GitHub Action
133
134
 
134
135
  ```yaml
135
- - uses: grnbtqdbyx-create/trace-to-skill@v0.1.97
136
+ - uses: grnbtqdbyx-create/trace-to-skill@v0.1.98
136
137
  with:
137
138
  mode: all
138
139
  doctor-threshold: "85"
@@ -145,7 +146,7 @@ gh issue list --repo openai/codex --state all --limit 100 --json number,title,bo
145
146
  ## Weekly Codex Issue Radar
146
147
 
147
148
  ```yaml
148
- - uses: grnbtqdbyx-create/trace-to-skill@v0.1.97
149
+ - uses: grnbtqdbyx-create/trace-to-skill@v0.1.98
149
150
  with:
150
151
  mode: issue-map
151
152
  issue-map-repo: openai/codex
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "trace-to-skill",
3
- "version": "0.1.97",
3
+ "version": "0.1.98",
4
4
  "description": "Turn failed AI coding-agent runs into reusable AGENTS.md rules, SKILL.md files, and eval evidence.",
5
5
  "type": "module",
6
6
  "main": "dist/src/index.js",
@@ -77,6 +77,10 @@
77
77
  "codex-latency",
78
78
  "codex-thinking-hang",
79
79
  "codex-stuck-thinking",
80
+ "codex-cli-hang",
81
+ "codex-no-response",
82
+ "codex-cli-no-response",
83
+ "codex-status-incident",
80
84
  "codex-clipboard",
81
85
  "codex-paste",
82
86
  "codex-attachments",