Lesson 7 / 96 min read
Developer Mode: with a real repo
Import your existing GitHub repo, evolve it with AI, ship it as a PR.
From repo to PR
Connect repo
Once, via GitHub consent
Browse and ask
Clone-less file map
Approve the change
You see the diff
PR opens
Committed to its own branch
Capabilities
| Available | |
|---|---|
| Professional code screen (tree, tabs, search, diff) | |
| Change by chat + approved commit | |
| Long jobs in the background (autonomous) | |
| Addressing PR comments, fixing CI failures | |
| Team sharing (owner/editor/viewer roles) | |
| Monorepo subdirectory scope |
Key takeaways
- The repo isn't cloned; files are read on demand.
- Every change goes to its own branch and ships as a PR.
- Secret scanning runs on both the read and the write path.
Related topics
Still stuck? Ask the assistant in the corner, or browse the FAQ.