codex: starting with v0.2.0 codex uses a TOML configuration file (#7388)
Updated related settings and test files to reflect the new format.
This commit is contained in:
parent
cc7407839d
commit
502d9b7d30
10 changed files with 88 additions and 10 deletions
|
|
@ -1,4 +1,7 @@
|
|||
{
|
||||
codex-settings = ./settings.nix;
|
||||
codex-settings-toml = ./settings-toml.nix;
|
||||
codex-settings-yaml = ./settings-yaml.nix;
|
||||
codex-empty-settings = ./empty-settings.nix;
|
||||
codex-custom-instructions = ./custom-instructions.nix;
|
||||
codex-empty-custom-instructions = ./empty-custom-instructions.nix;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue