You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- New commands: bot.rs, diagnostics.rs, fixes.rs, heartbeat.rs,
onboarding.rs, send.rs, sessions.rs, templates.rs — all delegate to the springtaled HTTP API.
- New runtime_guard.rs: ensures daemon is running before IPC calls.
- state.rs: refactored to hold runtime connection + guard state.
- lib.rs: register all new commands in the Tauri handler.
- Existing commands (agent, authors, canvas, config, connectors, data,
events, formations, memory, panic, rules, safety, travel, vault) updated for consistent error handling and new API shapes.
desktop frontend:
- New ipc/: diagnostics.ts, fixes.ts, onboarding.ts, send.ts, templates.ts.
- provider.ts + App.tsx: integrate new IPC surfaces.
dashboard:
- provider.ts: HTTP provider gains the new endpoint wrappers.
packages:
- types/operations.ts: shared TypeScript types for the new operations.
- types/index.ts + dashboard/types.ts: re-exports and DataProvider interface expanded.
0 commit comments