agent-orchestrator/v2/sidecar
Hibryda d35b3dc7fc feat(v2): auto-detect Claude CLI path and pass to SDK via pathToClaudeCodeExecutable
Both sidecar runners (agent-runner.ts and agent-runner-deno.ts) now include
findClaudeCli() which checks common paths (~/.local/bin/claude,
~/.claude/local/claude, /usr/local/bin/claude, /usr/bin/claude) and falls
back to `which claude`. The resolved path is passed to the SDK query()
options as pathToClaudeCodeExecutable. If the CLI is not found, an
agent_error is emitted immediately instead of a cryptic SDK failure.
2026-03-07 01:28:04 +01:00
..
agent-runner-deno.ts feat(v2): auto-detect Claude CLI path and pass to SDK via pathToClaudeCodeExecutable 2026-03-07 01:28:04 +01:00
agent-runner.ts feat(v2): auto-detect Claude CLI path and pass to SDK via pathToClaudeCodeExecutable 2026-03-07 01:28:04 +01:00
package-lock.json feat(v2): implement agent-runner sidecar with claude CLI subprocess 2026-03-06 01:01:43 +01:00
package.json feat(v2): scaffold Tauri 2.x + Svelte 5 project (Phase 1) 2026-03-05 23:26:27 +01:00