mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-06-09 02:22:43 -07:00
Feat: Add Machine Hostname to CLI interface (#25637)
Signed-off-by: M-DEV-1 <mahadevankizhakkedathu@gmail.com> Co-authored-by: Tommaso Sciortino <sciortino@gmail.com>
This commit is contained in:
@@ -120,6 +120,7 @@ describe('footerItems', () => {
|
||||
'quota',
|
||||
'memory-usage',
|
||||
'session-id',
|
||||
'hostname',
|
||||
'code-changes',
|
||||
'token-count',
|
||||
]);
|
||||
|
||||
@@ -47,6 +47,11 @@ export const ALL_ITEMS = [
|
||||
header: 'session',
|
||||
description: 'Unique identifier for the current session',
|
||||
},
|
||||
{
|
||||
id: 'hostname',
|
||||
header: 'machine',
|
||||
description: 'Current machine hostname',
|
||||
},
|
||||
{
|
||||
id: 'auth',
|
||||
header: '/auth',
|
||||
@@ -75,6 +80,7 @@ export const DEFAULT_ORDER = [
|
||||
'quota',
|
||||
'memory-usage',
|
||||
'session-id',
|
||||
'hostname',
|
||||
'auth',
|
||||
'code-changes',
|
||||
'token-count',
|
||||
|
||||
Reference in New Issue
Block a user