refactor(config): clarify Codex instruction toggle documentation
This commit is contained in:
@@ -71,7 +71,7 @@ type Config struct {
|
|||||||
// WebsocketAuth enables or disables authentication for the WebSocket API.
|
// WebsocketAuth enables or disables authentication for the WebSocket API.
|
||||||
WebsocketAuth bool `yaml:"ws-auth" json:"ws-auth"`
|
WebsocketAuth bool `yaml:"ws-auth" json:"ws-auth"`
|
||||||
|
|
||||||
// CodexInstructionsEnabled controls whether custom Codex instructions are injected.
|
// CodexInstructionsEnabled controls whether official Codex instructions are injected.
|
||||||
// When false (default), CodexInstructionsForModel returns immediately without modification.
|
// When false (default), CodexInstructionsForModel returns immediately without modification.
|
||||||
// When true, the original instruction injection logic is used.
|
// When true, the original instruction injection logic is used.
|
||||||
CodexInstructionsEnabled bool `yaml:"codex-instructions-enabled" json:"codex-instructions-enabled"`
|
CodexInstructionsEnabled bool `yaml:"codex-instructions-enabled" json:"codex-instructions-enabled"`
|
||||||
|
|||||||
Reference in New Issue
Block a user