mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-28 14:04:41 -07:00
feat(cli): add /agents slash command to list available agents (#16182)
This commit is contained in:
@@ -352,6 +352,21 @@ exports[`<HistoryItemDisplay /> > gemini items (alternateBuffer=true) > should r
|
||||
50 Line 50"
|
||||
`;
|
||||
|
||||
exports[`<HistoryItemDisplay /> > renders AgentsStatus for "agents_list" type 1`] = `
|
||||
"Local Agents
|
||||
|
||||
- Local Agent (local_agent)
|
||||
Local agent description.
|
||||
Second line.
|
||||
|
||||
Remote Agents
|
||||
|
||||
- remote_agent
|
||||
Remote agent description.
|
||||
|
||||
"
|
||||
`;
|
||||
|
||||
exports[`<HistoryItemDisplay /> > renders InfoMessage for "info" type with multi-line text (alternateBuffer=false) 1`] = `
|
||||
"
|
||||
ℹ ⚡ Line 1
|
||||
|
||||
Reference in New Issue
Block a user