Merge remote-tracking branch 'origin/master' into feat/gui-full-access-confirmation

# Conflicts:
#	packages/client/ui-conversation/README.i18n.yaml
This commit is contained in:
ZiyaZhang
2026-07-30 07:48:33 -07:00
48 changed files with 986 additions and 39 deletions

View File

@@ -184,6 +184,14 @@
{ "path": "./packages/mcp/mcp-client" },
{ "path": "./packages/host/apiproxy" },
{ "path": "./packages/host/directory-picker" },
{ "path": "./packages/host/directory-picker-auto" },
// Dual-face backend leaves stay client-registered (their tests and client
// halves are excluded above); these references only let the adaptive
// chooser's composition test import each backend's NODE entry, whose
// declarations carry no client-side Context merge — the mirror of the
// client aggregate's webserver reference.
{ "path": "./packages/host/directory-picker-browse" },
{ "path": "./packages/host/directory-picker-native" },
{ "path": "./packages/host/webserver" },
{ "path": "./packages/sdk/sdk-client" },
{ "path": "./packages/sdk/helper" },