feat: add --experimental to generate-ts (#10402)

Adding a `--experimental` flag to the `generate-ts` fct in the
app-sever.

It can be called through one of those 2 command
```
just write-app-server-schema --experimental
codex app-server generate-ts --experimental
```
This commit is contained in:
jif-oai
2026-02-02 20:30:01 +00:00
committed by GitHub
parent 74327fa59c
commit 059d386f03
5 changed files with 46 additions and 11 deletions

View File

@@ -788,6 +788,8 @@ At runtime, clients must send `initialize` with `capabilities.experimentalApi =
```bash
just write-app-server-schema
# Include experimental API fields/methods in fixtures.
just write-app-server-schema --experimental
```
5. Verify the protocol crate: