From f8c6d45755acb5abf9ac68931268b7945da0fae0 Mon Sep 17 00:00:00 2001 From: t Date: Mon, 15 Jun 2026 22:11:53 -0600 Subject: display fixes: markdown rendering, tool-specific components --- src/main.zig | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/main.zig') diff --git a/src/main.zig b/src/main.zig index dbaa4d8..4b26a22 100644 --- a/src/main.zig +++ b/src/main.zig @@ -1,5 +1,7 @@ const std = @import("std"); const panto = @import("panto"); +const pricing_format = @import("pricing_format.zig"); +const markdown = @import("markdown.zig"); const lua_bridge = @import("lua_bridge.zig"); const lua_runtime = @import("lua_runtime.zig"); const lua_event_bridge = @import("lua_event_bridge.zig"); @@ -67,6 +69,8 @@ test { _ = command; _ = command_compaction; _ = debug_log; + _ = pricing_format; + _ = markdown; _ = tui_terminal; _ = tui_key; _ = tui_input; @@ -573,6 +577,7 @@ pub fn main(init: std.process.Init) !void { agent, &app_config, &models.defs, + &models.pricing, &active_config, model_label, ); -- cgit v1.3