Kernel CLI v0.35.0
Highlights
- Add
kernel browsers webmcp list <id-or-name>to discover native page tools across browser tabs and embedded frames. Use--jsonor-o jsonto include tool descriptions, input schemas, annotations, and source details. (#247) - Add
kernel browsers webmcp invoke <id-or-name> --tool-ref <ref>to invoke a discovered tool with a JSON object supplied through--input,--input-file, or stdin. Supports--timeout-secand prints completed tool output as JSON. Invocations are never retried automatically; errors and cancellations exit non-zero, and unknown outcomes retain the invocation ID for investigation. (#247) - Add per-action tool-call logging, tool-failure messages, and agent narration to the TypeScript
anthropic-computer-use,gemini-computer-use, andopenai-computer-usetemplates. (#241)
WebMCP tool references expire when their document or browser process is replaced. Page-provided annotations and output are untrusted. After an unknown outcome, verify whether the tool had side effects before invoking it again.
Changelog
Other work
- 74a56be: Add browser WebMCP list and invoke commands (#247) (@rgarcia)
- c0816aa: Log per-action tool calls in CuaAgent templates (#241) (@dprevoznik)
Full Changelog: v0.34.0...v0.35.0
What to do next?
- Read the documentation
- Join our Discord server
- Follow us on Twitter here and here