← Back to all features
Full commit graph, per task
Interactive DAG of your commit history. Branch topology, merge paths, tags. Virtualized, so your 14,000-commit monorepo won't kill it.
Merge feat/auth into main
add token refresh + expiry handling
replace session auth with JWT validation
fix: pagination offset for empty results
chore: bump dependencies
Merge fix/rate-limit into main
add sliding window rate limiter
rate limit config from env vars
chore: upgrade express to v5
refactor: extract middleware pipeline
Merge feat/cache into main
add Redis cache layer for hot queries
cache invalidation on write-through
add cache TTL config + metrics endpoint
docs: update API changelog
test: add integration test suite
Merge feat/search into main
add full-text search with trigram index
search result ranking + pagination
add search highlight + snippet extraction
ci: add GitHub Actions workflow
initial commit
Task-level git context is not only about current changes. Sometimes the question is how the branch got here, what diverged, and where a merge or rebase will land.
The commit graph surfaces topology directly in the task so branch history and relationships are visible without leaving the workspace.
It is built for real repositories, including ones large enough that naive rendering approaches become useless.
Have a question about how this works in practice? Check the SlayZone FAQ or read about all features.