docs: add OpenCode + Oh-My-OpenAgent integration guide - #268
Conversation
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
PR Review: docs: add OpenCode + Oh-My-OpenAgent integration guideExecutive Summary
Affected Areas: Business Impact: Users following these docs will encounter broken tool calls (6 phantom MCP tools) and incorrect tool references, eroding trust in the integration guide. Flow Changes: None — no production code modified. Ratings
PR Health
High Priority Issues(Must fix before merge) 🐛 #1: Phantom tool names in AGENTS.md snippet — 6 tools don't exist, 1 real tool omittedLocation: The snippet claims 19 tools and lists 6 that do not exist in -### Available Tools (19 total)
-- Palace read: `mempalace_status`, `mempalace_search`, `mempalace_list_wings`, `mempalace_list_rooms`, `mempalace_get_taxonomy`, `mempalace_check_duplicate`, `mempalace_get_aaak_spec`
-- Palace write: `mempalace_add_drawer`, `mempalace_delete_drawer`
-- Knowledge Graph: `mempalace_kg_query`, `mempalace_kg_add`, `mempalace_kg_invalidate`, `mempalace_kg_timeline`, `mempalace_kg_stats`
-- Navigation: `mempalace_traverse`, `mempalace_find_tunnels`, `mempalace_graph_stats`
-- Diary: `mempalace_diary_write`, `mempalace_diary_read`
+### Available Tools (14 total)
+- Palace read: `mempalace_status`, `mempalace_browse`, `mempalace_search`
+- Palace write: `mempalace_add_drawer`, `mempalace_delete_drawer`
+- Knowledge Graph: `mempalace_kg_query`, `mempalace_kg_add`, `mempalace_kg_invalidate`, `mempalace_kg_timeline`, `mempalace_kg_stats`
+- Navigation: `mempalace_traverse`, `mempalace_find_tunnels`
+- Diary: `mempalace_diary_write`, `mempalace_diary_read`🐛 #2: Wrong tool name
|
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
|
Thanks for the thorough review, @bgauryy. I pushed the follow-up fixes in 0388a9e. Quick clarifications:
I’m also opening a separate docs PR to document a real-world |
web3guru888
left a comment
There was a problem hiding this comment.
Useful addition to the integration ecosystem — having step-by-step setup guides for each editor/platform lowers the barrier to adoption. The opencode_install.sh script with colored output, Python version detection, and config file management is well-polished.
The AGENTS.md snippet with the full 19-tool protocol reference is a nice reusable template. Pairs well with the auto-plugin approach in #297.
🔭 Reviewed as part of the MemPalace-AGI integration project — autonomous research with perfect memory. Community interaction updates are posted regularly on the dashboard.
Summary
Adds a complete integration package for OpenCode (https://opencode.ai) users with Oh-My-OpenAgent plugin to set up mempalace as their AI memory system.
Files Added
examples/opencode_setup.md— Step-by-step guide (follows gemini_cli_setup.md pattern)examples/opencode_install.sh— Automated setup script (idempotent, cross-platform)examples/agents_md_snippet.md— Copy-paste memory protocol for AGENTS.mdWhat This Enables
OpenCode users can:
Testing
bash -nsyntax check (andshellcheckif available)