Skip to content

Commit e73f8dd

Browse files
nyldnclaude
andcommitted
Add instructions for keeping plugin up to date
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 8f68bf8 commit e73f8dd

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

README.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,32 @@ chmod +x ~/git/claude-octopus/scripts/*.sh
253253
chmod +x ~/git/claude-octopus/scripts/*.py
254254
```
255255

256+
### Keeping Up to Date
257+
258+
To update to the latest version:
259+
260+
```bash
261+
# Navigate to plugin directory
262+
cd ~/.claude/plugins/claude-octopus
263+
264+
# Pull latest changes
265+
git pull origin main
266+
```
267+
268+
Or ask Claude Code:
269+
270+
```
271+
Update the claude-octopus plugin to the latest version
272+
```
273+
274+
To update to a specific version:
275+
276+
```bash
277+
cd ~/.claude/plugins/claude-octopus
278+
git fetch --tags
279+
git checkout v1.0.0 # Replace with desired version
280+
```
281+
256282
## Agent Setup & Configuration
257283

258284
Claude Octopus requires both **Codex CLI** (OpenAI) and **Gemini CLI** (Google) to be installed and configured.

0 commit comments

Comments
 (0)