Skip to content

v0.1.9 — Native Keyboard Support

Latest

Choose a tag to compare

@my-claude-utils my-claude-utils released this 17 Mar 14:59
· 4 commits to main since this release
57faa23

What's New

Native Keyboard for iPad & Desktop (#24)

Our first community feature request! Users on iPad with external keyboards or desktop browsers can now toggle to their device's physical keyboard instead of the on-screen keyboard.

  • Toggle in Skin Studio (only visible on screens >= 768px)
  • When enabled: on-screen keyboard hides, xterm.js captures physical keystrokes directly
  • Setting persists in localStorage across sessions
  • Phone users are unaffected (toggle never appears on small screens)

CLI Token Display

The one-time bootstrap token is now displayed in plain text in the npx clsh-dev terminal output, making it easy to copy-paste on desktop:

  URL:   https://your-tunnel.ngrok-free.dev
  Token: abc123...xyz  (one-time, expires in 5 min)
  Mode:  remote (ngrok)

Auth Screen Clarity

Desktop auth screen now labels the field "One-Time Token" instead of "Bootstrap Token" for better UX.

Packages

Package Version
clsh-dev 0.1.9
@clsh/agent 0.0.8
@clsh/web 0.0.5

Install / Update

npx clsh-dev@latest

Thanks to @louis-sicko for the feature request!