Before/after recording for screenpipe/screenpipe#4452.
The check searches for E2E_ARTIFACT_DEEP_SEARCH_TOKEN_4288, a token seeded beyond the saved artifact card preview.
Before/after recording for screenpipe/screenpipe#4452.
The check searches for E2E_ARTIFACT_DEEP_SEARCH_TOKEN_4288, a token seeded beyond the saved artifact card preview.
Reproduction for a race condition in @mariozechner/pi-coding-agent's RPC mode. When a consumer sends a new prompt while a previous prompt is still streaming, events on stdout cannot be reliably attributed to the correct turn because streaming events (agent_start, turn_start, message_start, message_end, message_update, turn_end, agent_end) carry no originating-command id. Only command-ack response events are tagged.
bash repro.shworks best if you've connected some integrations in Settings → Connections (Gmail, Google Sheets/Docs, QuickBooks, Fireflies, Otter, Notion, Obsidian, Linear, Limitless, etc.). screenpipe already knows what you've seen/said/heard — these prompts turn that raw context into something useful.
Download or update: https://screenpi.pe
| schedule | */30 8-22 * * * |
|---|---|
| enabled | false |
| timeout | 180 |
| icon | 🎙 |
| title | Plaud Sync |
| description | Pull Plaud recordings from api.plaud.ai (via the desktop app's session) and insert them as screenpipe memories |
Sync Plaud voice-recorder data into screenpipe memory. Reads the bearer token from the Plaud desktop app's local storage (no credentials stored by this pipe) and calls the single endpoint the desktop client uses to enumerate the user's recordings (GET /file/). Each recording becomes a tagged memory.
Hey @everyone
v2.3.32 is here
Please update your app
🧠 Memories — now front and center - moved from hidden settings tab to main sidebar. Create memories manually, edit tags inline, render markdown. Your AI builds a knowledge base about you, the people you meet, and every project you touch - automatically, over time.
📧 Gmail integration - draft emails from your memories and screenpipe data, get meeting notes sent to your inbox, task reminders at end of day, auto-update your CRM. Just go to connections, turn it on, and ask in the chat.
Hey @everyone
v2.3 is here
Massive update. Please update your app
🔗 Connections — 10 new OAuth integrations: Notion, Monday.com, Limitless, Brex, Stripe, Sentry, Vercel, Pipedrive, Intercom, and more. New pipes: Apple Photo sync, WisprFlow, To-Do list assistant, Notion auto CRM.
🏢 Fleet Management — screenpipe discovers instances on your network automatically. Merged fleet tab into pipes view as a device dropdown. Deploy to devices in one click.
schedule: every 30m enabled: false preset:
Transcriptions are cut in the middle, words get mangled at boundaries (e.g. "screenpipe" → "screen type"), and running the same Whisper model directly on the saved audio files gives significantly better results.
GitHub issue: screenpipe/screenpipe#2345