| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-06-07 | further libpanto public API name cleanup | t | |
| 2026-06-07 | Migrate panto CLI onto the public.zig surface | t | |
| Move the CLI off the internal libpanto module namespaces onto the curated public API: data-type aliases (Config family, Message/MessageRole/ effectiveSystemBlocks, Event, Pricing/PricingRegistry, the session seam, FileSystemJSONLStore, ContentBlockType), process lifecycle (panto.init/ deinit), and ResultParts.fromText/fromTextOwned/deinit in place of the freestanding textResult/ownedTextResult/freeResultParts. The CLI remains on two flagged internal namespaces, panto.agent and panto.conversation: it is a deep embedder that drives the loop below the curated Agent/Conversation facades (system-prompt seeding through the agent, compaction_system_prompt, the open_stream_fn test seam, standalone Conversation values, compactAndPersist). These stay re-exported from public.zig as a documented deep-embedder escape hatch; trimming the transitional block removed every other internal re-export. | |||
| 2026-06-03 | image uploads | t | |
| 2026-06-01 | Rename system extension layer to base for clarity | t | |
| 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-27 | system agent definition scaffolding | T | |
| 2026-05-27 | .panto/tools/ resolution | T | |
| 2026-05-27 | finish lua runtime makeover | T | |
| - new multi-tool registration via ToolSource - thread per source-or-standalone-tool - switched to zig 0.16 Io threading interface - cli: include `luv` package and run concurrent lua tools via libuv - one single long-lived lua_State for the whole cli program | |||
| 2026-05-26 | extension loading from lua files/directories | T | |
