From dae86adc222540aaaef03103536064ff4edbe550 Mon Sep 17 00:00:00 2001 From: Emeriko Date: Tue, 16 Jun 2026 15:29:50 +0200 Subject: [PATCH] docs: desktop install + OpenCode command linking Documents the desktop-app install flow (no /plugin command) and the global command-dir linking needed for /ponytail commands in OpenCode outside a checkout. Covers the recurring questions in #97 and #98. Co-Authored-By: Claude Opus 4.8 (1M context) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 58a9c2e..50a627b 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,8 @@ The Claude Code and Codex plugins run two tiny Node.js lifecycle hooks, so `node /plugin install ponytail@ponytail ``` +The desktop app has no `/plugin` command. Install it from the UI instead: Customize, the + by personal plugins, Create plugin and add marketplace, Add from repository, then enter the repo URL (thanks @NiklasDHahn, #98). + ### Codex ```bash @@ -131,6 +133,8 @@ Injects the ruleset every turn at the active level; adds the `/ponytail` command The `./` path resolves against your project's `opencode.json`; to share one checkout across projects, point it at the absolute path of the `.mjs` instead (it finds its `hooks/` and `skills/` relative to its own file). +The plugin path loads the ruleset everywhere, but the `/ponytail` commands are separate files in `.opencode/command/` that OpenCode only discovers from your project or the global commands dir. To use them outside this checkout, link them once: `ln -sf /absolute/path/to/ponytail/.opencode/command/* ~/.config/opencode/command/`. + ### Gemini CLI ```bash