@crewx/cli 0.8.9-rc.24 → 0.8.9-rc.25

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.
@@ -104,7 +104,6 @@ function checkLogsDir() {
104
104
  function checkCliProviders() {
105
105
  const providers = [
106
106
  { name: 'claude', cmd: 'claude', install: 'npm install -g @anthropic-ai/claude-code' },
107
- { name: 'gemini', cmd: 'gemini', install: 'npm install -g @google/gemini-cli' },
108
107
  { name: 'copilot (gh)', cmd: 'gh', install: 'brew install gh # or visit cli.github.com' },
109
108
  ];
110
109
  return providers.map(p => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crewx/cli",
3
- "version": "0.8.9-rc.24",
3
+ "version": "0.8.9-rc.25",
4
4
  "license": "UNLICENSED",
5
5
  "engines": {
6
6
  "node": ">=20.19.0"
@@ -24,17 +24,17 @@
24
24
  "@crewx/adapter-slack": "0.1.4",
25
25
  "better-sqlite3": "*",
26
26
  "isomorphic-git": "1.37.1",
27
- "@crewx/sdk": "0.8.9-rc.24",
28
- "@crewx/search": "0.1.10-rc.23",
29
- "@crewx/doc": "0.1.9-rc.22",
30
- "@crewx/memory": "0.1.23-rc.40",
31
- "@crewx/wbs": "0.1.10-rc.53",
32
- "@crewx/workflow": "0.3.22-rc.40",
33
- "@crewx/cron": "0.1.10-rc.58",
34
- "@crewx/wi": "0.1.10-rc.24",
35
- "@crewx/skill": "0.1.20",
36
- "@crewx/chromex": "0.1.0-rc.60",
37
- "@crewx/shared": "0.0.6-rc.11"
27
+ "@crewx/sdk": "0.8.9-rc.25",
28
+ "@crewx/search": "0.1.10-rc.24",
29
+ "@crewx/doc": "0.1.9-rc.23",
30
+ "@crewx/wbs": "0.1.10-rc.54",
31
+ "@crewx/memory": "0.1.23-rc.41",
32
+ "@crewx/wi": "0.1.10-rc.25",
33
+ "@crewx/workflow": "0.3.22-rc.41",
34
+ "@crewx/cron": "0.1.10-rc.59",
35
+ "@crewx/chromex": "0.1.0-rc.61",
36
+ "@crewx/shared": "0.0.6-rc.12",
37
+ "@crewx/skill": "0.1.20"
38
38
  },
39
39
  "devDependencies": {
40
40
  "@types/better-sqlite3": "*",