Hi,
Thanks for sharing your project. I am trying to get started with codev. The documentation is useful but I guess it could be improved to get up and running faster; will try to put a PR to improve this. However I am having issues with af workspace start using codex:
error: unexpected argument '--append-system-prompt' found
tip: to pass '--append-system-prompt' as a value, use '-- --append-system-prompt'
Usage: codex [OPTIONS] [PROMPT]
codex [OPTIONS] <COMMAND> [ARGS]
For more information, try '--help'.
My af-config.json file looks like this:
{
"shell": {
"architect": "codex",
"builder": "codex",
"shell": "bash"
}
}
Any ideas? Thanks!
Hi,
Thanks for sharing your project. I am trying to get started with codev. The documentation is useful but I guess it could be improved to get up and running faster; will try to put a PR to improve this. However I am having issues with
af workspace startusing codex:My af-config.json file looks like this:
Any ideas? Thanks!