[Feature] Copy Individual Step to Clipboard #55

Closed
opened 2026-02-10 15:58:22 +00:00 by chihlasm · 1 comment
chihlasm commented 2026-02-10 15:58:22 +00:00 (Migrated from github.com)

Summary

Add a copy icon on each step in session detail/review view that copies just that step's content (command, notes, outcome) to clipboard.

Why

  • Engineers often need to share a specific step with a colleague or paste one command into a remote session
  • Currently must export entire session and find the relevant line
  • Very low effort, daily utility

Implementation Notes

  • Add a small copy button (Lucide Copy icon) next to each step in SessionDetailPage
  • Copy formatted text: step title, action performed, command output, notes
  • Show brief "Copied!" feedback (tooltip or toast)

Acceptance Criteria

  • Copy button on each step in session detail view
  • Copies formatted step content to clipboard
  • Visual feedback on copy (tooltip or brief indicator)

Sources

Priority

Do Now — very low effort

## Summary Add a copy icon on each step in session detail/review view that copies just that step's content (command, notes, outcome) to clipboard. ## Why - Engineers often need to share a specific step with a colleague or paste one command into a remote session - Currently must export entire session and find the relevant line - Very low effort, daily utility ## Implementation Notes - Add a small copy button (Lucide `Copy` icon) next to each step in SessionDetailPage - Copy formatted text: step title, action performed, command output, notes - Show brief "Copied!" feedback (tooltip or toast) ## Acceptance Criteria - [ ] Copy button on each step in session detail view - [ ] Copies formatted step content to clipboard - [ ] Visual feedback on copy (tooltip or brief indicator) ## Sources - `.claude/docs/ai/resolutionflow/10x/session-1.md` — Small Gems #5 ## Priority **Do Now** — very low effort
chihlasm commented 2026-02-11 00:43:33 +00:00 (Migrated from github.com)

Implemented in PR #72 (feat/session-quick-wins).

Implemented in PR #72 (feat/session-quick-wins).
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: chihlasm/resolutionflow#55