diff src/lib/ai/claude/Chat.luan @ 7:255c36830154

chat tools
author Franklin Schmidt <fschmidt@gmail.com>
date Fri, 18 Jul 2025 17:42:45 -0600
parents 025bb19b65b1
children 46097e607701
line wrap: on
line diff
--- a/src/lib/ai/claude/Chat.luan	Thu Jul 17 23:19:22 2025 -0600
+++ b/src/lib/ai/claude/Chat.luan	Fri Jul 18 17:42:45 2025 -0600
@@ -31,12 +31,10 @@
 			error(role)
 		end
 		local function output(text)
-			if not starts_with( text, "[INTERNAL_UPDATE]" ) then
 %>
-				<h3><%=who%></h3>
-				<div role="<%=role%>"><%=html_encode(text)%></div>
+			<h3><%=who%></h3>
+			<div role="<%=role%>"><%=html_encode(text)%></div>
 <%
-			end
 		end
 		local content = message.content or error()
 		if type(content) == "string" then