Skip to content

Commit d567e20

Browse files
chore: remove issue link from terminal height adjustment comment in start.sh
1 parent 5924646 commit d567e20

File tree

1 file changed

+1
-1
lines changed
  • registry/coder-labs/modules/codex/scripts

1 file changed

+1
-1
lines changed

registry/coder-labs/modules/codex/scripts/start.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,6 @@ fi
6868

6969
# Terminal dimensions optimized for Coder Tasks UI sidebar:
7070
# - Width 67: fits comfortably in sidebar
71-
# - Height 1190: adjusted due to Codex terminal height bug (see: https://github.com/openai/codex/issues/1608)
71+
# - Height 1190: adjusted due to Codex terminal height bug
7272
printf "Starting Codex with arguments: %s\n" "${CODEX_ARGS[*]}"
7373
agentapi server --term-width 67 --term-height 1190 -- codex "${CODEX_ARGS[@]}"

0 commit comments

Comments
 (0)