Kane CLI by TestMu AI 已转推
Kane CLI by TestMu AI
79 posts

Kane CLI by TestMu AI
@kane_cli
End-to-end flows on your local browser, powered by natural language. Instant validation. Deep bug discovery. Automation that ships with confidence.
加入时间 Mayıs 2026
6 关注79 粉丝

kane-cli 0.4.9 🚀
🪟 Live SSE streaming in the TUI
⚡ Faster, more reliable navigation
✨ Local assertions
🐛 Fixes and edge cases
Faster every run.
github.com/LambdaTest/kan…
English

@mikenevermiss The loop is only as honest as its verify step. Claude Code verifies its own code. Tests pass, types check, "passed," but it never sees the UI render, so a broken button still ships green. Kane CLI is the verify step in real Chrome. pass or fail on what users actually see.
English

this is f*cking dangerous
someone just open sourced the entire "LOOP ENGINEERING" framework for free
the guy who built Claude Code at Anthropic said it himself:
"I don't prompt Claude anymore. I have loops running that prompt Claude. My job is to write loops.
stop prompting your agent. build the thing that prompts it for you.
discover → plan → execute → verify → repeat
you used to be inside that loop
loop engineering is you stepping out of it entirely
the repo includes:
- 6 production ready patterns (daily triage, CI sweeper, PR babysitter)
- clone and run starters for Claude Code, Codex, and Grok
- a loop readiness CLI that scores your codebase
- SKILL. md templates, STATE.md spine, full safety docs
use this one command to start(copy/paste):
npx @cobusgreyling/loop-init • --pattern daily-triage -tool claude-code
bookmark before this blows up
repo link : github.com/cobusgreyling/…

MIKE@mikenevermiss
English

Now you can watch it think.
Give Kane CLI the objective, and it reads the screen, plans the steps, and verifies the result live. A pass it earns in front of you, not just claims at the end.
Faster runs, and full visibility into every move.
Register now 🔗 testmuai.com/register/?utm_…
#AI #BrowserAutomation #KaneCLI
English

Speed is part of correctness. A check fast enough to run before every PR catches things while they are still cheap to fix. 🏃♂️✅
#KaneCLI
English

$ 𝙺𝚊𝚗𝚎 𝙲𝙻𝙸 --𝚝𝚒𝚙 𝟷𝟹💡
Skip code validation when you just want a draft.
𝚔𝚊𝚗𝚎-𝚌𝚕𝚒 𝚛𝚞𝚗 "..." --𝚌𝚘𝚍𝚎-𝚎𝚡𝚙𝚘𝚛𝚝 --𝚜𝚔𝚒𝚙-𝚌𝚘𝚍𝚎-𝚟𝚊𝚕𝚒𝚍𝚊𝚝𝚒𝚘𝚗
Faster output when you need a starting point, not a polished file.
#KaneCLI
English

Claude vibe codes against text: tests, types, linter, compiler. All read the code, none open a browser. So "passed" just means it compiled, not that the button works. CI inherits the same blind spot. Kane CLI fixes the boring way: run the real flow in a real browser on every push, pass or fail.
English

@vicky_grok Evaluate is where these loops break down. Kane CLI ties it to a browser run you describe once, with a clear pass or fail, so you get the same result every time, even as agents scale.
English

kane-cli 0.4.8 ✨
🌟 WebSocket capture, now surfaced end-to-end
🧪 Smarter AI-generated test steps
💫 Version check that actually works
🪟 expose WebSocket capture in TUI Config > Run
Tests, replayed.
github.com/LambdaTest/kan…
English

$ 𝙺𝚊𝚗𝚎 𝙲𝙻𝙸 --𝚝𝚒𝚙 𝟷𝟸💡
Give it a hint about where to look.
kane-cli run "assert the price in the Pro card, under the plan name, shows '$19'"
Busy pages have many prices. A location hint stops the agent from grabbing the wrong one. Right answer on the first try.
#KaneCLI
English

