Skip to content

Commit 7b675ab

Browse files
committed
chore: update home page copy and gitignore
- website: update landing page copy to highlight workspace-native ACP agents - gitignore: ignore the .antigravitycli directory
1 parent cd5c2eb commit 7b675ab

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ lightcode-diff.patch
1616
.spec-workflow/
1717
**/worktrees/
1818
.cursor/
19+
.antigravitycli/
1920
.recovery/
2021
resources/wsl-helpers/watcher.node
2122
resources/wsl-helpers/bridge.mjs

website/src/app/home-content.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -450,8 +450,9 @@ export function HomeContent({ release }: { release: ReleaseInfo }) {
450450
<span className="text-gray-500">agent ecosystem.</span>
451451
</h2>
452452
<p className="text-gray-400 max-w-2xl mx-auto">
453-
Lightcode installs and runs every agent published to the Agent Client Protocol
454-
registry — one workspace, unified credentials, native UI.
453+
Bring ACP registry agents into the workspace where your coding already happens. Chats,
454+
terminals, browser context, and Git changes stay close by, so you can follow the work
455+
without bouncing between tools.
455456
</p>
456457
</div>
457458

0 commit comments

Comments
 (0)