Skip to content

fix: stabilize workspace transport and session persistence#8

Merged
pallyoung merged 2 commits intomainfrom
develop
Mar 29, 2026
Merged

fix: stabilize workspace transport and session persistence#8
pallyoung merged 2 commits intomainfrom
develop

Conversation

@pallyoung
Copy link
Copy Markdown
Contributor

Summary

  • move hot workspace mutations onto websocket-first transport with HTTP fallback, including session updates, agent resize, terminal resize, and controller heartbeat
  • debounce session activity persistence and workspace view sync so drag/input heavy flows stop spamming RPC calls while keeping UI repaint and terminal fit behavior stable
  • harden terminal and session stream restore paths to reduce garbled UTF-8 output and preserve replayed content during runtime recovery

Test Plan

  • node --test tests/agent-service.test.ts tests/workspace-route-runtime.test.ts tests/workspace-runtime-controller.test.ts tests/ws-rpc-fallback.test.ts tests/workspace-ready-runtime.test.ts tests/session-service.test.ts tests/session-actions.test.ts tests/session-title-persistence.test.ts tests/session-status-display.test.ts
  • pnpm build:web
  • cargo check --manifest-path apps/server/Cargo.toml

@pallyoung pallyoung merged commit 5eeebd6 into main Mar 29, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant