Commit graph

7 commits

Author SHA1 Message Date
Cursor Agent
b5e95849e3 Apply ruff format
Co-authored-by: Ali Khokhar <alishahryar2@gmail.com>
2026-02-15 02:29:03 +00:00
Cursor Agent
ec71a2232c fix: preserve interleaved thinking, tool calls, and text in Anthropic↔NIM conversion
- Assistant messages: build content string in block order (thinking+text interleaved)
- User messages: emit text before tool results when order is text→tool_result
- Response: add extract_think_content_interleaved() to preserve <think>...</think> order
- Add tests and docs for context preservation bugs

Co-authored-by: Ali Khokhar <alishahryar2@gmail.com>
2026-02-15 02:08:35 +00:00
Alishahryar1
9826d71ff1 Added new tests 2026-02-08 15:27:33 -08:00
Alishahryar1
6102583026 Major Refactor Part 2 with kimi-k2.5 in claude code 2026-02-05 16:09:16 -08:00
Alishahryar1
303767e346 fixed linter errors 2026-01-30 23:32:02 -08:00
Alishahryar1
cd911eb62c added converter tests 2026-01-30 18:28:46 -08:00
Alishahryar1
b8e0360b37 added tests 2026-01-28 14:37:30 -08:00