feat: improve file watcher with chokidar and better ignore patterns (#2621)

Co-authored-by: GitHub Action <action@github.com>
This commit is contained in:
Dax 2025-09-16 00:17:10 -04:00 committed by GitHub
commit 14cb2d2af6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
16 changed files with 180 additions and 62 deletions

View file

@ -24,7 +24,7 @@ Or to pin the version:
<!-- x-release-please-start-version -->
```sh
go get -u 'github.com/sst/opencode-sdk-go@v0.13.0'
go get -u 'github.com/sst/opencode-sdk-go@v0.14.0'
```
<!-- x-release-please-end -->