Feature request Task-board and cross-thread context routing for Codex App #26148
Replies: 2 comments
-
|
I would also utilize an option for a thread to be able to communicate with other threads. Right now, as a workaround, you can define persistent subagent sessions in Codex CLI and call them from the main thread. I use it for my team of subagents but more elegant solution would be nice. |
Beta Was this translation helpful? Give feedback.
-
|
I have been working on an external version of part of this problem in TaskState Vault. It does not coordinate Codex threads directly yet, so it is not a replacement for the native task board and thread-routing model you describe. What it does provide today is a tool-neutral project state model outside the conversations: stable project intent, a dependency-aware task graph, execution queue, blockers, current task state, next actions, run records, evidence/artifacts/errors, layered indexes, and a read-only local UI. I am using it myself because I wanted project state to survive thread boundaries without making chat history the source of truth. Your proposal highlights the missing integration clearly: associating TaskState Vault tasks and runs with Codex thread references and turning explicit handoffs into first-class records. If you are interested, I would value your opinion on whether this external state model is useful alongside the native UI you propose, and what minimum thread/handoff fields would make the two approaches fit together. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I really enjoy using Codex App, and I would love to see it become even better for long-running agent work.
My current workflow is that I use multiple Codex App threads as durable tasks. In practice, each thread already behaves like a long-lived work item: it has its own context, history, project or worktree state, terminal output, generated artifacts, and follow-up conversation.
The missing layer is a lightweight task board and cross-thread handoff system.
Today, many users already use multiple Codex threads as a set of long-lived agents:
This works well conceptually, but in practice these threads are still isolated. When I want one thread to review another thread's work, or when I want a coordinator thread to summarize and route work across several threads, I still need to manually copy and paste context.
Desired capabilities:
Codex App already has many of the necessary primitives: durable threads, worktrees, automations, background threads, thread search, pinned/archived state, and app-server primitives. What seems missing is a first-class UI and protocol for coordinating those threads.
This would make Codex App feel less like a list of isolated chats and more like a local agent workspace: a lightweight Multica-like task board, but native to Codex threads.
Key request:
Please consider adding a Codex-native task board and cross-thread context/handoff system.
Beta Was this translation helpful? Give feedback.
All reactions