You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(site): add VS Code extension section and link-preview metadata
Put the VS Code extension right after the hero with a screenshot,
Marketplace link, and a copyable install command, and give the site
Open Graph and Twitter card tags so pasted links render a preview.
Also point the CLI README hero at an image that exists; the old path
404s and shows a broken image on the npm package page.
content="Install Pythinker Code: an open-source AI coding agent for your terminal. One command for macOS, Linux, Windows, Homebrew, Nix, or npm."
14
+
content="Install Pythinker Code: an open-source AI coding agent for your terminal and VS Code. One command for macOS, Linux, Windows, Homebrew, Nix, or npm."
13
15
/>
16
+
17
+
<!-- Link previews: Slack, Discord, iMessage, X, LinkedIn, WhatsApp. -->
<metaproperty="og:title" content="Pythinker Code, the terminal-native AI engineering agent" />
22
+
<meta
23
+
property="og:description"
24
+
content="An open-source AI engineering agent for your terminal and VS Code. It reads your repo, edits files, runs commands, and iterates until the job is done."
<metaname="twitter:title" content="Pythinker Code, the terminal-native AI engineering agent" />
34
+
<meta
35
+
name="twitter:description"
36
+
content="An open-source AI engineering agent for your terminal and VS Code. It reads your repo, edits files, runs commands, and iterates until the job is done."
<h2 id="vscode-title"class="display-md">The same agent, inside your editor.</h2>
288
+
</div>
289
+
<div class="vscode-grid">
290
+
<figure class="vscode-shot reveal">
291
+
<img
292
+
src="/vscode_img.jpeg"
293
+
alt="Pythinker Code running in the VS Code sidebar next to an open editor"
294
+
width="1280"
295
+
height="844"
296
+
loading="lazy"
297
+
decoding="async"
298
+
/>
299
+
</figure>
300
+
<div class="vscode-copy reveal">
301
+
<p class="vscode-lead">Install from the Marketplace and Pythinker Code lives in the Activity Bar. It reads your repo, proposes edits in the native diff viewer, and runs commands with your approval.</p>
302
+
<ul class="vscode-points">
303
+
<li><strong>Native diffs.</strong> Review every proposed change inVS Code's own diff viewer before it lands.</li>
304
+
<li><strong>Shared config.</strong> Same <code>config.toml</code>, MCP servers, login, and sessions as the terminal app.</li>
305
+
<li><strong>Thinking controls.</strong> Toggle reasoning or pick a model-supported thinking effort per task.</li>
0 commit comments