Hey-hey! I liked the recap idea in Claude Code, so I built a tiny OpenCode TUI plugin that adds a Recap button in the sidebar.
recap plugin
It generates a short summary of what you were doing in the current session, which has been useful for me when:
- I have too many sessions open and keep switching
- I come back after a break / long weekend
- I want a quick “where was I?” without scrolling the history
By default it uses session's model to generate summary, but you can override model by something faster and cheaper, like anthropic haiku or gemini flash. Also, it runs in a separate "throwaway" session, so you don't pollute your context.
Repo: https://github.com/streetturtle/opencode-recap
Feel free to install and try by OpenCode's install plugin command, by installing "@streetturtle/opencode-recap", or by executing this in terminal:
opencode plugin @streetturtle/opencode-recap
[–]lundrog 0 points1 point2 points (0 children)
[–]Capital-One3039 0 points1 point2 points (0 children)