Merge remote-tracking branch 'origin/main' into etraut/live_skill_update

# Conflicts:
#	codex-rs/core/config.schema.json
This commit is contained in:
Eric Traut
2026-01-28 17:31:20 -08:00
37 changed files with 778 additions and 194 deletions

View File

@@ -186,6 +186,9 @@
"live_skills_reload": {
"type": "boolean"
},
"personality": {
"type": "boolean"
},
"powershell_utf8": {
"type": "boolean"
},
@@ -1210,6 +1213,9 @@
"live_skills_reload": {
"type": "boolean"
},
"personality": {
"type": "boolean"
},
"powershell_utf8": {
"type": "boolean"
},
@@ -1552,4 +1558,4 @@
},
"title": "ConfigToml",
"type": "object"
}
}