"Register me for TestMu Conf 2026 and download my attendee card."
The most agentic way to register for TestMu Conf 2026 😎
One line. Kane CLI filled the form, hit register, and pulled the card in the same session. No clicks. No re-login.
Register now for TestMu Conf 2026 🔗 testmuai.com/testmuconf-202…
#BrowserAutomation #KaneCLI
English

$ 𝙺𝚊𝚗𝚎 𝙲𝙻𝙸 --𝚝𝚒𝚙 𝟷𝟷💡
Pick the right mode. Action does the task. Testing grades it.
kane-cli run "fill the signup form" --mode action
Use action when you just want something done. Use testing when you want a strict pass-or-fail gate. Testing turns every check into a hard assertion, so do not reach for it when you only meant to click around.
#KaneCLI
English

Kane CLI gives your agent eyes. 👁️
One command, agent mode:
⌨️ kane-cli run "go to localhost:3000, click Buy Pro, assert the total due today shows $19.00" --agent
Kane CLI spins up real Chrome, clicks through to checkout, and makes the call. Advertised $19. Charged $29. Failed, with a report you can share.
Gemini CLI takes that report, opens page.js and checkout/page.js, finds the hardcoded $29, and patches it. A second Kane CLI run checks the fix.
✅ Pass.
A hardcoded value is the easy case. A price pulled from an API. A coupon that applies on render. An overlay covering the total. None of that lives in the code. The browser is the only ground truth.
Reasoning plus verification. The loop closes itself. Write, test, fix, verify, all in one terminal.
Explore now 🔗 testmuai.com/kane-cli/?utm_…
#GeminiCLI #KaneCLI
English

Your agent ships a feature in 4 minutes. You verify it in 30.
Kane CLI makes API calls first-class test steps. One run hits your backend and your frontend, threading the API response straight into the browser checks. No glue code. No separate API and UI suites.
One natural language prompt: Kane CLI called the GitHub API, opened a real browser, read the latest release tag on the page, and asserted it matched the API response.
New in 0.4.6:
→ External APIs as first-class test steps
→ Thread API responses into later steps and assertions by variable
→ Child flows inherit API context across nesting levels
→ Failed calls surface as failures, nothing dropped silently
API testing and browser automation. Natural language. From your terminal.
Start free 🔗 testmuai.com/kane-cli/?utm_…
#KaneCLI #TestMuAI
English

$ 𝙺𝚊𝚗𝚎 𝙲𝙻𝙸 --𝚝𝚒𝚙 𝟷𝟶💡
Match what is on the screen, not what is in your head.
𝚔𝚊𝚗𝚎-𝚌𝚕𝚒 𝚛𝚞𝚗 "𝚐𝚘 𝚝𝚘 𝚑𝚝𝚝𝚙𝚜://𝚖𝚢-𝚝𝚎𝚜𝚝𝚒𝚗𝚐-𝚛𝚎𝚙𝚘-𝚖𝚊𝚒𝚗.𝚟𝚎𝚛𝚌𝚎𝚕.𝚊𝚙𝚙, 𝚊𝚜𝚜𝚎𝚛𝚝 𝚝𝚑𝚎 𝙿𝚛𝚘 𝚙𝚛𝚒𝚌𝚎 𝚜𝚑𝚘𝚠𝚜 '$𝟷𝟿 / 𝚖𝚘'"
Kane CLI reads the page like a person. Write "$19/mo" when the page says "$19 / mo" and the check fails on wording alone. Copy the exact text. No false alarms.
#QA #KaneCLI
English

kane-cli 0.4.7 ⚔️
🪟 A live run view that shows what's happening
✨ More accurate assertions and text extraction
🌟 Cleaner, more accurate step labels
🐛 Reliability and display fixes
Sharper than last time.
github.com/LambdaTest/kan…
English


