Enable AI agents to work with full projects: access public and private repositories
CodeMounts
. This allows you to mount a repository into your Devbox at a specific path.
GH_TOKEN
environment variable and credential cache for you. This authenticates all command-line tools in your Devbox with your GitHub token. This allows your AI agent to use Github and open authenticated pull requests using the gh
cli tool.
setup_commands
argument:
GH_TOKEN
environment variable with your GitHub token--timeout
value in the git config command to change how long the credentials are cached.