index
:
pantograph.git
main
Unnamed repository; edit this file 'description' to name the repository.
git repository owner
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libpanto
/
src
/
agent.zig
Age
Commit message (
Expand
)
Author
2026-06-18
preserve signature origins across compactions
t
2026-06-16
esc key to interrupt the agent
t
2026-06-16
display fixes: markdown rendering, tool-specific components
t
2026-06-15
Add Codex Responses support and session debugging
t
2026-06-12
improve errors: retries, surfacing provider errors to the user
t
2026-06-12
fuzzy selectors for models and reasoning levels
t
2026-06-10
Add addUserText helper; update all call sites
t
2026-06-07
further libpanto public API name cleanup
t
2026-06-07
Sync Agent/Stream internals to public names; alias Stream
t
2026-06-07
Alias Conversation instead of facading it; merge addAssistantMessage
t
2026-06-07
Plug the deep-embedder holes; remove public.zig escape hatch
t
2026-06-07
Add public.zig as the libpanto root; delete root.zig
t
2026-06-07
R2: redesign session store with wire-format identity
t
2026-06-07
R1: move tool registry off Config onto Agent
t
2026-06-05
refactor: Agent.run() -> Stream -> Stream.next() -> Event
t
2026-06-05
Recompute restated-suffix usage after compaction
t
2026-06-05
Move session persistence into the Agent; collapse CLI plumbing
t
2026-06-04
failure retries scheme
t
2026-06-03
image uploads
t
2026-06-02
compaction
t
2026-06-02
tool call resiliency
t
2026-06-01
Rename system extension layer to base for clarity
t
2026-05-27
session files
T
2026-05-27
separate event for providing tool details
T
2026-05-27
Stream OpenAI tool_use as discrete blocks; drop BlockMeta
T
2026-05-27
finish lua runtime makeover
T
2026-05-26
phase 3 part 1
T
2026-05-25
work
T