[PR #9893] feat(conatus): Implement Persistent Lab Sessions #13261

Open
opened 2026-02-16 18:18:07 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/anomalyco/opencode/pull/9893

State: open
Merged: No


Summary

Gestaltist/Haptic Assembly implementation of session persistence.

  • Auto-resume: Checks for .opencode-session in current directory on startup.
  • Persistence: Writes session ID to .opencode-session when creating/switching labs via UI.
  • Fix: Relaxed Bun version check in build script to support v1.3.6.

Verification

  • Verified on Linux via Tmux protocol.
  • Confirmed "Bootstrap" session auto-resumes when running from bootstrap directory.
  • Confirmed "The Study" session ID is written to file when switching labs.
**Original Pull Request:** https://github.com/anomalyco/opencode/pull/9893 **State:** open **Merged:** No --- ## Summary Gestaltist/Haptic Assembly implementation of session persistence. - **Auto-resume**: Checks for `.opencode-session` in current directory on startup. - **Persistence**: Writes session ID to `.opencode-session` when creating/switching labs via UI. - **Fix**: Relaxed Bun version check in build script to support v1.3.6. ## Verification - Verified on Linux via Tmux protocol. - Confirmed "Bootstrap" session auto-resumes when running from bootstrap directory. - Confirmed "The Study" session ID is written to file when switching labs.
yindo added the pull-request label 2026-02-16 18:18:07 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#13261