Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,18 @@ You can test DevWhisper's conversation flow directly from your terminal — with

---

## ⚙️ Configurable Recording Timeout

The maximum voice recording duration is configurable via the **Settings panel** (⚙️ icon, top-right).

- Default: **30 seconds**
- Range: **5 – 120 seconds**
- The setting is saved in `localStorage` and persists across sessions.
- While recording, a **live countdown** is displayed on the mic button showing remaining seconds.
- Recording **stops automatically** when the timeout expires and submits whatever was captured.

---

## ⚠️ Notes

- The ngrok URL changes every time you restart it — remember to update the Server URL in your Vapi tool settings each time.
Expand Down
162 changes: 81 additions & 81 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.3",
"oxlint": "^1.71.0",
"oxlint": "^1.76.0",
"vite": "^8.1.1"
}
}
Loading
Loading