Feature Request: Official Taskboard and Agent Orchestration Extension APIs for Codex

Open 💬 2 comments Opened Aug 5, 2026 by zc52406
💡 Likely answer: A maintainer (github-actions[bot], contributor) responded on this thread — see the highlighted reply below.

What variant of Codex are you using?

26.730.61309

What feature would you like to see?

e would like Codex to support taskboard and managed-agent workflows similar to Multica.
Community projects such as Dashi can already demonstrate the desired experience, but currently depend on unauthenticated CDP injection because Codex does not expose a supported UI extension API.
We propose an official, permission-scoped extension SDK providing:
Sidebar item and sandboxed panel/WebView registration
APIs to create, list, open, and associate Codex threads/tasks
Project, repository, branch, and worktree bindings
Agent dispatch, cancellation, approval, logs, and progress events
Deep links into Codex projects and conversations
Secure localhost/MCP/App UI integration with explicit CSP and permission controls
This would enable taskboards, multi-agent assignment, scheduled work, progress monitoring, and reusable workflow skills without modifying the Codex application or exposing a CDP debugging port.
We have a working local prototype based on Dashi Taskboard and would be willing to provide implementation feedback or testing.

Additional information

_No response_

View original on GitHub ↗

2 Comments

github-actions[bot] contributor · 23 days ago

Potential duplicates detected. Please review them and close your issue if it is a duplicate.

  • #36649
  • #36694

Powered by Codex Action

zc52406 · 23 days ago
检测到可能重复的问题。请核实并关闭您的问题。 我希望 Codex 应用能够支持类似 VSCode 的插件系统。 #36649 【功能请求】为外部工作流控制器提供一流的无头线程控制和稳定的应用服务器 API 支持 #36694 _由Codex Action提供支持_

Thank you for identifying these related requests. I reviewed both:
#36649 requests a general VS Code-like plugin system, mainly for themes, project trees, and skill management.
#36694 requests stable headless thread-steering and app-server APIs for external controllers.
This request is related to both, but covers a distinct end-to-end use case: a native Codex Desktop taskboard and agent workflow surface that connects projects, issues, repositories, worktrees, agent execution, approvals, and lifecycle events.
A general plugin system alone would not provide the required task lifecycle APIs, while a headless app-server API alone would not provide the Desktop task-management UI.
I therefore believe this issue is complementary rather than a full duplicate. It may also serve as a concrete use case for defining the minimum UI and task APIs needed by approved Codex extensions.