From 0147cb7dd59778c8a09fe0168e8157ac98cd8a9d Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Tue, 16 Jun 2026 21:25:28 +0200 Subject: [PATCH 1/3] refac --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 51bc970..b308131 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ Bring your own API key. Works with OpenAI, Anthropic, Ollama, or any OpenAI-comp | | | |---|---| | 💬 **Chat** | Built-in AI with streaming responses and tool calling. Not just conversation: it can act. | -| 🎙️ **Voice mode** | Talk to the AI hands-free. It listens, responds, and reads the answer back to you. The mic re-arms so you can have a real conversation. | +| 🎙️ **Voice mode** | Talk to your computer hands-free. It listens, responds, and reads the answer back to you. The mic re-arms so you can have a real conversation. | | 🔊 **Text-to-speech** | AI responses read aloud, sentence by sentence. Works with any OpenAI-compatible TTS API. | | 💭 **Reasoning** | See what the AI is thinking. Models like o3 and Claude show their chain of thought as expandable sections. | | 🔧 **File tools** | AI reads, writes, edits, and searches your codebase directly. | From 673e6a3182b511998a5d2923a4b2a7fa980bfa97 Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Tue, 16 Jun 2026 22:22:03 +0200 Subject: [PATCH 2/3] refac --- .../components/chat/AssistantMessage.svelte | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/cptr/frontend/src/lib/components/chat/AssistantMessage.svelte b/cptr/frontend/src/lib/components/chat/AssistantMessage.svelte index 509a654..63918c3 100644 --- a/cptr/frontend/src/lib/components/chat/AssistantMessage.svelte +++ b/cptr/frontend/src/lib/components/chat/AssistantMessage.svelte @@ -373,11 +373,11 @@ {@const artifact = displayItem.item} {@const preview = (artifact.content || '').replace(/^#.*\n*/m, '').trim()}