Tags: tetrixdev/pocket-dev
Tags
fix: Disable audio processing to prevent interference from background… … audio Set echoCancellation, noiseSuppression, and autoGainControl to false in both file-upload and realtime transcription modes. This prevents Chrome from misidentifying the user's voice as noise/echo when YouTube or other media is playing in the background. This is the same fix as 494bb3b, re-applied after it was lost during refactoring in commits c40c8ac/7893ed3/bd5f8af. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
fix: escape issue in querySelector breaking x-data attribute The `\"` escaping inside double-quoted x-data HTML attributes was being misinterpreted by browsers, causing the attribute to close prematurely and rendering JavaScript as visible text. Fixed by removing quotes from the attribute selector (valid CSS syntax). Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Release v0.62.0 - Add Mermaid diagram support in chat messages - Full dark theme styling for 14+ diagram types (flowchart, sequence, ERD, pie, gitGraph, mindmap, gantt, state, timeline, sankey, quadrant, block, kanban, architecture) - 500-shade Tailwind color palette for consistent contrast - HIGHLIGHT commit styling for gitGraph with red border and exclamation icon - SVG caching to prevent flicker on re-renders - Graceful error handling with code display - Add Mermaid diagram documentation to system prompt - Categorized guidance: General Purpose, Programming & Architecture, Project Planning, Secondary, Diagrams to Avoid
PreviousNext