@holic512/slothtool 1.0.8 → 1.0.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -145,6 +145,7 @@ Package names are automatically converted to simple aliases:
145
145
  ## Official Plugins
146
146
 
147
147
  - [@holic512/plugin-loc](../plugin-loc) - Lines of code counter with interactive features
148
+ - [@holic512/plugin-codex-switch](../plugin-codex-switch) - Codex config switcher with interactive menu, Ink views, backup/rollback, and cache cleanup
148
149
 
149
150
  ## Creating Plugins
150
151
 
@@ -89,6 +89,30 @@
89
89
  "Call logs (latest 500 entries)",
90
90
  "Secure masking by default"
91
91
  ]
92
+ },
93
+ {
94
+ "name": "@holic512/plugin-codex-switch",
95
+ "alias": "codex-switch",
96
+ "description": "Codex 配置切换工具 - 自动发现配置、模型切换、缓存清理与回滚",
97
+ "descriptionEn": "Codex config switcher with auto discovery, model switching, cache cleanup, and rollback",
98
+ "version": "latest",
99
+ "author": "holic512",
100
+ "features": [
101
+ "自动发现 Codex 配置",
102
+ "modes/models 拉取与缓存回退",
103
+ "model/provider 切换与原子写入",
104
+ "自动备份与回滚",
105
+ "缓存清理 dry-run",
106
+ "交互菜单 + Ink 详情视图"
107
+ ],
108
+ "featuresEn": [
109
+ "Auto-discover Codex config",
110
+ "Modes/models fetch with cache fallback",
111
+ "Model/provider switching with atomic write",
112
+ "Auto backup and rollback",
113
+ "Cache cleanup with dry-run",
114
+ "Interactive menu + Ink detail view"
115
+ ]
92
116
  }
93
117
  ]
94
118
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@holic512/slothtool",
3
- "version": "1.0.8",
3
+ "version": "1.0.9",
4
4
  "description": "A plugin manager and dispatcher for CLI tools",
5
5
  "main": "lib/index.js",
6
6
  "bin": {