richardcase / richardcase/clowder

Support sessions

Open
#105 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Rust
Stars
0
Forks
0
Avg merge
1h 14m
Merged PRs (30d)
16

Description

Currently AttentionState/HookEvent only report an agent's live status (Idle/Working/NeedsInput/Completed/Exited) — nothing persists a transcript, scrollback, or hook-event log for later review. Once a pane closes or a worktree is discarded, its history is gone.

Proposal: persist a session record per agent run (scrollback and/or structured hook-event log), with a way to list past sessions per project and reopen/replay one read-only. Scope note: decide whether this stores raw terminal scrollback, structured events, or both, and where it's retained (local state dir vs. per-worktree).

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reading the existing AttentionState and HookEvent concepts to understand what live agent status and hook events currently expose. Define the session record, retention location, and whether history uses raw scrollback, structured events, or both; done means sessions can be listed per project and reopened or replayed read-only after a pane or worktree is gone.

Written by the indexing model from the issue text.

Assessment

Tech stack
rust
Domain
cli, developer-experience
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Active
Clarity
Needs clarification
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.