Skip to content

streetturtle/opencode-recap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

opencode-recap

Sidebar recap plugin for OpenCode.

  • Click Recap to generate a short Markdown summary
  • Renders in the sidebar (not the chat thread)
  • Auto-clears after 3 new prompts

Recap sidebar screenshot

Install

opencode plugin @streetturtle/opencode-recap

Global install:

opencode plugin --global @streetturtle/opencode-recap

Restart OpenCode after install.

Usage

Open a session and click Recap in the sidebar.

  • Uses recent context (last 10 messages)
  • Reuses previous recap for continuity
  • Default model: the session's recent assistant model

Optional model override

Set both providerID and modelID in tui.json:

{
  "plugin": [
    ["@streetturtle/opencode-recap", {
      "providerID": "github-copilot",
      "modelID": "gemini-3-flash-preview"
    }]
  ]
}

Troubleshooting

  • ProviderModelNotFoundError: verify values with opencode models
  • Invalid recap plugin config: set both fields or neither
  • duplicate tui plugin id: configure recap in only one tui.json

Requirements

  • OpenCode 1.4.3+
  • Any configured AI provider

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors