greprag 5.12.0 → 5.13.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/skill/commander/SKILL.md +2 -0
package/package.json
CHANGED
package/skill/commander/SKILL.md
CHANGED
|
@@ -116,6 +116,8 @@ greprag send --to discord:<snowflake> "your reply text"
|
|
|
116
116
|
|
|
117
117
|
The CLI uses Node fetch (UTF-8 native) — em-dashes, curly quotes, emoji all render correctly. **Do NOT use curl from bash on Windows** for Discord sends — the local code page (Win-1252) mangles non-ASCII bytes into `?` on the user's phone.
|
|
118
118
|
|
|
119
|
+
**Voice-note DMs.** When the operator records a voice note instead of typing, the gateway transcribes it via Gemini before the inbox event reaches you. The `body` will be prefixed with `[voice]` (e.g. `[voice] step away for a bit`), or with `[voice transcription failed: ...]` if Gemini erred — in that case, ask the operator to re-record or fall back to the original audio URL in `references.discord.voice_attachments`. Reply path is unchanged: always text, via `greprag send --to discord:<snowflake>`.
|
|
120
|
+
|
|
119
121
|
## Step 4b — Emergency-routed DMs (self-identify before answering)
|
|
120
122
|
|
|
121
123
|
If `references.discord.emergency_route` is non-null, this session was auto-linked because no handoff pin was active. The user may have meant to reach a different session. **Open your first reply by self-identifying** so the operator can redirect if needed.
|