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:
parent
658dc4715e
commit
2409642925
2 changed files with 37 additions and 31 deletions
|
|
@ -44,7 +44,6 @@
|
|||
"icons/icon.ico"
|
||||
],
|
||||
"resources": [
|
||||
"../sidecar/agent-runner-deno.ts",
|
||||
"../sidecar/dist/agent-runner.mjs"
|
||||
],
|
||||
"category": "DeveloperTool",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue