Merge pull request #1320 from 3clyp50/dev2

Decouple browser model wiring; sidebar quick actions; chat input height and fullscreen icon
This commit is contained in:
Jan Tomášek 2026-03-24 19:14:15 +01:00 committed by GitHub
commit ab28c0f25a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 323 additions and 217 deletions

View file

@ -1,8 +0,0 @@
from helpers.extension import Extension
from plugins._model_config.helpers.model_config import build_browser_model
class BrowserModelProvider(Extension):
def execute(self, data: dict = {}, **kwargs):
if self.agent:
data["result"] = build_browser_model(self.agent)