From 69a1ee138bb78ad4663fe2d9e58678f7b0d07b74 Mon Sep 17 00:00:00 2001 From: t Date: Tue, 23 Jun 2026 09:38:23 -0600 Subject: ponytail simplifications to panto cli and lua extensiosn --- src/tui_components.zig | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/tui_components.zig') diff --git a/src/tui_components.zig b/src/tui_components.zig index 3944ffa..837db0d 100644 --- a/src/tui_components.zig +++ b/src/tui_components.zig @@ -2307,10 +2307,8 @@ pub const CompactionSummary = struct { // =========================================================================== /// Format the header line for a tool call, given the tool's name and -/// Render the framework-default tool header. The Zig core intentionally does -/// not special-case extension tool names here: extension-provided tools own -/// their display by registering `panto.ext.on("tool"/...)` handlers and -/// calling `event:setComponent(...)` for their own names. +/// Render the framework-default tool header. Extension-provided tools own +/// their display by registering event handlers and setting their component. /// /// Allocation: caller-owned; the returned slice is from `buf`. fn formatToolHeader(name: []const u8, input_json: []const u8, buf: []u8) []const u8 { -- cgit v1.3