Skip to content

Settings - gemma model router parent should be showindialog false #21201

@psinha40898

Description

@psinha40898

What happened?

The setting shows up twice because the parent is not hidden

      gemmaModelRouter: {
        type: 'object',
        label: 'Gemma Model Router',
        category: 'Experimental',
        requiresRestart: true,
        default: {},
        description: 'Enable Gemma model router (experimental).',
        showInDialog: true, // This should be false!!
        properties: {
          enabled: {
            type: 'boolean',
            label: 'Enable Gemma Model Router',
            category: 'Experimental',
            requiresRestart: true,
            default: false,
            description:
              'Enable the Gemma Model Router. Requires a local endpoint serving Gemma via the Gemini API using LiteRT-LM shim.',
            showInDialog: true, // This is good and should be true if we want it in the UI!
          },

What did you expect to happen?

The setting should appear once

Client information

Client Information

Run gemini to enter the interactive CLI, then run the /about command.

> /about
# paste output here

Login information

No response

Anything else we need to know?

No response

Metadata

Metadata

Assignees

Labels

area/coreIssues related to User Interface, OS Support, Core Functionalityhelp wantedWe will accept PRs from all issues marked as "help wanted". Thanks for your support!

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions