trace-to-skill 0.1.97 → 0.1.99
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 +6 -4
- package/dist/src/benchmark.js +12 -0
- package/dist/src/benchmark.js.map +1 -1
- package/dist/src/demo.js +16 -0
- package/dist/src/demo.js.map +1 -1
- package/dist/src/init.js +3 -3
- package/dist/src/issueMap.js +6 -0
- package/dist/src/issueMap.js.map +1 -1
- package/dist/src/rules.js +30 -3
- package/dist/src/rules.js.map +1 -1
- package/dist/src/types.d.ts +1 -1
- package/docs/BENCHMARK.md +2 -0
- package/docs/CODEX_GITHUB_ISSUE_PAIN_MAP.md +33 -33
- package/docs/CODEX_ISSUE_MAP.md +6 -2
- package/docs/CODEX_ISSUE_RADAR.md +26 -24
- package/docs/DEMO.md +29 -25
- package/docs/FAILURE_TAXONOMY.md +10 -2
- package/docs/OPENAI_OSS_BRIEF.md +5 -5
- package/docs/SCORECARD.md +3 -1
- package/docs/USE_CASES.md +27 -1
- package/fixtures/codex-cli-no-response.md +46 -0
- package/fixtures/codex-platform-availability.md +35 -0
- package/fixtures/github-codex-issues-export.json +64 -0
- package/llms.txt +4 -2
- package/package.json +9 -1
- package/schemas/analysis-result.schema.json +1 -0
|
@@ -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.
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
# Codex Platform Availability Gap
|
|
2
|
+
|
|
3
|
+
Public issue cluster: Codex Desktop App macOS Intel support, Codex desktop app for Linux, and JetBrains IDE extension demand.
|
|
4
|
+
|
|
5
|
+
## macOS Intel / Universal Build
|
|
6
|
+
|
|
7
|
+
- A user requests macOS Intel x86_64 support for the Codex Desktop App or a Universal build with arm64 + x86_64.
|
|
8
|
+
- Environment evidence: Intel Mac, `uname -m => x86_64`, macOS 13/14/15, Codex `.dmg`, and `Codex.app`.
|
|
9
|
+
- When the `.dmg` is mounted, `Codex.app` shows the prohibited symbol and macOS says the app can't run on this Mac because of incompatible architecture.
|
|
10
|
+
- Codex CLI works fine on the same machine, but the desktop app cannot launch: `which codex => /usr/local/bin/codex` and `codex --version => codex-cli 0.58.0`.
|
|
11
|
+
- The request is specifically for the desktop GUI app, not the CLI.
|
|
12
|
+
- If Intel support is not planned, users ask for an explicit statement in docs or release notes so they do not keep troubleshooting.
|
|
13
|
+
|
|
14
|
+
## Linux Desktop App
|
|
15
|
+
|
|
16
|
+
- Users ask for an official Codex desktop app on Linux because they want the app experience on Ubuntu, Arch, NixOS, Fedora, Debian, Wayland, and X11 desktops.
|
|
17
|
+
- Comments mention package expectations such as AppImage, Flatpak, Snap, `.deb`, `.rpm`, and distro packages.
|
|
18
|
+
- Some users point to an AUR package or a signup form, but still want an official release and support policy.
|
|
19
|
+
- Evidence should separate tested community packages from official OpenAI releases.
|
|
20
|
+
|
|
21
|
+
## JetBrains IDE Extension
|
|
22
|
+
|
|
23
|
+
- Users request an official Codex extension or plugin for JetBrains IDEs such as PyCharm, IntelliJ, WebStorm, CLion, and Rider.
|
|
24
|
+
- Requested capabilities include terminal integration, version control integration, PR title and summary generation, commit message generation, code review, inline suggestions, refactoring, docs, and multi-language project context.
|
|
25
|
+
- The gap is broader than VS Code: teams using JetBrains want Codex in their normal IDE workflow without switching tools or losing context.
|
|
26
|
+
|
|
27
|
+
## Evidence Checklist
|
|
28
|
+
|
|
29
|
+
- Requested surface: Desktop app, IDE extension, packaged build, or official plugin.
|
|
30
|
+
- Platform and architecture: macOS Intel x86_64, Apple Silicon arm64, Linux distro, Wayland/X11, or JetBrains IDE name/version.
|
|
31
|
+
- Install artifact: `.dmg`, `Codex.app`, AppImage, Flatpak, Snap, `.deb`, `.rpm`, AUR, marketplace plugin, or extension id.
|
|
32
|
+
- Exact launch/install error and screenshot text: prohibited icon, incompatible architecture, can't run on this Mac, missing package, or marketplace absence.
|
|
33
|
+
- CLI comparison: `which codex`, `codex --version`, whether Codex CLI works on the same machine, and whether only the GUI/IDE surface is blocked.
|
|
34
|
+
- Demand evidence: linked issue, comments, reactions, signup form, repeated `+1` comments, or enterprise/school hardware constraints.
|
|
35
|
+
- Support-policy evidence: docs, release notes, roadmap, or explicit statement that support is planned, not planned, or unknown.
|
|
@@ -156,6 +156,70 @@
|
|
|
156
156
|
"reactions": { "totalCount": 851 },
|
|
157
157
|
"updatedAt": "2026-05-14T21:25:03Z"
|
|
158
158
|
},
|
|
159
|
+
{
|
|
160
|
+
"number": 10410,
|
|
161
|
+
"title": "Codex Desktop App: macOS Intel (x86_64) support",
|
|
162
|
+
"body": "Request macOS Intel x86_64 support for the Codex Desktop App or a Universal build. Environment: Intel Mac, uname -m => x86_64, Codex .dmg, Codex.app. The app shows the prohibited symbol and macOS says it can't run on this Mac due to incompatible architecture, suggesting Apple Silicon only. Codex CLI works fine on the same machine with which codex and codex --version, so this is specifically for the desktop GUI app. Users ask for an explicit docs or release notes statement if Intel support is not planned.",
|
|
163
|
+
"url": "https://github.com/openai/codex/issues/10410",
|
|
164
|
+
"labels": [
|
|
165
|
+
{ "name": "enhancement" },
|
|
166
|
+
{ "name": "app" }
|
|
167
|
+
],
|
|
168
|
+
"commentsCount": 190,
|
|
169
|
+
"reactions": { "totalCount": 377 },
|
|
170
|
+
"updatedAt": "2026-04-22T01:13:54Z"
|
|
171
|
+
},
|
|
172
|
+
{
|
|
173
|
+
"number": 11023,
|
|
174
|
+
"title": "Codex desktop app for Linux",
|
|
175
|
+
"body": "Users request an official Codex desktop app for Linux. Comments mention Ubuntu, Arch, NixOS, Wayland, distro packages, AUR package experiments, and a signup form to be notified when Linux or Windows releases. Users want an official app release and support policy instead of relying on community packages.",
|
|
176
|
+
"url": "https://github.com/openai/codex/issues/11023",
|
|
177
|
+
"labels": [
|
|
178
|
+
{ "name": "enhancement" },
|
|
179
|
+
{ "name": "app" }
|
|
180
|
+
],
|
|
181
|
+
"commentsCount": 68,
|
|
182
|
+
"reactions": { "totalCount": 537 },
|
|
183
|
+
"updatedAt": "2026-05-31T23:27:54Z"
|
|
184
|
+
},
|
|
185
|
+
{
|
|
186
|
+
"number": 4313,
|
|
187
|
+
"title": "Extension for JetBrains IDEs (PyCharm, IntelliJ, etc.)",
|
|
188
|
+
"body": "Request an official Codex extension for JetBrains IDEs including PyCharm, IntelliJ, WebStorm, CLion, and Rider. Desired capabilities include Codex terminal integration, version control integration, PR title and summary generation, commit message generation, code review, inline suggestions, refactoring, documentation, and multi-language project support. Users want Codex in their normal IDE workflow with shared context instead of switching to VS Code or a separate terminal.",
|
|
189
|
+
"url": "https://github.com/openai/codex/issues/4313",
|
|
190
|
+
"labels": [
|
|
191
|
+
{ "name": "enhancement" }
|
|
192
|
+
],
|
|
193
|
+
"commentsCount": 70,
|
|
194
|
+
"reactions": { "totalCount": 454 },
|
|
195
|
+
"updatedAt": "2026-02-27T22:41:04Z"
|
|
196
|
+
},
|
|
197
|
+
{
|
|
198
|
+
"number": 14048,
|
|
199
|
+
"title": "All models - Codex CLI hangs indefinitely on all prompts, no response generated",
|
|
200
|
+
"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.",
|
|
201
|
+
"url": "https://github.com/openai/codex/issues/14048",
|
|
202
|
+
"labels": [
|
|
203
|
+
{ "name": "bug" },
|
|
204
|
+
{ "name": "agent" }
|
|
205
|
+
],
|
|
206
|
+
"commentsCount": 131,
|
|
207
|
+
"reactions": { "totalCount": 79 },
|
|
208
|
+
"updatedAt": "2026-03-16T09:23:48Z"
|
|
209
|
+
},
|
|
210
|
+
{
|
|
211
|
+
"number": 7156,
|
|
212
|
+
"title": "Codex hangs during cli command execution",
|
|
213
|
+
"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.",
|
|
214
|
+
"url": "https://github.com/openai/codex/issues/7156",
|
|
215
|
+
"labels": [
|
|
216
|
+
{ "name": "bug" },
|
|
217
|
+
{ "name": "CLI" }
|
|
218
|
+
],
|
|
219
|
+
"commentsCount": 70,
|
|
220
|
+
"reactions": { "totalCount": 24 },
|
|
221
|
+
"updatedAt": "2025-12-04T17:00:05Z"
|
|
222
|
+
},
|
|
159
223
|
{
|
|
160
224
|
"number": 6465,
|
|
161
225
|
"title": "MCP servers not detected in Codex VS Code extension but working in Codex CLI",
|
package/llms.txt
CHANGED
|
@@ -93,6 +93,8 @@ 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 platform-availability
|
|
97
|
+
npx trace-to-skill demo cli-no-response
|
|
96
98
|
npx trace-to-skill demo mcp-discovery-mismatch
|
|
97
99
|
npx trace-to-skill demo mcp-streamable-http
|
|
98
100
|
npx trace-to-skill demo hooks-runtime
|
|
@@ -132,7 +134,7 @@ gh issue list --repo openai/codex --state all --limit 100 --json number,title,bo
|
|
|
132
134
|
## GitHub Action
|
|
133
135
|
|
|
134
136
|
```yaml
|
|
135
|
-
- uses: grnbtqdbyx-create/trace-to-skill@v0.1.
|
|
137
|
+
- uses: grnbtqdbyx-create/trace-to-skill@v0.1.99
|
|
136
138
|
with:
|
|
137
139
|
mode: all
|
|
138
140
|
doctor-threshold: "85"
|
|
@@ -145,7 +147,7 @@ gh issue list --repo openai/codex --state all --limit 100 --json number,title,bo
|
|
|
145
147
|
## Weekly Codex Issue Radar
|
|
146
148
|
|
|
147
149
|
```yaml
|
|
148
|
-
- uses: grnbtqdbyx-create/trace-to-skill@v0.1.
|
|
150
|
+
- uses: grnbtqdbyx-create/trace-to-skill@v0.1.99
|
|
149
151
|
with:
|
|
150
152
|
mode: issue-map
|
|
151
153
|
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.
|
|
3
|
+
"version": "0.1.99",
|
|
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",
|
|
@@ -115,6 +119,10 @@
|
|
|
115
119
|
"token-exchange-failed",
|
|
116
120
|
"codex-remote-control",
|
|
117
121
|
"codex-remote-connection",
|
|
122
|
+
"codex-platform",
|
|
123
|
+
"codex-macos-intel",
|
|
124
|
+
"codex-linux",
|
|
125
|
+
"codex-jetbrains",
|
|
118
126
|
"codex-ssh",
|
|
119
127
|
"remote-ssh",
|
|
120
128
|
"remote-workspace",
|