- add completion module: command names, two-stage subcommands, and key names - key-name completion is async with a per-db cache capped at 1000 entries, cleared on disconnect - gate key completion by argument position: stop after a single-key command is filled, keep suggesting for variadic key-list commands - reuse the diagnostics command table as the data source, showing group/arity/safety |
||
|---|---|---|
| .. | ||
| desktop | ||
| README.md | ||
README.md
Apps
Runnable DBX applications live here.
Directories
desktop/- the Vue frontend used by the Tauri desktop app and the Docker/web build.
The Tauri native shell remains in src-tauri/ because that is the conventional Tauri project location used by the existing build and release tooling.