What feature would you like to see?
Problem
Shell mode (Ctrl-X) and Agent mode are completely isolated. Commands executed in Shell mode are invisible to Agent mode, forcing users to manually copy-paste outputs.
Use Case
On headless servers, users often run quick diagnostics in Shell mode (e.g., ls, git status, cat logs) then switch to Agent mode for AI assistance. Without shared context, the AI starts blank.
Proposed Solution
Automatically ingest recent Shell mode commands + outputs into Agent mode context when switching back, or provide a /history command to reference them.
Workaround
Currently: manually copy-paste shell output into the chat.
Additional information
No response
What feature would you like to see?
Problem
Shell mode (Ctrl-X) and Agent mode are completely isolated. Commands executed in Shell mode are invisible to Agent mode, forcing users to manually copy-paste outputs.
Use Case
On headless servers, users often run quick diagnostics in Shell mode (e.g.,
ls,git status,cat logs) then switch to Agent mode for AI assistance. Without shared context, the AI starts blank.Proposed Solution
Automatically ingest recent Shell mode commands + outputs into Agent mode context when switching back, or provide a
/historycommand to reference them.Workaround
Currently: manually copy-paste shell output into the chat.
Additional information
No response