Skip to content

fix: detect Codex via VS Code extension, show skipped agents#102

Open
rajkumarsakthivel wants to merge 1 commit into
mainfrom
fix/codex-detection-and-init-feedback
Open

fix: detect Codex via VS Code extension, show skipped agents#102
rajkumarsakthivel wants to merge 1 commit into
mainfrom
fix/codex-detection-and-init-feedback

Conversation

@rajkumarsakthivel

Copy link
Copy Markdown
Member

Summary

  • Codex auto-detection now checks ~/.vscode/extensions/openai.* as a secondary signal, so users who installed Codex via the VS Code extension (but haven't run the CLI yet) get detected without needing to manually create ~/.codex
  • cce init in auto mode now shows which agents weren't detected, with a hint to use --agent <name> for manual setup
  • No behavior change for users who already have ~/.codex (primary detection path unchanged)

Closes #98

Auto-detection missed Codex when users installed it via the VS Code
extension but hadn't run the CLI yet (so ~/.codex didn't exist).
Now also checks ~/.vscode/extensions/openai.* as a secondary signal.

Added feedback line in `cce init --agent auto` showing which agents
weren't detected so users know to use --agent <name> to force setup.

Closes #98
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.

Windows/Codex install doesn't reliably place agent files

2 participants