Skip to content

Commit 97a790e

Browse files
committed
fix: remove runners as optional dependencies
Having Gemini CLI and others as optional dependencies appears to throw off packages that also depend on them locally. These changes remove it since we don't import these packages directly anywhere anyways.
1 parent df8d8c0 commit 97a790e

2 files changed

Lines changed: 98 additions & 325 deletions

File tree

package.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -90,11 +90,6 @@
9090
"zod": "^3.23.8",
9191
"zod-validation-error": "^4.0.1"
9292
},
93-
"optionalDependencies": {
94-
"@anthropic-ai/claude-code": "^2.0.0",
95-
"@google/gemini-cli": "^0.9.0",
96-
"@openai/codex": "^0.47.0"
97-
},
9893
"devDependencies": {
9994
"@anthropic-ai/claude-code": "^2.0.0",
10095
"@google/gemini-cli": "^0.9.0",

0 commit comments

Comments
 (0)