Skip to content

fix(agent-gui): retain active session synchronization - #2351

Open
rv4no wants to merge 1 commit into
mainfrom
codex/agent-gui-session-synchronization
Open

fix(agent-gui): retain active session synchronization#2351
rv4no wants to merge 1 commit into
mainfrom
codex/agent-gui-session-synchronization

Conversation

@rv4no

@rv4no rv4no commented Aug 13, 2026

Copy link
Copy Markdown
Contributor

Summary

  • retain the host synchronization lease for the exact focused AgentGUI Session
  • release it on switch, clear, or controller disposal
  • report synchronization failures through the existing runtime diagnostics path
  • document the stale planning symptom and ownership boundary

Validation

  • pnpm --filter @tutti-os/agent-gui exec vitest run agentConversationMessageController.spec.ts
  • pnpm check:changed -- --push-ready (12 lanes passed)

Review

  • Architecture: shared focused-conversation controller owns one optional lease; the host remains transport owner
  • Performance: repeated selection is idempotent and only one focused Session lease is retained
  • Consumers: capability remains optional for hosts that do not expose session synchronization
  • Windows: platform-neutral controller logic; no filesystem, process, or path behavior changed

@cursor

cursor Bot commented Aug 13, 2026

Copy link
Copy Markdown

Bugbot is not enabled for your account, so this pull request was not reviewed.

Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs.

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