kane-cli 0.4.3
Highlights
Browser automation gains clipboard, cookie, and localStorage tools. A contextual hints system now lives in the footer of the TUI, surfacing mode-aware tips as you work.
[0.4.3] - 2026-06-12
New browser-automation tools
- Clipboard, cookie, and localStorage are now first-class tools — test flows can read and write the virtual clipboard, and can perform full create/read/update/delete operations on cookies and localStorage, matching what a real browser session can do.
Contextual hints in the footer
- A live hints bar at the bottom of the TUI — a new footer row shows tips relevant to your current mode, cycling through a remote catalog that updates automatically (cached for 1 hour).
- Hints can be turned off — run
/configinside the TUI to toggle hints on or off; the setting is saved locally and defaults to on.
Install
# npm
npm install -g @testmuai/kane-cli@0.4.3
# Homebrew
brew install lambdatest/kane/kane-cli
# Shell installer (latest release)
curl -fsSL https://raw.githubusercontent.com/LambdaTest/kane-cli/main/install.sh | bashCompare: 0.4.2...0.4.3