Revert "feat: integrate Claude Code SDK to replace process spawning (#327)" (#335)

* Revert "feat: integrate Claude Code SDK to replace process spawning (#327)"

This reverts commit 204266ca45.

* 1.0.59
This commit is contained in:
Ashwin Bhat
2025-07-23 18:42:43 -07:00
committed by GitHub
parent e26577a930
commit 3f4d843152
8 changed files with 525 additions and 417 deletions

View File

@@ -10,8 +10,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@actions/core": "^1.10.1",
"@anthropic-ai/claude-code": "1.0.59"
"@actions/core": "^1.10.1"
},
"devDependencies": {
"@types/bun": "^1.2.12",