Skip to content

Commit 5784e40

Browse files
committed
chore(site): remove open-source and MIT license mentions
1 parent 685db6f commit 5784e40

3 files changed

Lines changed: 7 additions & 15 deletions

File tree

apps/site/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<link rel="canonical" href="https://code.pythinker.com/" />
1212
<meta
1313
name="description"
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."
14+
content="Install Pythinker Code: an AI coding agent for your terminal and VS Code. One command for macOS, Linux, Windows, Homebrew, Nix, or npm."
1515
/>
1616

1717
<!-- Link previews: Slack, Discord, iMessage, X, LinkedIn, WhatsApp. -->
@@ -21,7 +21,7 @@
2121
<meta property="og:title" content="Pythinker Code, the terminal-native AI engineering agent" />
2222
<meta
2323
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."
24+
content="An AI engineering agent for your terminal and VS Code. It reads your repo, edits files, runs commands, and iterates until the job is done."
2525
/>
2626
<meta property="og:image" content="https://code.pythinker.com/og.jpg" />
2727
<meta property="og:image:type" content="image/jpeg" />
@@ -33,7 +33,7 @@
3333
<meta name="twitter:title" content="Pythinker Code, the terminal-native AI engineering agent" />
3434
<meta
3535
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."
36+
content="An AI engineering agent for your terminal and VS Code. It reads your repo, edits files, runs commands, and iterates until the job is done."
3737
/>
3838
<meta name="twitter:image" content="https://code.pythinker.com/og.jpg" />
3939
<meta name="twitter:image:alt" content="Pythinker Code running as a VS Code extension" />

apps/site/public/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
22
title: Pythinker Code, the terminal-native AI engineering agent
3-
description: Install Pythinker Code, an open-source AI coding agent for your terminal.
3+
description: Install Pythinker Code, an AI coding agent for your terminal.
44
---
55

66
# Pythinker Code
77

88
**Think first, then code.**
99

10-
Pythinker Code is an open-source AI engineering agent for your terminal. It reads your repository, edits files, runs commands, and iterates until the job is done.
10+
Pythinker Code is an AI engineering agent for your terminal. It reads your repository, edits files, runs commands, and iterates until the job is done.
1111

12-
It is free, MIT licensed, and available for macOS, Linux, and Windows.
12+
It is free and available for macOS, Linux, and Windows.
1313

1414
## Install
1515

apps/site/src/App.vue

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,6 @@ onUnmounted(() => {
313313
<img src="/brand/github.svg" alt="" width="16" height="16" />
314314
<span>View on GitHub</span>
315315
</a>
316-
<span class="hero-badge-oss">Open source, MIT licensed</span>
317316
</div>
318317
</div>
319318
@@ -834,7 +833,7 @@ onUnmounted(() => {
834833
<span class="footer-wordmark">Pythinker Code</span>
835834
<span class="footer-version">v{{ version }}</span>
836835
</div>
837-
<p class="footer-caption">Built with precision by Pymodel. Released under the MIT License.</p>
836+
<p class="footer-caption">Built with precision by Pymodel.</p>
838837
</div>
839838
840839
<div class="footer-links">
@@ -1162,13 +1161,6 @@ onUnmounted(() => {
11621161
opacity: 0.85;
11631162
}
11641163
1165-
.hero-badge-oss {
1166-
color: #64748b;
1167-
font-size: 12.5px;
1168-
font-weight: 500;
1169-
letter-spacing: 0.01em;
1170-
}
1171-
11721164
/* ==========================================================================
11731165
Hero Desktop App Image (Right Column)
11741166
========================================================================== */

0 commit comments

Comments
 (0)