Smoother onboarding, and deep mode in the open-source edition
Connecting your first repository is clearer now. New accounts get a proper first-run screen explaining what the GitHub App does before they are sent to GitHub: read-only access, scoped to the repositories you pick, source deleted the moment indexing finishes. After installing, GitHub now returns you straight to your dashboard instead of leaving you on github.com.
Granting access to one repository is no longer a one-way door either. The repository picker has a Manage access on GitHub link, so you can add or remove repositories whenever you like and pick up right where you left off.
Elsewhere on the site:
- A FAQ on the homepage answering what people actually ask before connecting a repository, from citation validation to what happens to your source code.
- An RSS feed at /feed.xml for the blog.
The open-source edition gained deep mode, now its default: many small, focused model calls instead of a few large batched ones, with citations attached from parser data rather than written by the model. Measured on a real repository with qwen3:14b on a single consumer GPU: zero pages without citations, a median of twelve citations per page, and zero invalid citations across the wiki. Re-running after a one-line change touches only the sections that cite it. The full story is on the blog.