#18373 · @adiled · opened Mar 20, 2026 at 9:45 AM UTC · last updated Mar 21, 2026 at 12:22 AM UTC
docs: add opencode-dir to ecosystem plugins
appdocs
53
+1−01 files
Score breakdown
Impact
2.0
Clarity
7.0
Urgency
0.0
Ease Of Review
9.0
Guidelines
8.0
Readiness
9.0
Size
10.0
Trust
5.0
Traction
0.0
Summary
This PR adds 'opencode-dir' to the ecosystem plugin list in the documentation. While the description details the plugin's capabilities, the PR itself is a one-line change to a markdown file.
Description
Issue for this PR
N/A — ecosystem listing addition
Type of change
- [ ] Bug fix
- [ ] New feature
- [ ] Refactor / code improvement
- [x] Documentation
What does this PR do?
Add opencode-dir to the community plugins list. Change directory, move sessions, and other directory based operations for OpenCode sessions.
How did you verify your code works?
- Plugin installed via npm: works
- /cd and /mv appear in autocomplete: yes
- /mv successfully rewrites session to new directory: yes
Screenshots / recordings
N/A
Checklist
- [x] I have tested my changes locally
- [x] I have not included unrelated changes in this PR
Linked Issues
None.
Comments
No comments.
Changed Files
packages/web/src/content/docs/ecosystem.mdx
+1−0@@ -18,6 +18,7 @@ You can also check out [awesome-opencode](https://github.com/awesome-opencode/aw
| Name | Description |
| -------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------- |
| [opencode-daytona](https://github.com/daytonaio/daytona/tree/main/libs/opencode-plugin) | Automatically run OpenCode sessions in isolated Daytona sandboxes with git sync and live previews |
| [opencode-dir](https://github.com/adiled/opencode-dir) | Change directory, move sessions, and other directory based operations for OpenCode sessions |
| [opencode-helicone-session](https://github.com/H2Shami/opencode-helicone-session) | Automatically inject Helicone session headers for request grouping |
| [opencode-type-inject](https://github.com/nick-vi/opencode-type-inject)