Add session permission updates
Some checks failed
Test / test (3.3) (push) Failing after 9m59s
Test / test (3.4) (push) Failing after 10m0s
Test / test (3.2) (push) Failing after 10m3s

This commit is contained in:
2026-07-10 19:29:31 -07:00
parent 889d38332f
commit 8dbd3de81c
5 changed files with 50 additions and 2 deletions

View File

@@ -1,5 +1,13 @@
# Changelog
## 0.0.1.alpha3 - 2026-07-10
### Added
- `Opencode::Client#update_session` for applying permission rules through
OpenCode's session PATCH endpoint. OpenCode appends these rules, so hosts
should fingerprint their ordered policy and call this only when it changes.
## 0.0.1.alpha2 — 2026-05-20
### Added