Phase 3: agent window prototype (session list, activity log, editor split) #8
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Goal
Prototype the long-term
SessionsUI: multiple remote sessions, activity/chat-style summaries, and an editor area in one workflow.Implementation Checklist
agent windowlayoutEdge Cases and Test Scope
Manual UI / Product Decisions
Current Status
6286f14mschoi referenced this issue2026-04-11 18:15:55 +09:00
Completed the Issue #8 prototype model layer in commit
6286f14.Added the first agent-window layout, session list and selection state, activity/chat timeline models, structured helper/CLI action summaries, editor jump targets, diff proposal references, directory-pane descriptors, and offline/stale-session handling. Added tests for long-history trimming, no-cache sessions, shared-cache sessions from another local host, stale diff proposals, and same-remote-root sessions with different profiles. Closing this issue with concrete Sublime UI wiring left as follow-up work.