stigmergy 1.0.80 → 1.0.81

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": "stigmergy",
3
- "version": "1.0.80",
3
+ "version": "1.0.81",
4
4
  "type": "commonjs",
5
5
  "description": "Stigmergy CLI - Multi-Agents Cross-AI CLI Tools Collaboration System",
6
6
  "main": "src/main_english.js",
@@ -20,13 +20,6 @@ const CLI_TOOLS = {
20
20
  hooksDir: path.join(os.homedir(), '.claude', 'hooks'),
21
21
  config: path.join(os.homedir(), '.claude', 'config.json')
22
22
  },
23
- testai: {
24
- name: 'TestAI CLI',
25
- version: 'testai-wrapper --version',
26
- install: 'echo "TestAI CLI is already installed"',
27
- hooksDir: path.join(os.homedir(), '.testai', 'hooks'),
28
- config: path.join(os.homedir(), '.testai', 'config.json')
29
- },
30
23
  gemini: {
31
24
  name: 'Gemini CLI',
32
25
  version: 'gemini --version',
@@ -48,7 +41,7 @@ const CLI_TOOLS = {
48
41
  hooksDir: path.join(os.homedir(), '.iflow', 'hooks'),
49
42
  config: path.join(os.homedir(), '.iflow', 'config.json')
50
43
  },
51
- qoder: {
44
+ qodercli: {
52
45
  name: 'Qoder CLI',
53
46
  version: 'qodercli --version',
54
47
  install: 'npm install -g @qoder-ai/qodercli',
@@ -119,7 +112,7 @@ class SmartRouter {
119
112
  gemini: ['gemini', 'google'],
120
113
  qwen: ['qwen', 'alibaba', 'tongyi'],
121
114
  iflow: ['iflow', 'workflow', 'intelligent'],
122
- qoder: ['qoder', 'code'],
115
+ qodercli: ['qoder', 'code'],
123
116
  codebuddy: ['codebuddy', 'buddy', 'assistant'],
124
117
  copilot: ['copilot', 'github', 'gh'],
125
118
  codex: ['codex', 'openai', 'gpt']