summaryrefslogtreecommitdiff
path: root/agent
AgeCommit message (Collapse)Author
38 hoursMove libpanto projects to libpantograph dependencyHEADmaint
Remove the in-repo libpanto sources and binding projects from pantograph. Consume libpantograph through the Zig package URL at code.tjp.lol/libpantograph.git, including the Lua module artifact used by CLI extensions.
2026-06-23ponytail simplifications to panto cli and lua extensiosnt
2026-06-16tool collapsed state, and fixing dirty component flagst
2026-06-16display fixes: markdown rendering, tool-specific componentst
2026-06-10better document that the read tool works with binary typest
2026-06-10strip ANSI color sequences from tool output for displayt
2026-06-03image uploadst
2026-06-02compactiont
2026-06-02system prompt building and loggingt
2026-06-01rework lua tool schedulert
2026-06-01luv-based but synchronous std.read toolt
2026-06-01Rename system extension layer to base for clarityt
Replace all references to the "system" layer with "base" to better reflect its role as the foundational extension/tool layer in panto's hierarchy. The layer hierarchy now consistently uses: project > user > base. Includes: - Update agent README and build.zig documentation - Refactor tool registry and config module to support layered lookups - Add TestHarness abstraction for cleaner test setup - Improve JSON serialization with wire-encoded tool names - Add glob pattern matching for tool/extension discovery
2026-05-30tool names prefixed with `std.`T
2026-05-27real coding agent toolsT
2026-05-27system agent definition scaffoldingT