From ca0d9d16daa91acec9da736ba97edfbc5e2b91e3 Mon Sep 17 00:00:00 2001 From: Dev Dalia Date: Sat, 22 Aug 2026 20:49:15 +0530 Subject: [PATCH] Put the demo image on one line so GitHub renders it GitHub's markdown renderer left a blank gap where the GIF should be. The tag was valid HTML but had its attributes split across lines inside a

, which the renderer does not reliably parse in a markdown document. The file and URL were fine: raw.githubusercontent serves 863K of image/gif at 1500x500. --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index ed3941a..f5df007 100644 --- a/README.md +++ b/README.md @@ -19,11 +19,7 @@ agsearch indexes the local transcripts your coding agents already write. Search ranked list, preview the matching lines, and resume the original Claude Code or Codex session. Everything stays on your machine. -

- Typing a misspelled half-remembered phrase; the session you meant is row one -

+

Searching 52 sessions; the second query is misspelled and still lands on the right one

## Quick start