From 54bd5f12a71d45f1f5bdb2d65cbe80354ede56b2 Mon Sep 17 00:00:00 2001 From: Gk Date: Tue, 31 Mar 2026 08:23:24 +0530 Subject: [PATCH 1/2] docs: add live execution feed demo GIF to README Co-Authored-By: Claude Opus 4.6 (1M context) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index f978fab..1ea58f2 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,10 @@ print(f"Scheduled. Next run: {cue.next_run}") # Scheduled. Next run: 2026-03-28T09:00:00-08:00 ``` +## See it in action + +![CueAPI Live Execution Feed](https://raw.githubusercontent.com/cueapi/cueapi-core/main/docs/execution-feed.gif) + --- ## Why CueAPI over cron? From 547a66c613755f4b25fb41958a8814a24bd6cf15 Mon Sep 17 00:00:00 2001 From: Gk Date: Tue, 31 Mar 2026 09:06:50 +0530 Subject: [PATCH 2/2] docs: use full-width img tag for GIF --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ea58f2..c69e4f6 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ print(f"Scheduled. Next run: {cue.next_run}") ## See it in action -![CueAPI Live Execution Feed](https://raw.githubusercontent.com/cueapi/cueapi-core/main/docs/execution-feed.gif) +CueAPI Live Execution Feed ---