Peter Steinberger
bc8d0da092
feat(linux): Quick Chat streamed replies and precise pairing states ( #110632 )
...
* feat(linux): stream Quick Chat gateway events
* feat(linux): render streamed Quick Chat replies
* fix(linux): correlate Quick Chat streams by run
* style(linux): rustfmt
* test(linux): move Quick Chat stream helper tests into the tooling vitest project
* test: type the Linux quickchat stream harness for strict checks
* test: explicit harness shape for the root test typecheck
2026-07-18 13:22:48 +01:00
Peter Steinberger
222dc58011
feat(linux): native gateway transport for Quick Chat — device identity, TLS pinning, ack-driven sends ( #110491 )
...
* feat(gateway): add Linux native auth surface
* feat(linux): persist Gateway device identity
* feat(linux): add native Gateway WebSocket client
* feat(linux): route Quick Chat through Gateway
* feat(cli): expose dashboard transport handoff
* docs(linux): document native Quick Chat transport
* test(linux): placeholder-shaped fixture token in device-auth payload test
* test: placeholder-shaped credential fixtures; reshape device-token rebind
* test: keep auth-method enums verbatim; rename only credential fixtures
* test(gateway): move Linux native admission coverage to a dedicated test file
* style: replace scanner-evasion literals with honest shapes; shared trim helper for auth material
* style(cli): join-built computed keys instead of literal concatenation
* chore: drop release-owned CHANGELOG edit from feature branch
2026-07-18 09:59:10 +01:00
Peter Steinberger
90b4a12ee9
feat(linux): Quick Chat agent switcher, avatars, per-agent routing, and configurable shortcut ( #110285 )
...
* feat(linux): expand Quick Chat agent controls
* docs(linux): document Quick Chat controls
* fix(agents): keep avatar summary additive
* refactor(linux): trim Quick Chat dead Default impl and speculative focus-failure recovery
* fix(linux): destroy the Quick Chat window when hide fails after a rejected focus grab
* fix(linux): fail Quick Chat sends when the pinned agent vanishes; classify avatar-only identities as config-derived
* docs(linux): note the accepted cache-fresh send-validation tradeoff
* style: satisfy no-map-spread and rustfmt in Quick Chat parity surfaces
2026-07-18 03:44:49 +01:00
Peter Steinberger
277f009cc9
feat(linux): Quick Chat floating composer for the Tauri companion ( #109947 )
...
* feat(linux): add Quick Chat floating composer to the Tauri companion
- frameless transparent always-on-top quickchat window (on-demand, canvas
pattern), positioned top-third on the cursor monitor, CSS fade+zoom in/out
- global shortcut Ctrl+Shift+Space on X11 (GNOME reserves Alt+Space); tray
'Quick Chat' item is the Wayland entry point; blur/Esc/close-request hide
- sends via the CLI agent turn with --message-file staged 0600 (argv is
world-readable procfs) and cleaned up after the turn; failures surface as
desktop notifications; Ctrl+Enter also opens the dashboard
- default-agent identity chip (emoji/monogram) from agents list --json, 60s cache
- window-scoped capability + permission set; window-state denylist; docs
* chore(linux): register quickchat.js as a knip native-asset entry
2026-07-17 18:25:27 +01:00