feat(state): add server-side interaction session state #5

Open
opened 2026-04-05 20:16:09 +02:00 by luna · 0 comments
Collaborator

Summary

Add optional server-side session state to reduce payload repetition and improve multi-step reliability.

Scope

  • Store last screenshot metadata and recent actions per session id
  • Allow endpoints to reference previous region/grid context
  • Add TTL + cleanup controls

Acceptance criteria

  • Session id can be passed to reuse context
  • Explicit state reset endpoint
  • Behavior documented and backwards-compatible
## Summary Add optional server-side session state to reduce payload repetition and improve multi-step reliability. ## Scope - Store last screenshot metadata and recent actions per session id - Allow endpoints to reference previous region/grid context - Add TTL + cleanup controls ## Acceptance criteria - Session id can be passed to reuse context - Explicit state reset endpoint - Behavior documented and backwards-compatible
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: space/clickthrough#5