Skip to content

Commit ac2f6e8

Browse files
committed
chore: claude code integration first draft
1 parent b647d3e commit ac2f6e8

8 files changed

Lines changed: 1970 additions & 15 deletions

File tree

src-node/claude-code-agent.js

Lines changed: 401 additions & 0 deletions
Large diffs are not rendered by default.

src-node/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ const LivePreview = require("./live-preview");
6969
require("./test-connection");
7070
require("./utils");
7171
require("./git/cli");
72+
require("./claude-code-agent");
7273
function randomNonce(byteLength) {
7374
const randomBuffer = new Uint8Array(byteLength);
7475
crypto.getRandomValues(randomBuffer);

src-node/package-lock.json

Lines changed: 230 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-node/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"mime-types": "^2.1.35",
2828
"cross-spawn": "^7.0.6",
2929
"which": "^2.0.1",
30-
"@expo/sudo-prompt": "^9.3.2"
30+
"@expo/sudo-prompt": "^9.3.2",
31+
"@anthropic-ai/claude-code": "^1.0.0"
3132
}
3233
}

0 commit comments

Comments
 (0)