Skip to content

Commit 4d0b807

Browse files
eclairenclaude
andcommitted
Add June 26 changelog entry
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent 1536819 commit 4d0b807

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

changelog.mdx

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,26 @@ import { YouTubeVideo } from '/snippets/youtube-video.mdx';
99
For API library updates, see the [Node SDK](https://github.com/onkernel/kernel-node-sdk/blob/main/CHANGELOG.md), [Python SDK](https://github.com/onkernel/kernel-python-sdk/blob/next/CHANGELOG.md), and [Go SDK](https://github.com/onkernel/kernel-go-sdk/blob/main/CHANGELOG.md) changelogs.
1010
</Note>
1111

12+
<Update label="June 26" tags={["Product", "Docs"]}>
13+
## Product updates
14+
15+
- Released [`@onkernel/cua-agent`](https://github.com/kernel/cua), an open-source computer use agent framework with an opt-in `playwright_execute` tool for combining computer use with Playwright automation, support for Gemini 3.5 Flash, and a publishable CLI ([`@onkernel/cua-cli`](https://www.npmjs.com/package/@onkernel/cua-cli)).
16+
- Extended the [MCP server](https://www.kernel.sh/docs/reference/mcp-server) with app, proxy, and extension management tools, browser pool improvements (fill rate configuration, acquire/release workflow), and MCP tool annotations across all tools for better AI agent discoverability.
17+
- Added `--chrome-policy` flags to browser and pool commands in the [CLI](https://github.com/kernel/cli) for configuring Chrome settings like popups, PDF behavior, and homepage directly from the terminal.
18+
- Added `--name` and `--tag` flags to `kernel browsers update` in the [CLI](https://github.com/kernel/cli) for modifying session metadata after creation.
19+
- Browser pool acquire now accepts a `start_url` parameter, allowing each acquired browser to override the pool's default start URL.
20+
- Added an API key [rotation endpoint](https://kernel.sh/docs/api-reference/api-keys/rotate-an-api-key) for rotating keys without deleting and recreating them.
21+
- Simplified TypeScript computer-use templates in the [CLI](https://github.com/kernel/cli) by leveraging the new `@onkernel/cua-agent` package.
22+
- Added a `generate-video` [skill](https://github.com/kernel/skills) for producing smooth MP4 videos from animated web visualizations.
23+
24+
## Documentation updates
25+
26+
- Enabled dark mode on the documentation site behind a theme toggle (default stays light).
27+
- Added a Common use cases section to the [policy.json](/browsers/pools/policy-json) page with `browsers.create()` examples.
28+
- Documented [X-Kernel-Project-Id](/info/projects) resolution rules and direct project and extension lookups.
29+
- Documented the API key [rotation endpoint](https://kernel.sh/docs/api-reference/api-keys/rotate-an-api-key).
30+
</Update>
31+
1232
<Update label="June 12" tags={["Product", "Docs"]}>
1333
## Product updates
1434

0 commit comments

Comments
 (0)