config
config copied to clipboard
Codex
This script, if turned into an executable called #
and added to the user's path, will allow the user to query codex and get a response. Their request will be based on their login
BEFORE MERGING:
- We need to merge the brendan/codex branch in core-backend
- We need to make 100% sure that having an executable called
#
doesn't fuck anything up - We should test this a little more (although I have tested a lot and it seems stable)
- We need to write a github action that turns this script into an executable named
#
and adds it to the user's~/fig/bin
directory