You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: remove key insight from Costs, add Roadmap section
Drops the "Key insight" paragraph from ## Costs per feedback.
Adds a new ## Roadmap section covering two planned items:
- Multiple preview URL / starting point support
- GitHub App for lower-friction installation
https://claude.ai/code/session_01Raf7fKQax1GZEFoYUsGyxD
Copy file name to clipboardExpand all lines: README.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -509,8 +509,6 @@ Each GitGlimpse run makes one or more LLM calls to generate the Playwright inter
509
509
| Input | ~205k total | ~83% | ~50% |
510
510
| Output | ~42k total | ~17% | ~50% |
511
511
512
-
**Key insight:** Output tokens drive roughly **50% of the cost** despite representing only **17% of the token volume** — a direct consequence of output tokens being priced ~5× higher than input tokens in most Claude pricing tiers. Reducing script verbosity or capping `maxDuration` can lower output token counts and trim costs noticeably.
513
-
514
512
For high-frequency teams, use `trigger.mode: 'smart'` or `'on-demand'` to avoid running the LLM on every push.
515
513
516
514
---
@@ -529,6 +527,13 @@ See [CLAUDE.md](CLAUDE.md) for repo structure and contributor notes.
529
527
530
528
---
531
529
530
+
## Roadmap
531
+
532
+
-**Multiple preview URL support** — currently GitGlimpse accepts a single preview URL per run; planned support for specifying multiple starting points so a single PR can record demos across several routes or environments simultaneously.
533
+
-**GitHub App** — a first-party GitHub App to reduce setup friction: no workflow files to copy, no secrets to configure manually, and automatic installation across repos in an organization.
0 commit comments