Skip to content

Tags: tetrixdev/pocket-dev

Tags

v0.67.0

Toggle v0.67.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #320 from tetrixdev/fix/queue-memory-leaks-upstream

fix: prevent queue container RAM growth over long uptime

v0.66.0

Toggle v0.66.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #324 from tetrixdev/fix/auth-bypass-middleware

Fix auth middleware rejecting users in bypass mode

v0.65.0

Toggle v0.65.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #319 from tetrixdev/feature/tool-extract-push

Replace tool:create/update/show with tool:extract/push workflow

v0.64.0

Toggle v0.64.0's commit message
Release v0.64.0

- feat: Add Mermaid diagram rendering to file preview
- fix: Skip SVG cache in file preview to avoid duplicate ID issues
- fix: Allow retry of failed mermaid diagrams after recovery

v0.63.3

Toggle v0.63.3's commit message
Release v0.63.3

- Auto-focus chat input after voice transcription (desktop only)
- Skips focus on mobile to avoid keyboard popup

v0.63.2

Toggle v0.63.2's commit message
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>

v0.63.1

Toggle v0.63.1's commit message
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>

v0.63.0

Toggle v0.63.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #212 from ZP-BartLuttels/fix/mobile-enter-newline-…

…upload-focus

Improve chat input UX on mobile and after attachments

v0.62.0

Toggle v0.62.0's commit message
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

v0.61.1

Toggle v0.61.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #290 from tetrixdev/revert/compact-changes-to-v0.59.0

revert: Revert compact/context changes (PRs #256, #277, #284) to v0.59.0