We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5924646 commit d567e20Copy full SHA for d567e20
registry/coder-labs/modules/codex/scripts/start.sh
@@ -68,6 +68,6 @@ fi
68
69
# Terminal dimensions optimized for Coder Tasks UI sidebar:
70
# - Width 67: fits comfortably in sidebar
71
-# - Height 1190: adjusted due to Codex terminal height bug (see: https://github.com/openai/codex/issues/1608)
+# - Height 1190: adjusted due to Codex terminal height bug
72
printf "Starting Codex with arguments: %s\n" "${CODEX_ARGS[*]}"
73
agentapi server --term-width 67 --term-height 1190 -- codex "${CODEX_ARGS[@]}"
0 commit comments