Skip to content

docs: add opencode-session-recall to plugins#284

Open
rmk40 wants to merge 1 commit intoawesome-opencode:mainfrom
rmk40:add-opencode-session-recall
Open

docs: add opencode-session-recall to plugins#284
rmk40 wants to merge 1 commit intoawesome-opencode:mainfrom
rmk40:add-opencode-session-recall

Conversation

@rmk40
Copy link
Copy Markdown

@rmk40 rmk40 commented Apr 15, 2026

Summary

  • add Opencode Session Recall to the plugins list
  • describe it as exposing stored session and project history already kept by OpenCode
  • position it as direct access to hidden context rather than another memory layer

Validation

  • npm run validate
  • npm run generate

@rmk40
Copy link
Copy Markdown
Author

rmk40 commented Apr 15, 2026

The difference is that this does not build a new memory layer.

OpenCode already stores the full conversation history from every session your agent has ever run across every project on the machine: messages, tool calls, tool outputs, reasoning traces. Even after compaction shrinks what the model can see, the original content stays in the database.

This plugin exposes that hidden history back to the agent.

So instead of creating a separate memory system with embeddings, summaries, extraction, or duplicated storage, it gives the agent direct access to context OpenCode already has but the LLM cannot currently see.

In practice that means:

  • recovering tool output and errors that were pushed out of the context window
  • pulling back exact original user requirements after long sessions
  • searching across older sessions in the same project
  • searching across sessions from other projects on the same machine

Memory plugins and this plugin can complement each other, but they solve different problems:

  • memory plugins store new curated memory
  • opencode-session-recall unlocks dormant history that is already there

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant