core-agent-ide/codex-rs/app-server-protocol
Owen Lin 2030b28083
[app-server] feat: expose additional fields on Thread (#6338)
Add the following fields to Thread:

```
    pub preview: String,
    pub model_provider: String,
    pub created_at: i64,
```

Will prob need another PR once this lands:
https://github.com/openai/codex/pull/6337
2025-11-07 04:08:45 +00:00
..
src [app-server] feat: expose additional fields on Thread (#6338) 2025-11-07 04:08:45 +00:00
Cargo.toml [app-server] feat: export.rs supports a v2 namespace, initial v2 notifications (#6212) 2025-11-05 01:02:39 +00:00