Expand description
User-level codex-ws configuration.
Structs§
- Config
Entry - A persisted user configuration entry.
- User
Config - User-level codex-ws configuration.
Enums§
- Config
Error - Errors returned while reading or writing user configuration.
Constants§
- CC_
SWITCH_ DB - Configuration key that stores the cc-switch SQLite database path.
Functions§
- default_
cc_ switch_ database_ path - Return the fallback cc-switch database path.
- default_
config_ dir - Return the default user configuration directory.
- default_
config_ file_ path - Return the default user configuration file path.
- default_
state_ root - Return the default codex-ws state root.
- load_
default_ user_ config - Load user configuration from the default codex-ws config file.
- load_
user_ config - Load user configuration from a file path.
- save_
user_ config - Save user configuration to a file path.
- set_
default_ config_ value - Set a configuration value in the default codex-ws config file.