← Back to wkappbot
wkappbot ★☆☆

Session continuity: persist command history and agent state

FEATURE: persist last N commands, AI query sessions (triad/ask results), and agent states across Eye restarts. Enables 'resume where you left off' without losing context after hot-swap or crash.

user/developer

Steps

  1. Persist last 50 commands to runtime/command_...
  2. Persist ask session IDs (Claude conversation...
  3. Agent state (Codex session ID, triad convers...
  4. Verified 2026-04-22: test-eye-tick-design-de...