Skip to content

Instantly share code, notes, and snippets.

@louis030195
louis030195 / README.md
Last active August 21, 2026 21:10
screenpipe agent cross-chat PR visual states

screenpipe cross-chat agent PR visuals

Synthetic, privacy-safe UI fixtures for the cross-chat search and delivery states.

@louis030195
louis030195 / pr-6552-01-before-import.png
Created August 21, 2026 19:19
screenpipe PR #6552 visual evidence
pr-6552-01-before-import.png
@louis030195
louis030195 / 01-cursor-ready.svg
Last active August 20, 2026 13:58
screenpipe compact model controls before and after
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@louis030195
louis030195 / screenpipe-usage-study-prompt.md
Created August 3, 2026 16:07
Privacy-safe prompt for studying how Screenpipe fits into a user's workday

Privacy-safe Screenpipe usage study

This prompt helps you understand how Screenpipe fits into your real workday without sharing the contents of your work.

Before you run it

  • Use a local AI model if you do not want activity data processed by a cloud model.
  • Choose a period that does not contain unusually sensitive work.
  • The requested output is aggregated and content-free, but AI can make mistakes. Read the entire result and delete anything private before sharing it.
  • Never share raw recordings, screenshots, OCR, transcripts, chat history, passwords, personal messages, or confidential work.
@louis030195
louis030195 / app-parser-ai-demo-board.excalidraw
Created July 29, 2026 14:33
Screenpipe App Parser AI visual demo board
This file has been truncated, but you can view the full file.
{"type":"excalidraw","version":2,"source":"https://excalidraw.com","elements":[{"id":"title","type":"text","x":145,"y":45,"width":1721.44,"height":72.5,"angle":0,"strokeColor":"#1e293b","backgroundColor":"transparent","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"frameId":null,"index":"a0","roundness":null,"seed":518556624,"version":1,"versionNonce":1764657765,"isDeleted":false,"boundElements":null,"updated":1785334948063,"link":null,"locked":false,"fontSize":58,"fontFamily":1,"text":"screenpipe turns screen clutter into useful AI memory","rawText":"screenpipe turns screen clutter into useful AI memory","textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"screenpipe turns screen clutter into useful AI memory","autoResize":true,"lineHeight":1.25},{"id":"subtitle","type":"text","x":330,"y":135,"width":1327.2,"height":37.5,"angle":0,"strokeColor":"#475569","backgroundColor":"transparent","fillStyle":"solid","strokeWidth":1,"strokeStyle
@louis030195
louis030195 / cli-setup-before-after.svg
Created July 23, 2026 14:57
screenpipe CLI setup command before and after
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@louis030195
louis030195 / cli-connect-all-prompt.svg
Created July 22, 2026 22:25
screenpipe CLI connect-all prompt screenshot for PR #5386
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@louis030195
louis030195 / send-logs-video-attachment-mockup.svg
Created July 13, 2026 19:26
screenpipe issue mockup: send logs video attachment UX
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@louis030195
louis030195 / README.md
Created June 23, 2026 00:13
screenpipe PR #4452 artifact deep-content search test recording

PR #4452 artifact deep-content search test

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 artifact deep-content search

MP4: pr-4452-before-after-artifact-search.mp4

@louis030195
louis030195 / README.md
Created April 24, 2026 22:10
pi-coding-agent --mode rpc: streaming events lack originating-command id (race when a new prompt overlaps a streaming one)

pi-coding-agent --mode rpc — streaming events lack originating-command id

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.

How to run

bash repro.sh