From 3f46b46823d64ae9d463facfa9bc96d45deb7c2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Sun, 1 Mar 2026 17:27:11 +0100 Subject: [PATCH] fix: shorten Calculate tool summary text Co-Authored-By: Claude Sonnet 4.6 --- lib/tools.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tools.tsx b/lib/tools.tsx index 1b7ac31..11e3744 100644 --- a/lib/tools.tsx +++ b/lib/tools.tsx @@ -104,7 +104,7 @@ export const tools: Tool[] = [ href: '/calculate', description: 'Advanced expression evaluator with interactive function graphing.', summary: - 'Powerful mathematical calculator powered by Math.js. Evaluate complex expressions, define variables, and plot multiple functions simultaneously on an interactive graph with pan and zoom.', + 'Powerful mathematical calculator powered by Math.js. Evaluate complex expressions, define variables, and plot functions on an interactive graph.', icon: CalculateIcon, badges: ['Math.js', 'Graphing', 'Interactive'], },