Documentation
¶
Overview ¶
Package config resolves product-shell settings. Model routing is persisted by the provider settings store rather than accepted as process configuration.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
// Cwd is only the initial directory-browser location. Every created session
// carries an explicit project folder or manager-owned scratch workspace.
Cwd string
// DataDir stores session indexes and transcripts independently from any
// project workspace.
DataDir string
// Addr is the API listen address.
Addr string
// ClientOrigin is the optional browser origin allowed to call the API
// directly when the client is deployed separately.
ClientOrigin string
}
Config is the resolved settings for one coding product process.
Click to show internal directories.
Click to hide internal directories.