coding-tool-x 3.2.0 → 3.2.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "coding-tool-x",
3
- "version": "3.2.0",
3
+ "version": "3.2.1",
4
4
  "description": "Vibe Coding 增强工作助手 - 智能会话管理、动态渠道切换、全局搜索、实时监控",
5
5
  "main": "src/index.js",
6
6
  "bin": {
@@ -34,7 +34,7 @@ const DEFAULT_REPOS_BY_PLATFORM = {
34
34
  { owner: 'anthropics', name: 'skills', branch: 'main', directory: '', enabled: true }
35
35
  ],
36
36
  codex: [
37
- { owner: 'anthropics', name: 'skills', branch: 'main', directory: '', enabled: true }
37
+ { owner: 'openai', name: 'skills', branch: 'main', directory: 'skills/.curated', enabled: true }
38
38
  ],
39
39
  gemini: [
40
40
  { owner: 'google-gemini', name: 'gemini-cli', branch: 'main', directory: '.gemini/skills', enabled: true }