BTerminal/v2/src-tauri
Hibryda a2bc8838b4 feat(v2): Deno-first sidecar with Node.js fallback and signing key
Refactor SidecarManager to use SidecarCommand struct abstracting
runtime choice. resolve_sidecar_command() prefers Deno (runs TS
directly, no build step), falls back to Node.js if deno not in PATH.
Both runners bundled in tauri.conf.json resources. Set auto-update
signing pubkey in updater config.
2026-03-06 15:42:26 +01:00
..
capabilities feat(v2): scaffold Tauri 2.x + Svelte 5 project (Phase 1) 2026-03-05 23:26:27 +01:00
icons feat(v2): add packaging, installer, and CI release workflow (Phase 6) 2026-03-06 14:23:09 +01:00
src feat(v2): Deno-first sidecar with Node.js fallback and signing key 2026-03-06 15:42:26 +01:00
.gitignore feat(v2): scaffold Tauri 2.x + Svelte 5 project (Phase 1) 2026-03-05 23:26:27 +01:00
build.rs feat(v2): scaffold Tauri 2.x + Svelte 5 project (Phase 1) 2026-03-05 23:26:27 +01:00
Cargo.lock test(v2): add vitest and cargo tests for sdk-messages, agent-tree, session, ctx 2026-03-06 15:10:12 +01:00
Cargo.toml test(v2): add vitest and cargo tests for sdk-messages, agent-tree, session, ctx 2026-03-06 15:10:12 +01:00
tauri.conf.json feat(v2): Deno-first sidecar with Node.js fallback and signing key 2026-03-06 15:42:26 +01:00