summaryrefslogtreecommitdiff
path: root/libpanto-go/panto_test.go
AgeCommit message (Collapse)Author
2026-06-18Preserve content blocks and thinking origin in C store appendt
Round-trip persistent message content through the C session store bridge instead of dropping it, including tool-use, tool-result, system, and thinking blocks. Reconstruct borrowed C content blocks with arena-backed helpers, carry message identity fields like API style/model/reasoning, and add tests covering append marshalling and thinking signature origin round-tripping.
2026-06-11some go bindings fixes and an example appt