Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,6 @@ For API library updates, see the [Node SDK](https://github.com/onkernel/kernel-n
<Update label="February 27" tags={["Product", "Docs"]}>
## Product updates
- We launched our new look! Our visual identity has been updated across our website, product, and docs.
- **Important:** Persistent browser functionality will be end-of-life'd as of May 18th. If you're using this functionality, you've received an email from us with next steps. Please reach out for further support.
- Improved the [MCP server](/reference/mcp-server) by adding 21 new tools covering browser pools, computer controls, proxies, extensions, and more. Consolidated 36 individual tools into 10 streamlined tools and enhanced the computer_action tool to support executing multiple actions in a single call.
- Added API support for clipboard operations, enabling programmatic copy/paste between your automation code and the remote browser.
- Introduced human-like Bezier curve mouse movements for more natural-looking browser interactions that better evade bot detection.
Expand Down Expand Up @@ -304,7 +303,7 @@ For API library updates, see the [Node SDK](https://github.com/onkernel/kernel-n
<Update label="December 12" tags={["Product", "Docs"]}>
## Product updates
- Refreshed our [Vercel template](https://kernel-nextjs-template.vercel.app/) with an enhanced UI and AI agent example
- Deprecated the "persistent" feature from browsers in favor of using extended `timeout_seconds` with [Profiles](/auth/profiles#3-use-the-browser,-then-close-it-to-persist-the-state); added `name` field to browsers for easier identification
- Added `name` field to browsers for easier identification
- Unified browser creation tools by porting [Create Kernel App](/reference/cli/create) functionality into the Kernel CLI
- Improved replay videos to include full video length metadata, enabling timestamp navigation and deep linking

Expand Down
Loading