Skip to content

Commit f32dca1

Browse files
committed
Add Agent Browser Editor
1 parent 35df787 commit f32dca1

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

app/(home)/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,10 @@ export default function HomePage() {
6363
</a>
6464
</div>
6565
<p className="text-sm text-muted-foreground">
66-
<span className="text-slate-400 dark:text-slate-500">Feb 15, 2026</span>
66+
<span className="text-slate-400 dark:text-slate-500">Feb 19, 2026</span>
6767
{' - '}
6868
<Link href="/docs/latest" className="text-blue-600 dark:text-blue-400 hover:underline">
69-
Support for Standard Input & No Persistence options
69+
New Agent Browser Automation Editor
7070
</Link>
7171
</p>
7272

content/docs/latest.mdx

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@ title: Latest Features
33
description: Latest features and updates in llms.py
44
---
55

6+
## Feb 19, 2026
7+
8+
### Agent Browser Editor
9+
10+
The [browser](https://github.com/ServiceStack/llms/tree/main/llms/extensions/browser) extension provides an integrated environment for creating, editing, and running automated browser scripts powered by Vercel's [agent-browser](https://agent-browser.dev).
11+
12+
- 🖥️ **Live Browser Preview** - Clickable real-time screenshot with full mouse, keyboard, and scroll interaction
13+
- 📋 **Element Inspector** - Auto-refreshing snapshot giving scripts and AI a precise map of interactive elements
14+
- ✍️ **AI Script Generation** - Describe what you want in English and the AI generates the full automation script
15+
- 🤖 **AI-Assisted Editing** - Select lines in the editor and describe changes to iterate on scripts incrementally
16+
- ▶️ **Run Selected Text** - Run highlighted portions of a script to test individual steps in isolation
17+
- 💾 **Saved Scripts Library** - Build a library of reusable browser automations accessible from the sidebar
18+
19+
<YouTube id="7HubpAx4fxM" title="Agent Browser Overview" splash="/img/features/browser-script-edit-ai.webp" width="776" height="977"/>
20+
21+
See [browser docs](/docs/features/browser) for more details.
22+
623
## Feb 15, 2026
724

825
### Standard Input

0 commit comments

Comments
 (0)