Skip to content

Commit 4f7c1b2

Browse files
committed
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
1 parent 75ca893 commit 4f7c1b2

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -509,8 +509,6 @@ Each GitGlimpse run makes one or more LLM calls to generate the Playwright inter
509509
| Input | ~205k total | ~83% | ~50% |
510510
| Output | ~42k total | ~17% | ~50% |
511511

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-
514512
For high-frequency teams, use `trigger.mode: 'smart'` or `'on-demand'` to avoid running the LLM on every push.
515513
516514
---
@@ -529,6 +527,13 @@ See [CLAUDE.md](CLAUDE.md) for repo structure and contributor notes.
529527

530528
---
531529

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.
534+
535+
---
536+
532537
## License
533538

534539
MIT

0 commit comments

Comments
 (0)