Skip to content

AI Agents Settings - it uses only the user scope - can't use the a default application setting to control it #16601

@safisa

Description

@safisa

Bug Description:

Hi,
I want to be able to disable some agents using the preference settings by default, using the application setting like this:

"theia": {
    "target": "browser",
    "frontend": {
      "config": {
         "ai-features.agentSettings": {
             "AppTester": {
                 "enable": false
              },
              "ProjectInfo": {
                 "enable": false
              }
          }
      }
    }
}

But the theia agents settings service uses the user scope for load and save, and does not respect the other scope settings.

Additional Information

  • Operating System: Mac
  • Theia Version: 1.66

Metadata

Metadata

Labels

bugbugs found in the applicationextensibilityissues to simplify ability to extend Theiatheia-aiissues related to TheiaAI

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions