mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-28 09:23:08 +08:00
feat: add codex skills support and enhance system status UI
- Introduced new query keys for codex skills and their list. - Updated English and Chinese locale files for system status messages. - Enhanced the SettingsPage to display installation details and upgrade options. - Integrated CLI mode toggle in SkillsManagerPage for better skill management. - Modified skills routes to handle CLI type for skill operations and configurations.
This commit is contained in:
@@ -67,7 +67,17 @@
|
||||
"disabled": "Disabled"
|
||||
},
|
||||
"systemStatus": {
|
||||
"title": "System Status",
|
||||
"title": "CCW Installation",
|
||||
"installations": "installation(s)",
|
||||
"noInstallations": "No installations detected",
|
||||
"installPrompt": "Run ccw install to set up",
|
||||
"global": "Global",
|
||||
"path": "Path",
|
||||
"version": "Version",
|
||||
"files": "files",
|
||||
"upgrade": "Upgrade",
|
||||
"upgrading": "Upgrading...",
|
||||
"refresh": "Refresh",
|
||||
"ccwInstall": "CCW Installation",
|
||||
"installed": "Installed",
|
||||
"incomplete": "Incomplete",
|
||||
|
||||
Reference in New Issue
Block a user