docs: add chat-history-logger plugin#13937
Open
ru4871SG wants to merge 1 commit intoanomalyco:devfrom
Open
Conversation
Add [chat-history-logger](https://github.com/ru4871SG/chat-history-logger-opencode-claudecode) to the Plugins list. chat-history-logger is a plugin for OpenCode where your chat history (doesn't matter what mode you are in) will be instantly stored as markdown files locally, and the plugin can also append the chat history from Claude Code to the same files. For now, it has sync capabilities to MongoDB and Supabase, in case you want to sync the chat history memory across devices.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add chat-history-logger to the Plugins list.
chat-history-logger is a plugin for OpenCode where your chat history (doesn't matter what mode you are in) will be instantly stored as markdown files locally, and the plugin can also append the chat history from Claude Code to the same files. For now, it has sync capabilities to MongoDB and Supabase, in case you want to sync the chat history memory across devices.
What does this PR do?
This PR is only to add a plugin that I made to the ecosystem page.
How did you verify your code works?
You can use the npx command that I provided in my plugin's repository README file. It will install the plugin, and you can use it right away (for local markdown files). Also it will allow you to use slash command like
/chat-history-cloud-configthat will allow you to set up cloud sync for the chat history, if you wish to do so. The slash command is associated with the prompts that are available in the repository.