We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a6dce4 commit 9d951e7Copy full SHA for 9d951e7
1 file changed
cmd/engram/main.go
@@ -603,9 +603,8 @@ func printPostInstall(agent string) {
603
switch agent {
604
case "opencode":
605
fmt.Println("\nNext steps:")
606
- fmt.Println(" 1. Restart OpenCode")
607
- fmt.Println(" 2. The plugin is auto-loaded from ~/.config/opencode/plugins/")
608
- fmt.Println(" 3. Make sure 'engram' is in your MCP config (opencode.json)")
+ fmt.Println(" 1. Restart OpenCode — plugin + MCP server are ready")
+ fmt.Println(" 2. Run 'engram serve &' for session tracking (HTTP API)")
609
case "claude-code":
610
611
fmt.Println(" 1. Restart Claude Code — the plugin is active immediately")
0 commit comments