#how codex CLI works actually?
20 messages · Page 1 of 1 (latest)
the codex CLI , which is open-sourced by the openai
I want to understand it deeply, I mean I have seen some videso where you can ask it
"explain me the current project" / "explain me current codebase"
so here current project refers to your current directory, and then it analyzes each and every files in your folder
and ofcourse it uses the GPT model to understand the code
but how a CLI tool is able to give this permissions to let that API uses your current local info
there is no such kind of things there
Sry the section i mentioned was part of another cli based tool
this is good!
but I think its only code explanation ( which is opensource )
too good but
Yh I figured that need to study
i mean the code is a bit better to form inution on how the cli commands run
but in open ai hey are maybe using node/python