We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c32f71c commit 94b553bCopy full SHA for 94b553b
src/integrations/claude-code/run.ts
@@ -15,7 +15,7 @@ export function runClaudeCode({
15
}) {
16
const claudePath = path || "claude"
17
18
- // TODO: Is it worh using sessions? Where do we store the session ID?
+ // TODO: Is it worth using sessions? Where do we store the session ID?
19
const args = [
20
"-p",
21
JSON.stringify(messages),
0 commit comments