Reasoning level update (#6586)

Automatically update reasoning levels when migrating between models
This commit is contained in:
pakrym-oai
2025-11-12 22:24:36 -08:00
committed by GitHub
parent 305fe73d83
commit e3dd362c94
11 changed files with 234 additions and 190 deletions

View File

@@ -1,14 +1,14 @@
[package]
name = "codex-git"
version.workspace = true
edition.workspace = true
name = "codex-git"
readme = "README.md"
version.workspace = true
[lints]
workspace = true
[dependencies]
once_cell = "1"
once_cell = { workspace = true }
regex = "1"
schemars = { workspace = true }
serde = { workspace = true, features = ["derive"] }