refactor: generalize permissions example

This commit is contained in:
Nathan Flurry 2026-03-09 20:54:36 -07:00
parent 6e6d94be38
commit 5127b2c4ed
5 changed files with 17 additions and 14 deletions

View file

@ -138,7 +138,7 @@ const options = await session.getConfigOptions();
const modes = await session.getModes();
```
Claude permission modes use the same surface:
Permission modes use the same surface:
```ts
const claude = await sdk.createSession({