refactor(v2): unify sidecar to single agent-runner.mjs bundle

Consolidated from two separate runners (agent-runner-deno.ts +
agent-runner.ts) to a single pre-built agent-runner.mjs that runs
under both Deno and Node.js. resolve_sidecar_command() now checks
runtime availability upfront before path search, with improved
error messages. Removed agent-runner-deno.ts from tauri.conf.json
bundled resources.
This commit is contained in:
Hibryda 2026-03-07 01:07:06 +01:00
parent 658dc4715e
commit 2409642925
2 changed files with 37 additions and 31 deletions

View file

@ -44,7 +44,6 @@
"icons/icon.ico"
],
"resources": [
"../sidecar/agent-runner-deno.ts",
"../sidecar/dist/agent-runner.mjs"
],
"category": "DeveloperTool",