feat(settings): add Skills toggle for Codex CLI and improve config editor UX

Add "Enable Skills" toggle below "Enable WebSocket" in Codex CLI settings,
writing `skills = true` under [features] in config.toml. Also add max-height
to auth.json and config.toml textareas, and fix TOML section key insertion
to avoid stray blank lines between entries.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
xintaofei
2026-04-11 01:14:17 +08:00
parent 19979d50d0
commit 1eb9b4872e
11 changed files with 105 additions and 3 deletions

View File

@@ -515,6 +515,8 @@
"selectReasoningEffort": "اختر Reasoning Effort",
"enableWebsocket": "تفعيل WebSocket",
"enableWebsocketAria": "تفعيل WebSocket لـ Codex Provider",
"enableSkills": "تفعيل Skills",
"enableSkillsAria": "تفعيل Skills لـ Codex",
"authJsonNative": "auth.json (أصلي)",
"configTomlNative": "config.toml (أصلي)"
},