diff options
| author | t <t@tjp.lol> | 2026-06-16 12:28:55 -0600 |
|---|---|---|
| committer | t <t@tjp.lol> | 2026-06-16 13:10:31 -0600 |
| commit | 7847db3b13bc8639b5173ce3c56ae4068617ce12 (patch) | |
| tree | dabd476e020edfcd2b39681c14a78042d587632d /docs | |
| parent | 493a15c310fe2566107a1b200cb654295502657a (diff) | |
support static linking, and openai_codex_responses in libpanto-c
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/todos.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/todos.md b/docs/todos.md index 17dee74..72b2d4d 100644 --- a/docs/todos.md +++ b/docs/todos.md @@ -2,16 +2,16 @@ - [x] user-provided system prompt (design: docs/archive/system-prompt.md) - [x] polish zig API -- [ ] C ABI +- [x] C ABI - [x] Agent compaction with custom compaction prompts - [x] Agent auto-compaction - [x] image upload support - [ ] google gemini native provider -- [ ] openai responses API native provider +- [x] openai responses API native provider - [ ] non-streaming - [ ] one-shot simple API - [x] message-level error retries -- [ ] abort/cancellation +- [x] abort/cancellation - [ ] user message queueing: steering, follow-up - [ ] step cap, stop conditions |
