v1.2.10Web App
1 min read

Persistent Floating Terminal FAB & Inline JSON Clipboard Actions

Web AppShellCLI

Added a persistent floating action button (FAB) for the interactive shell with global keyboard shortcuts, active session radar beacon, and inline JSON copy buttons.

#Persistent Floating Terminal FAB

The interactive shell can now be minimized into an unobtrusive floating action button (FAB) that remains accessible from anywhere across the documentation and dashboard.

ShellShell
# Toggle the interactive shell at any time using the global hotkey:
Ctrl + `  (or Cmd + ` on macOS)
Note

When an active session is running, the trigger button emits an animated radar beacon to indicate background process readiness.

#Inline Clipboard JSON Copying

When running commands with --json in the web shell, an inline copy button appears directly next to opening braces and brackets ({ or [), enabling instantaneous extraction of machine-readable payloads.

JSONJSON
{
  "id": 1,
  "name": "STRIPE_SECRET_KEY",
  "environment": "production",
  "service": "stripe",
  "maskedKey": "sk_live_••••••••••••••••••••••••",
  "createdAt": "2026-08-16T04:30:00.000Z"
}