From 8fd5895637217c78cc49790d3f618839628ab1b0 Mon Sep 17 00:00:00 2001 From: eclairen <236733058+eclairen@users.noreply.github.com> Date: Thu, 4 Jun 2026 21:21:01 +0000 Subject: [PATCH 1/4] Add June 4 changelog entry --- changelog.mdx | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/changelog.mdx b/changelog.mdx index 11e8625..e8d566a 100644 --- a/changelog.mdx +++ b/changelog.mdx @@ -9,6 +9,25 @@ import { YouTubeVideo } from '/snippets/youtube-video.mdx'; 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. + +## Product updates + +- Expanded the [MCP server](https://www.kernel.sh/docs/reference/mcp-server) from 10 to 16 tools, adding managed auth (`manage_auth_connections`, `manage_credentials`, `manage_credential_providers`), `browser_curl` for HTTP(S) through a live browser, API key management, and project management. MCP-created browser sessions also now accept the same configuration as the API. +- Browser sessions now play audio by default, and the browser replay recording API gained a `record_audio` option to capture that audio in replay videos. +- Browser sessions can now be given a custom name at create time, making them easier to identify in the dashboard and audit logs. +- Extended browser telemetry to the [CLI](https://github.com/kernel/cli): use `--telemetry=all|off|` on `browsers create` and `browsers update` to configure telemetry per session, and `kernel browsers telemetry stream ` to tail live events with category and type filters and SSE resume support. +- Added API key management commands to the [CLI](https://github.com/kernel/cli) for creating, listing, retrieving, updating, and deleting org API keys directly from the terminal. +- Improved `kernel status` to distinguish between the API being down versus unreachable. + +## Documentation updates + +- Added Go SDK code examples across the docs. +- Added a [managed auth CLI reference](/reference/cli/auth) page. +- Reorganized the [MCP server](/reference/mcp-server) documentation into per-page navigation for easier browsing. +- Expanded and regrouped the [CLI reference](/reference/cli) to match the MCP docs structure. +- Clarified that ISP proxies provide a static IP across sessions. + + ## Product updates From 259b2a6a896f98130be70426bd43f5ae45c565fb Mon Sep 17 00:00:00 2001 From: eclairen Date: Thu, 4 Jun 2026 14:23:27 -0700 Subject: [PATCH 2/4] Update changelog for June 5 API and documentation changes --- changelog.mdx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/changelog.mdx b/changelog.mdx index e8d566a..9f4c7f0 100644 --- a/changelog.mdx +++ b/changelog.mdx @@ -9,22 +9,22 @@ import { YouTubeVideo } from '/snippets/youtube-video.mdx'; 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. - + ## Product updates -- Expanded the [MCP server](https://www.kernel.sh/docs/reference/mcp-server) from 10 to 16 tools, adding managed auth (`manage_auth_connections`, `manage_credentials`, `manage_credential_providers`), `browser_curl` for HTTP(S) through a live browser, API key management, and project management. MCP-created browser sessions also now accept the same configuration as the API. - Browser sessions now play audio by default, and the browser replay recording API gained a `record_audio` option to capture that audio in replay videos. -- Browser sessions can now be given a custom name at create time, making them easier to identify in the dashboard and audit logs. - Extended browser telemetry to the [CLI](https://github.com/kernel/cli): use `--telemetry=all|off|` on `browsers create` and `browsers update` to configure telemetry per session, and `kernel browsers telemetry stream ` to tail live events with category and type filters and SSE resume support. - Added API key management commands to the [CLI](https://github.com/kernel/cli) for creating, listing, retrieving, updating, and deleting org API keys directly from the terminal. +- Expanded the [MCP server](https://www.kernel.sh/docs/reference/mcp-server) from 10 to 16 tools, adding managed auth (`manage_auth_connections`, `manage_credentials`, `manage_credential_providers`), `browser_curl` for HTTP(S) through a live browser, API key management, and project management. MCP-created browser sessions also now accept the same configuration as the API. +- Browser sessions can now be given a custom name at create time, making them easier to identify in the dashboard and audit logs. - Improved `kernel status` to distinguish between the API being down versus unreachable. ## Documentation updates -- Added Go SDK code examples across the docs. -- Added a [managed auth CLI reference](/reference/cli/auth) page. - Reorganized the [MCP server](/reference/mcp-server) documentation into per-page navigation for easier browsing. - Expanded and regrouped the [CLI reference](/reference/cli) to match the MCP docs structure. +- Added Go SDK code examples across the docs. +- Added a [managed auth CLI reference](/reference/cli/auth) page. - Clarified that ISP proxies provide a static IP across sessions. From a9bf6d1868bd45f5c9a6c0335c97ed3c095a5512 Mon Sep 17 00:00:00 2001 From: eclairen Date: Thu, 4 Jun 2026 14:27:01 -0700 Subject: [PATCH 3/4] Removed audio bullet Audio needs to be re-released. remove for now --- changelog.mdx | 1 - 1 file changed, 1 deletion(-) diff --git a/changelog.mdx b/changelog.mdx index 9f4c7f0..5d34677 100644 --- a/changelog.mdx +++ b/changelog.mdx @@ -12,7 +12,6 @@ For API library updates, see the [Node SDK](https://github.com/onkernel/kernel-n ## Product updates -- Browser sessions now play audio by default, and the browser replay recording API gained a `record_audio` option to capture that audio in replay videos. - Extended browser telemetry to the [CLI](https://github.com/kernel/cli): use `--telemetry=all|off|` on `browsers create` and `browsers update` to configure telemetry per session, and `kernel browsers telemetry stream ` to tail live events with category and type filters and SSE resume support. - Added API key management commands to the [CLI](https://github.com/kernel/cli) for creating, listing, retrieving, updating, and deleting org API keys directly from the terminal. - Expanded the [MCP server](https://www.kernel.sh/docs/reference/mcp-server) from 10 to 16 tools, adding managed auth (`manage_auth_connections`, `manage_credentials`, `manage_credential_providers`), `browser_curl` for HTTP(S) through a live browser, API key management, and project management. MCP-created browser sessions also now accept the same configuration as the API. From 7009d245434bcfe6dea5a591b05312bff0ec25e4 Mon Sep 17 00:00:00 2001 From: eclairen Date: Thu, 4 Jun 2026 14:57:12 -0700 Subject: [PATCH 4/4] Update changelog.mdx --- changelog.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/changelog.mdx b/changelog.mdx index 5d34677..9f4c7f0 100644 --- a/changelog.mdx +++ b/changelog.mdx @@ -12,6 +12,7 @@ For API library updates, see the [Node SDK](https://github.com/onkernel/kernel-n ## Product updates +- Browser sessions now play audio by default, and the browser replay recording API gained a `record_audio` option to capture that audio in replay videos. - Extended browser telemetry to the [CLI](https://github.com/kernel/cli): use `--telemetry=all|off|` on `browsers create` and `browsers update` to configure telemetry per session, and `kernel browsers telemetry stream ` to tail live events with category and type filters and SSE resume support. - Added API key management commands to the [CLI](https://github.com/kernel/cli) for creating, listing, retrieving, updating, and deleting org API keys directly from the terminal. - Expanded the [MCP server](https://www.kernel.sh/docs/reference/mcp-server) from 10 to 16 tools, adding managed auth (`manage_auth_connections`, `manage_credentials`, `manage_credential_providers`), `browser_curl` for HTTP(S) through a live browser, API key management, and project management. MCP-created browser sessions also now accept the same configuration as the API.