opencode
opencode copied to clipboard
feat: add /cd command for changing working directory
Summary
- Add
/cd <path>command to change the working directory mid-conversation - Support
!cdshell mode for directory navigation - Add
CdToolfor agents to change directories programmatically - Add
POST /cdendpoint and plugin API (setDirectory) for programmatic use - Fix TUI event routing to survive directory changes via GlobalBus
- Regenerate SDK with
/cdendpoint andEventInstanceDirectoryChangedtype
Fixes #2177