Skip to content

Commit 9471849

Browse files
cv087clauderaycastbot
authored
Add Wispr Flow Dictionary extension (#24644)
* Add Wispr Flow Dictionary extension Adds an extension to manage Wispr Flow's custom vocabulary dictionary. Features: - Add words/phrases to the dictionary - View, search, and delete existing words - Shows both manual entries and learned words * Add CHANGELOG.md * Fix SQL injection vulnerabilities and add metadata folder - Add escapeString() function with proper sanitization (quote doubling, null byte removal, length limit) - Add validateUuid() function to validate ID parameters - Apply sanitization to all user inputs in db.ts - Create metadata folder for screenshots * Add screenshots * Resize screenshots to 2000x1250 * Update CHANGELOG.md to use {PR_MERGE_DATE} placeholder * Add Raycast-specific entries to .gitignore * Update screenshots with improved visuals Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * Update CHANGELOG.md, add platforms field and optimise images --------- Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com> Co-authored-by: raycastbot <bot@raycast.com>
1 parent 5d213f2 commit 9471849

File tree

12 files changed

+3954
-0
lines changed

12 files changed

+3954
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"root": true,
3+
"extends": ["@raycast"]
4+
}
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
node_modules/
2+
.DS_Store
3+
4+
# Raycast specific files
5+
raycast-env.d.ts
6+
.raycast-swift-build
7+
.swiftpm
8+
compiled_raycast_swift
9+
compiled_raycast_rust
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Wispr Flow Dictionary Changelog
2+
3+
## [Initial Version] - 2026-02-06
4+
5+
- Add "Add Word to Wispr Flow" command to quickly add words/phrases to dictionary
6+
- Add "Manage Wispr Flow Dictionary" command to view, search, and delete words
32.7 KB
Loading
1000 KB
Loading
973 KB
Loading

0 commit comments

Comments
 (0)