summaryrefslogtreecommitdiff
path: root/build.zig.zon
AgeCommit message (Collapse)Author
2026-06-16display fixes: markdown rendering, tool-specific componentst
2026-06-10Add addUserText helper; update all call sitest
Conversation.addUserMessage now takes a []ContentBlock (symmetric with addAssistantMessage). Introduce a thin addUserText wrapper in agent.zig for the plain-text case and update every call site in agent.zig and anthropic_messages_json.zig accordingly.
2026-05-27session filesT
2026-05-27Finish the hard parts of the lua makeoverT
- bundle luarocks source in the panto binary - bootstrap process (intended for first `panto` run): - make ~/.local/share/panto/... - write out luarocks sources into it - run luarocks to install luv - new `panto bootstrap` command just runs the bootstrap - `panto bootstrap --force` removes everything and re-bootstraps - new `panto lua` command just runs panto's embedded lua
2026-05-26include and link lua 5.4, smoke test in panto cli main.zigT
2026-05-25phase 1 doneT
2026-05-25workT
2026-05-25Initial work, and name change to pantographT