docs(readme): mention the VS Code extension under Quick start#21
Merged
Conversation
The CLI install is the only entry point currently advertised on the front page of the README, but the same agent has shipped as a VS Code extension for a while now. New users coming from the GitHub page have no signal that there's a GUI option. This adds a short subsection right after the CLI Quick start with: - Marketplace link - Three-line install path (Extensions panel → search Franklin → click) - A note that CLI and extension share ~/.blockrun/ state, so a wallet funded for one works for the other and session history carries over Scope deliberately narrow — one block, no rearrangement of existing content, no new badges, no separate top-level section. The pitch / YOPO / Smart Router etc. stay intact.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
The README's Quick start currently shows only the CLI install path. The same agent has shipped as a VS Code extension for a while, but new visitors landing on the GitHub page have no signal that a GUI version exists.
This adds a short subsection right after the CLI Quick start.
Diff
```md
Prefer a GUI? Try Franklin for VS Code
The same agent ships as a [VS Code extension] — chat panel, model
picker, wallet balance, image / video generation, inline diff cards
— all driven by the wallet you already funded for the CLI.
VS Code → Extensions (Cmd+Shift+X / Ctrl+Shift+X)
→ search "Franklin" → Install
→ click the Franklin icon in the Activity Bar
Free models work immediately. Paid models, image gen, and video gen
activate the moment your wallet has USDC. The CLI and the extension
share the same ~/.blockrun/ config and session history, so jumping
between terminal and VS Code is seamless.
```
Out of scope
```
README.md | 12 ++++++++++++
1 file changed, 12 insertions(+)
```