Every session-facing picker (C-c A s, C-c A b, C-c A g) prefixes
each row with a provider glyph — A Auggie, C Claude, P Pi —
and shares a set of picker-local action keys:
Key
Action
M-a / M-c / M-p
Toggle visibility of Auggie / Claude / Pi rows (filter is shared across all three pickers; not persisted)
M-w
Toggle workspace filter (all workspaces ↔ the calling buffer's workspace); active filter shows in the prompt as [~/path/to/ws]
C-SPC
Mark row for batch action
C-k
Kill highlighted live session buffer(s)
C-d
Delete saved / previous session from disk and metadata
C-u
Expand (per-picker; e.g. C-u C-c A s shows every saved snapshot instead of one-per-conversation)
In-buffer, snippet insertion is handled by the upstream C-c Y ("+snippet")
prefix — no decknix-specific in-buffer binding. The agent-namespaced
C-c A t global prefix is preserved for explicit, namespaced access.
Conversation-scoped tags (add / remove / list for this session) are now
nested under the session sub-prefix at C-c s t. Global tags
(rename / delete / cleanup across all sessions) remain at C-c A T.
Trigger sidebar transients without switching focus away from the
agent-shell buffer. C-c W opens decknix-sidebar-transient — the
same parent menu that the sidebar's ? / h opens — exposing
Navigate / Quick / Actions plus T for the toggles sub-transient.
See Model Selection for the
recommended-model-by-task table and the per-purpose
(programs.emacs.decknix.agentShell.purposes) / framework
(decknix.cli.auggie.settings.model) override levers.