Skip to content

fix(debug): improve autonomous CLI discovery - #254

Merged
Hynek Kydlíček (hynky1999) merged 1 commit into
mainfrom
codex/debug-cli-ux
Aug 26, 2026
Merged

fix(debug): improve autonomous CLI discovery#254
Hynek Kydlíček (hynky1999) merged 1 commit into
mainfrom
codex/debug-cli-ux

Conversation

@hynky1999

Copy link
Copy Markdown
Collaborator

Summary

  • flush retained-session creation progress for non-interactive callers
  • document exec commands and pipeline argument passthrough directly in CLI help
  • clarify customer workflow docs and remove internal implementation notes

Verification

  • .venv/bin/python -m pytest -q tests/cli/test_debug_commands.py (17 passed)
  • .venv/bin/python -m pytest -q (1181 passed, 21 skipped)
  • Ruff check and format verification passed

Co-authored-by: OpenAI Codex <codex@openai.com>

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 8a5c541c8e

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "Codex (@codex) review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "Codex (@codex) address that feedback".

Comment on lines +53 to +54
To replace the remembered script arguments for a sync, put the new arguments
after `--`. A later sync without `--` reuses the last remembered arguments:

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Say that bare sync restores the creation arguments

When a session is created with one argument set and a sync temporarily overrides it, _cmd_sync applies that override only to the current invocation and never updates the stored DebugSessionRecord; therefore, the next bare sync reuses the original creation arguments, not the most recent override. The statement here contradicts lines 67–71 and can cause users to synchronize an unintended pipeline configuration.

AGENTS.md reference: AGENTS.md:L49-L52

Useful? React with 👍 / 👎.

@hynky1999
Hynek Kydlíček (hynky1999) merged commit 8c14a5f into main Aug 26, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant