fix: shorten Random and Calculate tool descriptions

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-02 17:15:31 +01:00
parent fe7dce1cde
commit 36e99d0973

View File

@@ -102,7 +102,7 @@ export const tools: Tool[] = [
title: 'Random Generator', title: 'Random Generator',
navTitle: 'Random Generator', navTitle: 'Random Generator',
href: '/random', href: '/random',
description: 'Generate cryptographically secure passwords, UUIDs, API keys, hashes and tokens.', description: 'Generate secure passwords, UUIDs, API keys, hashes and tokens.',
summary: summary:
'Cryptographically secure random generator. Create passwords, UUIDs, API keys, SHA hashes, and secure tokens — all using the browser Web Crypto API, nothing leaves your machine.', 'Cryptographically secure random generator. Create passwords, UUIDs, API keys, SHA hashes, and secure tokens — all using the browser Web Crypto API, nothing leaves your machine.',
icon: RandomIcon, icon: RandomIcon,
@@ -113,7 +113,7 @@ export const tools: Tool[] = [
title: 'Calculator', title: 'Calculator',
navTitle: 'Calculator', navTitle: 'Calculator',
href: '/calculate', href: '/calculate',
description: 'Advanced expression evaluator with interactive function graphing.', description: 'Advanced expression evaluator with function graphing.',
summary: summary:
'Powerful mathematical calculator powered by Math.js. Evaluate complex expressions, define variables, and plot functions on an interactive graph.', 'Powerful mathematical calculator powered by Math.js. Evaluate complex expressions, define variables, and plot functions on an interactive graph.',
icon: CalculateIcon, icon: CalculateIcon,