Chapter 19 — Glossary
A consolidated alphabetical lookup of every term defined in the user guide. Each entry gives a short plain-language definition and links to the chapter that explains it in context. If you want to look up the UI element by name instead of the concept, use the Keyword Index — it covers menu items, button labels, and tab names too.
Conventions:
- A term in bold is the canonical name used in the UI.
- Italic cross-references point at related glossary entries.
- "→ Ch. N" links to the chapter that goes deeper.
A
aida-lite — The per-device runtime AidaIDE deploys onto fleet members to enable bidirectional communication, OTA updates, and remote ops. Distinct from the full AidaIDE desktop, which is per-user. → Ch. 5 §aida-lite
Agent — A named profile in Claude Agent Manager: model + system prompt + (optional) tool list. The atomic unit used by the AI sidebar, AI Workflows, and the Hierarchy Builder. → Ch. 8 §Agent vs persona vs workflow
Air-gapped install — Running AidaIDE on a machine with no internet. Supported; requires offline license activation, disabled auto-update, and pre-installed .plugin files. → Ch. 17 §"I want an air-gapped install"
Animation toggle — Setting that disables UI motion (splash, drawer slides, hover transitions) for accessibility or low-end hardware. → Ch. 13 §Animations
Ansible / Ansible Runner — Configuration-management tool. AidaIDE wraps ansible-playbook with a UI for inventory selection, playbook picking, and live output. → Ch. 12 §Ansible
API key — A long random string identifying you to an AI provider (Anthropic, OpenAI, Azure). Stored in the vault. Never transmitted to AidaIDE servers. → Ch. 8 §API key
Audit log — Append-only log of security-relevant events: vault unlock, license activation, PKI cert operations. Lives at ~/.aidaide/audit.log. → Ch. 7 §Where the audit log lives | Ch. 13 §Security
Auto-save (editor) — Settings option to write the active file to disk on focus change or after an idle delay. Off by default. → Ch. 13 §Behaviour
Auto-save (workspace) — AidaIDE saves layout, open tabs, and connection state on File → Exit. Crashes are not covered; File → Save Workspace As… explicitly if you want a checkpoint. → Ch. 16 §Auto-save of the workspace
Auto-update — Setting under General that controls whether AidaIDE polls updates.aidaide.app on launch. Auto-install is always opt-in even when auto-check is on. → Ch. 17 §Auto-update
AidaVirtualCursor — The on-screen crosshair shown in Trackpad touch mode; rendered as a DOM overlay so it stays smooth without round-tripping to the host. → Ch. 22 §Trackpad mode
AZERTY — The French keyboard layout (A/Q and Z/W swapped; digits require Shift). Layout ID fr. → Ch. 22 §International keyboard layouts
B
Backup Manager — Sysadmin tab that schedules backups (file-based, snapshot, rsync) across fleet devices. → Ch. 12 §Backup Manager
BPF filter — Berkeley Packet Filter syntax. The expression you give Packet Capture to limit what gets captured. Example: tcp port 80. → Ch. 6 §BPF filter
Breadcrumb (Hierarchy Builder) — Path display at the top of the canvas showing the current SoC / IC stack as you drill in and out. → Ch. 9 §Mental model
Bug Reports / Report a Bug — The bundler under Help that captures recent logs, your config (secrets redacted), and screenshots into a .tar.gz and uploads it. → Ch. 17 §Filing a bug | Ch. 18 §Filing a useful bug report
C
CA (Certificate Authority) — The entity (real or self-hosted) that signs TLS certificates. AidaIDE's PKI Manager can act as a small internal CA. → Ch. 7 §CA, Root CA, Intermediate
Camera Feed Grid — Auto-populated wall of every camera in Camera Manager. Good for at-a-glance "are they all alive?" → Ch. 10 §Feed Grid vs Grid Viewer
Camera Grid Viewer — Manually arranged camera wall — you pick which cameras go where and AidaIDE remembers the layout. → Ch. 10 §Feed Grid vs Grid Viewer
Camera Manager — Registry of all known cameras: name, IP, type (ONVIF/RTSP/HTTP MJPEG/USB), credentials. → Ch. 10 §Camera Manager
Chain of Thought (LCOT) — Original framing for the LCOT panel: a curated list of vetted commands the AI could suggest as reasoning steps. Today, more of a button-driven cheat sheet for humans too. → Ch. 4 §Why "Chain of Thought"?
CIDR notation — 192.168.1.0/24 form for IP ranges. Used in scanner scopes. → Ch. 6 §CIDR notation
CIS benchmark — Center for Internet Security hardening checklists. Compliance Assessment scans against CIS Level 1 / Level 2 profiles. → Ch. 7 §Compliance Assessment
Classic Tabs (layout mode) — Single-row notebook of tabs (the default). Opposite of Grid mode. → Ch. 16 §Layout modes
Claude Agent Manager — The control panel for AI providers, API keys, model choice, and named agent presets. The ★ green toolbar button. → Ch. 8 §Claude Agent Manager
Command ID — Stable string identifier for an action that can be bound to a shortcut. Used in the keyboard shortcut import/export format. Example: edit.findInFiles. → Ch. 14 §Command ID
Command Palette — Ctrl+Shift+P. Type a few letters of anything (menu items, tabs, settings) and it jumps you there. The fastest navigation method in AidaIDE. → Ch. 14 §Command Palette
Compliance Assessment — Security tab that runs CIS / NIST checks against the local box or connected hosts and produces a pass/fail report. → Ch. 7 §Compliance Assessment
Config Drift Detection — Sysadmin feature that compares a host's current config to a baseline and flags differences. → Ch. 12 §Configuration management
Connection Manager — The central registry of every SSH host AidaIDE knows about. Lives under File → Connection Manager (or the ≡ toolbar button). → Ch. 2 §Connection Manager
Connection tab — A per-host workspace inside the notebook: terminal + file browser + editor + LCOT panel. Pinned to the left of the notebook. → Ch. 1 §Connection tab vs feature tab | Ch. 2 §Anatomy of a connection tab
Container / Image — Docker terms. An image is a packaged filesystem + metadata; a container is a running instance of an image. → Ch. 12 §Container vs image
CVE (Common Vulnerabilities and Exposures) — A public identifier for a security vulnerability. CVE Scanner cross-references software inventories against the NVD feed. → Ch. 7 §CVE
CVSS (Common Vulnerability Scoring System) — 0-10 score quantifying a CVE's severity. AidaIDE shows the score next to every finding. → Ch. 7 §CVSS
Cloud Portal — Hosted service at https://aidaide.app that proxies authenticated browser sessions through a secure WebSocket tunnel to your local AidaIDE. No router port forwarding. → Ch. 21 — Cloud Portal
Composer (Web) — The browser version of the AI Hierarchy Builder. Same modes + persistence as the desktop builder; some advanced features are still desktop-only. → Ch. 21 §Web Hierarchy Composer
D
Debug Console — Ctrl+Shift+D. Live event stream useful for "this just happened — what did the IDE think happened?" → Ch. 13 §Debug Console
Demo mode / simulation — Several scanner-style tabs ship with fabricated data when no real backend is configured. Newer builds label this in the tab header; older builds may not. → Ch. 18 §"Demo mode" vs real data
Deploy Lite — Lightweight push of a binary / script / config to a fleet member. The ⚡ orange toolbar button. → Ch. 5 §Deploy Lite
Device binding — License mechanism that ties an activation to one machine via a SHA-256(MAC | hostname) fingerprint. Pro = 3 devices; Teams Pro = 999. → Ch. 17 §Device binding
Device Dashboard — Per-device live view: uptime, CPU/MEM, disk, network, running services. → Ch. 5 §Device Dashboard
Device Setup Wizard — First-run hardware-focused wizard (Pi, ESP32, Arduino, generic Linux). Re-run from Help → Setup Wizard. → Ch. 1 §Device Setup Wizard
Diff Viewer — Side-by-side diff for any two file versions. Available from Git submenu and from the editor for any unsaved changes. → Ch. 3 §Diff Viewer
Discover Devices — Fleet wizard that probes the LAN (mDNS / ARP / SSH banner) for new candidate fleet members. → Ch. 5 §Discover Devices
Docker Compose — Multi-container Docker definition format. The Docker Manager tab has a Compose section that lists and starts/stops compose stacks. → Ch. 12 §Docker Compose
Docker Manager — Containers tab for listing/starting/stopping/pruning Docker resources on a host. → Ch. 12 §Docker Manager
DSC (Desired State Configuration) — Microsoft's configuration-management framework. AidaIDE wraps PowerShell DSC for Windows fleet members. → Ch. 12 §DSC
E
Encoding (UTF-8) — All AidaIDE file IO is UTF-8 by default — both reads and writes. Don't open a UTF-8 file as cp1252 elsewhere or you'll get mojibake. → Ch. 3 §Encoding (UTF-8)
Experimental Features — File-menu submenu listing features that are stable enough to expose but explicitly labelled "things may change." Per-feature opt-in. → Ch. 13 §Experimental Features
F
Feature Browser — Searchable list of every feature tab, grouped by category. The fastest way to find a tool when you forget which menu it lives under. Open from the toolbar magnifier. → Ch. 1 §Feature Browser
Feature tab — A tab inside the notebook that is not bound to a single SSH host: Fleet Manager, Security Scanner, Database Manager, Hierarchy Builder, etc. Pinned to the right of the notebook. → Ch. 1 §Connection tab vs feature tab
Filter / Splitter / Joiner / Map / Reduce — Data-flow modules in the Hierarchy Builder library. → Ch. 9 §Component library
Fleet Manager — The central tab for managing many devices at once: inventory, groups, bulk actions, status, deployment. → Ch. 5 §Fleet Manager
Fleet vs Connection Manager — Fleet is for managing many devices in aggregate (push, monitor, group). Connection Manager is for one SSH session at a time. → Ch. 5 §Fleet vs Connection Manager
G
Ghost text — The greyed-out inline AI suggestion that appears after your cursor. Press Tab to accept, Esc to dismiss. → Ch. 8 §Toggle Inline Suggestions
Git Branch dropdown / Git Push — Toolbar shortcuts for the current branch and push action. The full Git submenu lives under Tools. → Ch. 3 §Git integration
Grid mode (layout) — Tile-style layout that lets you arrange multiple tabs visible at once. Opposite of Classic Tabs. → Ch. 16 §Layout modes
Groups (Connection Manager / Fleet) — Folder-like organisation in the left tree of either manager. Purely organisational. → Ch. 2 §Grouping hosts | Ch. 5 §Groups
Guest Pass — Single-use, time-bound invitation URL that grants a teammate a role-scoped session on your device through the Cloud Portal. → Ch. 21 §Inviting a guest
H
Hierarchy Builder — The SoC/IC visual canvas for composing multi-agent pipelines. Requires the AI Hierarchy plan. Ctrl+Shift+H (in builds where bound). → Ch. 9 — AI Hierarchy Builder
Host key — The remote SSH server's identity fingerprint. AidaIDE asks you to trust it on first connect and refuses if it changes. → Ch. 2 §Host key
I
IC (Integrated Circuit) — A chip you drop inside a SoC in the Hierarchy Builder. Encapsulates a sub-workflow. Double-click to drill in. → Ch. 9 §Mental model
Inline AI suggestions — Greyed ghost text completions in the editor. Toggle via AI → Toggle Inline Suggestions. → Ch. 8 §Toggle Inline Suggestions
Intel Panel — Optional context strip on a connection tab showing host facts (uptime, OS, IP). Toggle from the connection tab's top toolbar. → Ch. 2 §Anatomy of a connection tab
IOC (Indicator of Compromise) — A signal that a system has been attacked (a malicious IP, hash, domain, TTP). The IOC Database collects and matches them. → Ch. 7 §IOC
IP Access Control — Security tab for managing IP allow/deny lists applied at firewall / host level. → Ch. 7 — Security Tools
K
Keyboard shortcuts — Default bindings + Command Palette + customisation surface. See the whole chapter for the master list. → Ch. 14 — Shortcuts and Command Palette
Keybinding context — Some shortcuts only fire when a specific tab/panel has focus. Hints for "shortcut works in one tab but not another." → Ch. 14 §Keybinding context
Kubernetes Client — Sysadmin tab that wraps kubectl against a configured kubeconfig context. Pods, deployments, services, logs, exec. → Ch. 12 §Kubernetes Client
L
Layout — The arrangement of panels + tabs on screen at a moment in time. Distinct from a workspace, which persists layout + tab state. → Ch. 16 §Layout presets vs project workspaces
Layout Mode — Classic Tabs or Grid. Switch under View → Layout Mode. → Ch. 16 §Layout modes
Layout Wizard — Toolbar ✨ button. Walks you through composing a custom layout (e.g. "wide editor, narrow terminal, no LCOT"). → Ch. 1 §Toolbar
LCOT (Local Chain of Thought) — The right-side one-click command panel on every connection tab. 800+ READ/WRITE commands, plus your own. → Ch. 4 — LCOT Panel
LDAP / LDAPS — Lightweight Directory Access Protocol; LDAPS is the TLS-wrapped version. Active Directory talks LDAPS. → Ch. 12 §LDAP / LDAPS
License key — A long base64-ish string that activates AidaIDE. Stored in the vault after activation. Treat as a secret. → Ch. 17 §License key format
Line endings — CRLF vs LF. Editor shows the current setting in the status bar and lets you swap per-file. → Ch. 3 §Line endings
Live Coding Agents — "Pair programmer over your shoulder" mode. Always on, watches what you do, offers proactive suggestions. Token-hungry. Ctrl+Shift+J. → Ch. 8 §Live Coding Agents
Local vs remote file — Editor distinguishes by tab title prefix. A remote file's tab title is prefixed with the host name; a local file's tab is just the filename. → Ch. 3 §Local vs remote file
M
Macy (Ask Macy) — Voice-narrated interactive guided tour. General IDE tour or the 16-section Hierarchy Builder tour. Replay from Help → Ask Macy. → Ch. 1 §Onboarding & guided tours
Master password — The password you set on the Smart Login window that unlocks the vault. No recovery — write it down. → Ch. 1 §Master password
Menu bar — The dropdowns at the top of the main window. Listed in full at Ch. 1 §Menu bar.
Minimap (Hierarchy Builder) — Bird's-eye view of the canvas; click-to-jump. Bottom-left of the canvas. → Ch. 9 §Window layout
Module (Hierarchy Builder) — Leaf component inside an IC: Supervisor, Worker, AI Agent, Filter, protocol node. → Ch. 9 §Mental model
Monitoring Dashboard — Sysadmin tab that visualises metrics gathered by Metrics Collector (CPU/MEM/disk/net per host). → Ch. 12 §Monitoring & alerts
N
Notebook — The central tabbed region of the main window. Connection tabs pin to the left, feature tabs to the right. → Ch. 1 §What you see
O
Onboarding Wizard — First-run, software-focused wizard (theme, AI provider, font, first connection). Re-run from Help → Setup Wizard. → Ch. 1 §Onboarding Wizard
ONVIF — Open Network Video Interface Forum. The standard most IP cameras speak for discovery and stream configuration. → Ch. 10 §ONVIF
OS fingerprinting — Probing a host to guess its operating system from response idiosyncrasies. Done by the Port Scanner and Host Discovery tabs. → Ch. 6 §OS fingerprinting
OTA (Over The Air) Update Manager — Fleet feature that signs, distributes, and tracks aida-lite updates across devices. → Ch. 5 §Publishing an update
OIDC — OpenID Connect, the federated login protocol used by the Cloud Portal. Same identity as your AidaIDE license. → Ch. 21 §Logging in
P
Packet Capture — Network tab that wraps tcpdump-style capture and decoding. Saves to standard pcap. → Ch. 6 — Network Tools
Patch Manager / Patch Policies — Sysadmin pair that scans for missing OS patches across the fleet and applies them by policy (window, retry, ring). → Ch. 12 §Patch management
pcap — Packet capture file format. AidaIDE reads/writes standard pcap so Wireshark and the network team can open the file directly. → Ch. 6 §pcap
Performance Monitor — Diagnostic tab under Settings → Performance that shows per-subsystem CPU/RSS in real time. → Ch. 13 §Performance Monitor
Persona — An agent with character — tone, voice, personality. Shipped examples: "Wes, the patient mentor," "Macy, the interactive guide," "Astrid, the security skeptic." → Ch. 8 §Agent vs persona vs workflow
Persona Portal — Tab for chatting with a configured persona. Distinct from AI Agent Portal in that the persona has narrative styling baked in. → Ch. 8 §Persona Portal
PKI Manager — Security tab that acts as a small internal CA: generate keys, sign certs, manage revocation. → Ch. 7 — Security Tools
Plugin — Installable extension that adds menu items, tabs, themes, or behaviour. Distributed as a .plugin file. → Ch. 15 §.plugin file
Plugin & Widget Manager — Where installed plugins and widgets live. Enable/disable, configure, remove, update. → Ch. 15 — Plugins, Widgets, Marketplace
PLC (Programmable Logic Controller) — Industrial control device. AidaIDE's PLC-related menus speak Modbus / Ethernet-IP / S7 / OPC UA. → Ch. 5 §Protocol Wizard | Ch. 4 §Command categories
Port Scanner — Network tab for TCP/UDP port discovery against a target or range. → Ch. 6 — Network Tools
Privileges (database) — User-level RW/RO grants. The Database Manager shows the current user's privileges per connection. → Ch. 11 §Privileges and safety
Project root — Folder treated as the working directory for Find in Files, Run, and Git operations. Set via File → Open Project Folder or per-workspace. → Ch. 3 §Project root
Protocol Wizard — Tool under Tools → Protocol Wizard for scaffolding integrations against common embedded protocols (Modbus, S7, OPC UA). → Ch. 5 §Protocol Wizard
Public key / Private key — Asymmetric cryptography pair. The private key stays on your machine; the public key (one short line) goes on the remote in ~/.ssh/authorized_keys. → Ch. 2 §Public key vs private key
Permission group — Read-Only / Collaborator / Trusted / Owner. Bundle of capability flags applied to a Cloud Portal session. → Ch. 21 §Permission groups in plain language
Prompt-host — The interactive approval flow: a Collaborator action that needs Owner approval pauses with an Allow/Deny popup on the host. → Ch. 21 §Terms
Q
Quick Toolkit (LCOT) — Curated 62-command, 9-subgroup "fix it in 30 seconds" sysadmin loop inside LCOT. Half READ, half WRITE. → Ch. 4 §Sysadmin Quick Toolkit
QWERTZ — The German keyboard layout (Y/Z swapped; ß on -). Layout ID de. → Ch. 22 §International keyboard layouts
R
READ vs WRITE zones (LCOT) — Every LCOT command is classified. READ is safe diagnostic; WRITE modifies state and the leaf is red with a confirmation prompt. → Ch. 4 §READ vs WRITE zones
Recent Connections — File menu submenu listing the last 10 hosts you connected to. Survives restarts. → Ch. 2 §Recent connections
Recurring trap — Engineering shorthand for a class of bug that has shipped more than once. Common ones called out in this guide: hardcoded port 22, fabricated demo data, UTF-8 mismatch, HTML-escape miss on exports, silent SFTP-to-local fallback on save. → Ch. 18 §Recurring trap
Registry Client — Sysadmin tab for browsing and editing remote Docker registries. → Ch. 12 §Registry Client
RTSP (Real-Time Streaming Protocol) — The transport most IP cameras actually use, typically discovered via ONVIF. → Ch. 10 §RTSP
Run panel — Editor sidebar that runs the active file in a language-aware way (Python: python file.py, Node: node file.js, etc.). → Ch. 3 §Run panel
RD PIN — Six-digit Remote Desktop pairing code that pops up on the host the first time a browser opens Remote Desktop. 60-second expiry. → Ch. 21 §Remote Desktop in the browser
Remote Desktop (browser) — Live Socket.IO mirror of your AidaIDE window inside a browser tab on the Cloud Portal. → Ch. 21 §Remote Desktop in the browser
S
Safe mode — aidaide --safe-mode launches with no plugins, default theme, default settings. Used to isolate whether a bug is in core or in third-party code. → Ch. 18 §Safe mode
SAST vs DAST — Static Application Security Testing analyses source code at rest. Dynamic AST runs the app and probes it. AidaIDE ships SAST; pair with external DAST tools. → Ch. 7 §SAST vs DAST
Secret Scanner — Security tab that scans a repo (or directory) for accidentally committed secrets (AWS keys, GitHub tokens, etc.) using regex + entropy heuristics. → Ch. 7 — Security Tools
Settings panel — Seven-section UI under File → Settings for everything not exposed in a menu. → Ch. 13 — Settings, Themes, Preferences
SFTP (SSH File Transfer Protocol) — File transfer riding on SSH. AidaIDE uses SFTP for the remote tree and for editor saves to remote files. → Ch. 2 §SFTP
Sidebar (left) — The dock on the left containing Connections, Files, and AI panels. Toggleable. → Ch. 1 §What you see
SignalFlowEngine — The in-process runtime that executes a Hierarchy Builder SoC: walks the graph, fires modules, routes signals. → Ch. 9 — Hierarchy Builder
Smart Login — The startup vault-unlock window. Single-purpose. The file behind it is smart_login.py (login_dialog.py is legacy). → Ch. 1 §Unlocking the vault
SoC (System on Chip) — The outermost container in the Hierarchy Builder. One canvas tab = one SoC. → Ch. 9 §Mental model
Soft-restart bypass — Login window is skipped when AidaIDE restarted itself (admin push or post-update). Session is restored automatically. File → Exit to force a password prompt next launch. → Ch. 1 §Soft-restart bypass
Splash — The 4-second $_ reveal between vault unlock and the main IDE. Cosmetic. Disable with AIDA_SPLASH=off. → Ch. 1 §Splash screen
Split panes (editor) — Side-by-side or top/bottom editors inside one tab. Each pane can hold any open file. → Ch. 3 §Split panes
SSH (Secure Shell) — The encrypted protocol for logging into another machine. AidaIDE speaks SSH and SFTP using a Python implementation — no system ssh required. → Ch. 2 §SSH
Status bar — The bottom strip showing current file path, cursor position, encoding, line endings. → Ch. 1 §What you see
Substream — Cameras often encode two simultaneous streams — a high-quality main and a low-resolution sub. Use the sub for grid views to save CPU. → Ch. 10 §Substream
Syntax highlighting — Per-language colouring of code in the editor, driven by file extension. Override per-file from the language picker in the status bar. → Ch. 3 §Syntax highlighting
Spectate — Read-only follow mode where your viewport mirrors another watcher's scroll. Cancels the moment you scroll independently. → Ch. 22 §Presence and spectate
Shortcut bar (mobile) — Two-row on-screen keypad (Esc / Tab / modifiers / arrows / F1-F12) summoned by a three-finger tap on the Remote Desktop tab. → Ch. 22 §The mobile shortcut bar
T
Template Manager — Sysadmin tab for managing configuration templates (Jinja2) used by Ansible Runner and DSC. → Ch. 12 §Configuration management
Theme — Colour scheme for the IDE. Live preview in View → Theme. Brand defaults to navy #0B1620 + cyan #4DE4E4. → Ch. 13 §Themes and appearance
Threat Intel Feeds — Security tab that pulls and matches threat intelligence (IOC lists, CVE feeds). Configurable per feed. → Ch. 7 — Security Tools
TLS (Transport Layer Security) — Encryption layer used by HTTPS, LDAPS, secure database connections. AidaIDE's PKI Manager issues TLS certs for internal use. → Ch. 11 §TLS
Toolbar — The icon strip under the menu bar. Listed left to right at Ch. 1 §Toolbar.
Trace (Hierarchy Builder) — Per-run log of every signal that fired in the SoC. Toolbar button on the canvas. → Ch. 9 — Hierarchy Builder
Tunnel gateway — Hosted WebSocket endpoint that brokers traffic between aidaide.app and your local AidaIDE Flask. Mutual TLS using a per-device cert. → Ch. 21 §Terms
Touch mode — Trackpad / Direct Touch / Scroll. The bottom-screen pill on the Cloud Portal Remote Desktop tab. → Ch. 22 §Touch modes
U
UTF-8 — See Encoding (UTF-8). The required encoding for every read and write inside AidaIDE.
V
Vault — Encrypted local file holding every secret AidaIDE knows about — SSH passwords, key passphrases, API keys, database credentials, license activation. Unlocked by the master password. → Ch. 1 §Vault
W
Web Dashboard — Browser-served Fleet status page at http://localhost:5001/fleet. Launch from the Fleet menu (or python web_server.py as a workaround). → Ch. 5 — Fleet Management
Widget — A small, embeddable UI element (chart, gauge, status pill) that can be placed on the Dashboard or in a connection tab. → Ch. 15 §Plugin vs widget
Widget Permissions — Capability model that limits what a widget can read/write (filesystem, network, vault). → Ch. 15 §Permissions are real
Windows Services / Windows Updates — Sysadmin tabs that surface services.msc and wsus-style functionality across managed Windows boxes. → Ch. 12 §Windows management
WinRM (Windows Remote Management) — Microsoft's remote-command protocol. The Windows-management tabs use WinRM where SSH would be used on Linux. → Ch. 12 §WinRM
Workflow (AI) — A deterministic, multi-step recipe that calls one or more agents, with file/shell side effects. YAML/JSON files in ~/.aidaide/workflows/. → Ch. 8 §AI Workflows
Workspace — Saved snapshot of layout + open tabs + connection state, restorable on next launch. Lives in ~/.aidaide/workspaces/. → Ch. 16 §Saving a workspace
Watcher pill — Header widget that lists everyone currently looking at this device; click a name to spectate. → Ch. 22 §Presence and spectate
Z
Zoom (Hierarchy Builder canvas) — Mouse wheel to zoom; clamped to the current tier's min/max. View → Reset Zoom if you wander past the canvas bounds. → Ch. 9 — Hierarchy Builder
See also
- Main TOC
- Keyword Index — alphabetical lookup including UI labels and menu items
- Chapter 18 — Troubleshooting & FAQ — symptom-first lookup
- Chapter 20 — Quick Reference (Cheat Sheet) — single printable page: CLI flags, env vars, file paths, ports, full shortcut table