|
44 | 44 | 6. iOS — Issues with the Codex iOS app. |
45 | 45 |
|
46 | 46 | - Additionally add zero or more of the following labels that are relevant to the issue content. Prefer a small set of precise labels over many broad ones. |
| 47 | + - For agent-area issues, prefer the most specific applicable label. Use "agent" only as a fallback for agent-related issues that do not fit a more specific agent-area label. Prefer "app-server" over "session" or "config" when the issue is about app-server protocol, API, RPC, schema, launch, or bridge behavior. |
47 | 48 | 1. windows-os — Bugs or friction specific to Windows environments (always when PowerShell is mentioned, path handling, copy/paste, OS-specific auth or tooling failures). |
48 | 49 | 2. mcp — Topics involving Model Context Protocol servers/clients. |
49 | 50 | 3. mcp-server — Problems related to the codex mcp-server command, where codex runs as an MCP server. |
|
61 | 62 | 15. sandbox - Issues related to local sandbox environments or tool call approvals to override sandbox restrictions. |
62 | 63 | 16. tool-calls - Problems related to specific tool call invocations including unexpected errors, failures, or hangs. |
63 | 64 | 17. TUI - Problems with the terminal user interface (TUI) including keyboard shortcuts, copy & pasting, menus, or screen update issues. |
| 65 | + 18. app-server - Issues involving the app-server protocol or interfaces, including SDK/API payloads, thread/* and turn/* RPCs, app-server launch behavior, external app/controller bridges, and app-server protocol/schema behavior. |
| 66 | + 19. connectivity - Network connectivity or endpoint issues, including reconnecting messages, stream dropped/disconnected errors, websocket/SSE/transport failures, timeout/network/VPN/proxy/API endpoint failures, and related retry behavior. |
| 67 | + 20. subagent - Issues involving subagents, sub-agents, or multi-agent behavior, including spawn_agent, wait_agent, close_agent, worker/explorer roles, delegation, agent teams, lifecycle, model/config inheritance, quotas, and orchestration. |
| 68 | + 21. session - Issues involving session or thread management, including resume, fork, archive, rename/title, thread history, rollout persistence, compaction, checkpoints, retention, and cross-session state. |
| 69 | + 22. config - Issues involving config.toml, config keys, config key merging, config updates, profiles, hooks config, project config, agent role TOMLs, instruction/personality config, and config schema behavior. |
| 70 | + 23. plan - Issues involving plan mode, planning workflows, or plan-specific tools/behavior. |
| 71 | + 24. agent - Fallback only for core agent loop or agent-related issues that do not fit app-server, connectivity, subagent, session, config, or plan. |
64 | 72 |
|
65 | 73 | Issue number: ${{ github.event.issue.number }} |
66 | 74 |
|
|
0 commit comments