-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Fix Codex argument injection and prompt command references #651
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Fix Codex argument injection and prompt command references #651
Conversation
📝 WalkthroughWalkthroughThe PR introduces a new Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes Possibly related issues
Possibly related PRs
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Your free trial has ended. If you'd like to continue receiving code reviews, you can add a payment method here.
Summary
$ARGUMENTSinto Codex prompt output so/prompts:opsx-* <args>works as expected./opsx:*and/opsx-*references in prompt bodies to Codex format/prompts:opsx-*..idea/in repo.Context
Issue #649 reports Codex prompts ignore arguments and contain incorrect command references. This PR fixes both at the generator level.
Testing
pnpm test -- test/core/command-generation/adapters.test.ts test/utils/command-references.test.tsSummary by CodeRabbit
Release Notes
New Features
Chores