feat: Only send custom notifications when ACP client specifies this capability in the initialization request (#9596)

This commit is contained in:
Lifei Zhou
2026-06-05 08:39:59 +10:00
committed by GitHub
parent 6251e56347
commit ec519eeaaf
15 changed files with 306 additions and 103 deletions
+7
View File
@@ -194,6 +194,13 @@ jobs:
source ./bin/activate-hermit
just check-acp-schema
- name: Test ACP Client SDK
run: |
source ./bin/activate-hermit
cd ui/sdk
pnpm test
pnpm run typecheck:test
desktop-lint:
name: Test and Lint Electron Desktop App
runs-on: macos-latest