Skip to content

fix(agent): grant Kanban workspace to Codex sandbox#34637

Open
yu-xin-c wants to merge 1 commit into
NousResearch:mainfrom
yu-xin-c:codex/27941-codex-kanban-writable-roots
Open

fix(agent): grant Kanban workspace to Codex sandbox#34637
yu-xin-c wants to merge 1 commit into
NousResearch:mainfrom
yu-xin-c:codex/27941-codex-kanban-writable-roots

Conversation

@yu-xin-c

Copy link
Copy Markdown
Contributor

Fixes #27941.

Summary

  • include HERMES_KANBAN_WORKSPACE in Codex app-server writable roots for Kanban workers
  • keep the existing board DB/root grant so kanban_complete and kanban_block can still update state
  • preserve workspace-write sandbox mode instead of broadening to danger-full-access

Tests

  • uv run --locked --extra dev python -m pytest tests/agent/transports/test_codex_app_server_runtime.py -q
  • uv run --locked --extra dev ruff check agent/transports/codex_app_server.py tests/agent/transports/test_codex_app_server_runtime.py

@alt-glitch alt-glitch added type/bug Something isn't working codex comp/agent Core agent loop, run_agent.py, prompt builder P3 Low — cosmetic, nice to have labels May 29, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

codex comp/agent Core agent loop, run_agent.py, prompt builder P3 Low — cosmetic, nice to have type/bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: codex_app_server Kanban workers cannot write artifacts to HERMES_KANBAN_WORKSPACE when it differs from cwd

2 participants