Reads codeagent.md or .codeagent/config.md in the project directory and constructs a codeagent_client() from the declared settings. Supports multi-client aliases (pick interactively or by name).
Source: R/client_config.R
codeagent_client_config.RdReads codeagent.md or .codeagent/config.md in the project directory
and constructs a codeagent_client() from the declared settings.
Supports multi-client aliases (pick interactively or by name).
Usage
codeagent_client_config(alias = NULL, cwd = getwd(), ...)Arguments
- alias
Character or NULL. Select a specific alias from
client:section. NULL uses the first/only defined client.- cwd
Character. Project directory.
- ...
Additional arguments passed to
codeagent_client().