Skip to content
Discussion options

You must be logged in to vote

Auto-recall happens in two situations, both controlled by the autoRecall setting (defaults to true):

  1. New session start — when you send your first message in a new session, the plugin recalls memories and injects them into the system prompt.
  2. Context compaction — when OpenCode compacts the context window, the plugin recalls based on your last message and injects those memories into the compaction context so they survive the trim.

You can configure autoRecall in your opencode.json plugin options, in ~/.hindsight/opencode.json, or via the HINDSIGHT_AUTO_RECALL env var.

There isn't a dedicated event log, but there are two ways to confirm it's working:

  1. Check the Hindsight control plane UI — …

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@DK09876
Comment options

Answer selected by gonewest818
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants