mirror of
https://github.com/openai/codex.git
synced 2026-04-28 02:11:08 +03:00
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:
4
justfile
4
justfile
@@ -69,8 +69,8 @@ write-config-schema:
|
||||
cargo run -p codex-core --bin codex-write-config-schema
|
||||
|
||||
# Regenerate vendored app-server protocol schema artifacts.
|
||||
write-app-server-schema:
|
||||
cargo run -p codex-app-server-protocol --bin write_schema_fixtures
|
||||
write-app-server-schema *args:
|
||||
cargo run -p codex-app-server-protocol --bin write_schema_fixtures -- "$@"
|
||||
|
||||
# Tail logs from the state SQLite database
|
||||
log *args:
|
||||
|
||||
Reference in New Issue
Block a user