[PR #1995] feat(tui): session scratchpad <leader>w to store notes, todos, system prompt extensions etc... #10152

Closed
opened 2026-02-16 18:14:46 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/anomalyco/opencode/pull/1995

State: closed
Merged: No


Summary

This feature allows users to maintain session-specific notes, todos, or system prompt extensions that persist in the session and are visible to the agent at all time. It improves workflow organization and enables richer, context-aware agent interactions.

Features

  • Integrates a modal scratchpad editor in the TUI, accessible via a new keybinding (<leader>w).
  • Scratchpad content is shared with the agent as a system message for each session.
image
**Original Pull Request:** https://github.com/anomalyco/opencode/pull/1995 **State:** closed **Merged:** No --- ## Summary This feature allows users to maintain session-specific notes, todos, or system prompt extensions that persist in the session and are visible to the agent at all time. It improves workflow organization and enables richer, context-aware agent interactions. ## Features - Integrates a modal scratchpad editor in the TUI, accessible via a new keybinding (`<leader>w`). - Scratchpad content is shared with the agent as a system message for each session. <img width="643" height="234" alt="image" src="https://github.com/user-attachments/assets/b5de7d59-a8a5-4bd5-a5f9-171160b01fde" />
yindo added the pull-request label 2026-02-16 18:14:46 -05:00
yindo closed this issue 2026-02-16 18:14:46 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#10152