pub fn set_default_config_value( name: &str, value: PathBuf, ) -> Result<PathBuf, ConfigError>
Set a configuration value in the default codex-ws config file.
name
value
Returns an error when the key is unsupported or the config file cannot be updated.