Just Made Codex CLI Integration to Frame , Details Below #30
kaanozhan
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Added a wrapper script system for non-Claude AI tools in Frame.
Why
rules
Solution
When Frame initializes a project, it creates .frame/bin/codex wrapper script. Instead of
running codex directly, Frame runs this wrapper which:
This way, all AI tools get the same project context - regardless of whether they
natively support instruction files or not.
Result
Beta Was this translation helpful? Give feedback.
All reactions