@vellumai/assistant 0.5.13 → 0.5.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.env.example +1 -6
- package/AGENTS.md +4 -0
- package/ARCHITECTURE.md +0 -1
- package/bunfig.toml +1 -0
- package/docs/architecture/memory.md +3 -3
- package/openapi.yaml +127 -22
- package/package.json +1 -1
- package/src/__tests__/access-request-decision.test.ts +2 -32
- package/src/__tests__/actor-token-service.test.ts +1 -31
- package/src/__tests__/anthropic-provider.test.ts +53 -40
- package/src/__tests__/app-git-history.test.ts +9 -17
- package/src/__tests__/app-git-service.test.ts +14 -20
- package/src/__tests__/app-store-dir-names.test.ts +10 -20
- package/src/__tests__/approval-cascade.test.ts +2 -19
- package/src/__tests__/approval-primitive.test.ts +2 -27
- package/src/__tests__/approval-routes-http.test.ts +2 -30
- package/src/__tests__/assistant-events-sse-hardening.test.ts +2 -28
- package/src/__tests__/assistant-feature-flags-integration.test.ts +2 -45
- package/src/__tests__/attachments-store.test.ts +5 -32
- package/src/__tests__/audit-log-rotation.test.ts +5 -36
- package/src/__tests__/avatar-e2e.test.ts +1 -9
- package/src/__tests__/avatar-generator.test.ts +1 -7
- package/src/__tests__/browser-fill-credential.test.ts +0 -4
- package/src/__tests__/browser-manager.test.ts +0 -6
- package/src/__tests__/call-controller.test.ts +1 -22
- package/src/__tests__/call-conversation-messages.test.ts +0 -21
- package/src/__tests__/call-domain.test.ts +0 -25
- package/src/__tests__/call-pointer-messages.test.ts +0 -21
- package/src/__tests__/call-recovery.test.ts +0 -22
- package/src/__tests__/call-routes-http.test.ts +0 -24
- package/src/__tests__/call-store.test.ts +0 -21
- package/src/__tests__/cancel-resolves-conversation-key.test.ts +0 -24
- package/src/__tests__/canonical-guardian-store.test.ts +48 -21
- package/src/__tests__/channel-approval-routes.test.ts +6 -26
- package/src/__tests__/channel-approvals.test.ts +1 -38
- package/src/__tests__/channel-delivery-store.test.ts +0 -21
- package/src/__tests__/channel-guardian.test.ts +0 -26
- package/src/__tests__/channel-reply-delivery.test.ts +5 -0
- package/src/__tests__/channel-retry-sweep.test.ts +0 -21
- package/src/__tests__/checker.test.ts +26 -61
- package/src/__tests__/clawhub.test.ts +9 -25
- package/src/__tests__/cli-command-risk-guard.test.ts +0 -18
- package/src/__tests__/config-loader-backfill.test.ts +9 -28
- package/src/__tests__/config-schema-cmd.test.ts +5 -25
- package/src/__tests__/config-schema.test.ts +21 -40
- package/src/__tests__/config-watcher.test.ts +4 -91
- package/src/__tests__/confirmation-request-guardian-bridge.test.ts +0 -21
- package/src/__tests__/contacts-tools.test.ts +0 -21
- package/src/__tests__/context-memory-e2e.test.ts +0 -21
- package/src/__tests__/context-window-manager.test.ts +130 -3
- package/src/__tests__/conversation-abort-tool-results.test.ts +0 -4
- package/src/__tests__/conversation-agent-loop-overflow.test.ts +0 -4
- package/src/__tests__/conversation-agent-loop.test.ts +0 -4
- package/src/__tests__/conversation-attachments.test.ts +1 -24
- package/src/__tests__/conversation-attention-store.test.ts +0 -21
- package/src/__tests__/conversation-attention-telegram.test.ts +0 -22
- package/src/__tests__/conversation-clear-safety.test.ts +0 -22
- package/src/__tests__/conversation-confirmation-signals.test.ts +2 -21
- package/src/__tests__/conversation-delete-schedule-cleanup.test.ts +0 -24
- package/src/__tests__/conversation-disk-view-integration.test.ts +1 -23
- package/src/__tests__/conversation-disk-view.test.ts +5 -27
- package/src/__tests__/conversation-error.test.ts +1 -1
- package/src/__tests__/conversation-fork-crud.test.ts +1 -33
- package/src/__tests__/conversation-fork-route.test.ts +0 -27
- package/src/__tests__/conversation-history-web-search.test.ts +23 -16
- package/src/__tests__/conversation-init.benchmark.test.ts +22 -43
- package/src/__tests__/conversation-key-store-disk-view.test.ts +8 -34
- package/src/__tests__/conversation-load-history-repair.test.ts +0 -4
- package/src/__tests__/conversation-pre-run-repair.test.ts +0 -4
- package/src/__tests__/conversation-provider-retry-repair.test.ts +0 -4
- package/src/__tests__/conversation-queue.test.ts +8 -8
- package/src/__tests__/conversation-routes-disk-view.test.ts +13 -51
- package/src/__tests__/conversation-runtime-assembly.test.ts +64 -38
- package/src/__tests__/conversation-slash-commands.test.ts +5 -0
- package/src/__tests__/conversation-slash-queue.test.ts +0 -4
- package/src/__tests__/conversation-slash-unknown.test.ts +0 -4
- package/src/__tests__/conversation-speed-override.test.ts +326 -0
- package/src/__tests__/conversation-starter-routes.test.ts +0 -23
- package/src/__tests__/conversation-store.test.ts +0 -21
- package/src/__tests__/conversation-unread-route.test.ts +0 -24
- package/src/__tests__/conversation-usage.test.ts +56 -21
- package/src/__tests__/conversation-wipe.test.ts +0 -21
- package/src/__tests__/conversation-workspace-cache-state.test.ts +0 -4
- package/src/__tests__/conversation-workspace-injection.test.ts +0 -4
- package/src/__tests__/conversation-workspace-tool-tracking.test.ts +0 -4
- package/src/__tests__/credential-execution-shell-lockdown.test.ts +8 -5
- package/src/__tests__/credential-vault-unit.test.ts +9 -428
- package/src/__tests__/credentials-cli.test.ts +10 -10
- package/src/__tests__/daemon-assistant-events.test.ts +0 -19
- package/src/__tests__/date-context.test.ts +77 -97
- package/src/__tests__/db-conversation-fork-lineage-migration.test.ts +7 -24
- package/src/__tests__/db-llm-request-log-provider-migration.test.ts +29 -42
- package/src/__tests__/delete-managed-skill-tool.test.ts +2 -10
- package/src/__tests__/deterministic-verification-control-plane.test.ts +1 -26
- package/src/__tests__/docker-signing-key-bootstrap.test.ts +61 -15
- package/src/__tests__/dynamic-skill-workflow-prompt.test.ts +2 -36
- package/src/__tests__/email-cli.test.ts +6 -6
- package/src/__tests__/ephemeral-permissions.test.ts +5 -17
- package/src/__tests__/first-greeting.test.ts +4 -32
- package/src/__tests__/followup-tools.test.ts +0 -21
- package/src/__tests__/gateway-only-enforcement.test.ts +0 -20
- package/src/__tests__/guardian-action-conversation-turn.test.ts +0 -23
- package/src/__tests__/guardian-action-followup-executor.test.ts +0 -23
- package/src/__tests__/guardian-action-followup-store.test.ts +0 -21
- package/src/__tests__/guardian-action-grant-mint-consume.test.ts +0 -21
- package/src/__tests__/guardian-action-late-reply.test.ts +0 -21
- package/src/__tests__/guardian-action-store.test.ts +0 -21
- package/src/__tests__/guardian-action-sweep.test.ts +0 -21
- package/src/__tests__/guardian-binding-drift-heal.test.ts +0 -23
- package/src/__tests__/guardian-decision-primitive-canonical.test.ts +172 -22
- package/src/__tests__/guardian-dispatch.test.ts +0 -21
- package/src/__tests__/guardian-grant-minting.test.ts +0 -22
- package/src/__tests__/guardian-outbound-http.test.ts +0 -22
- package/src/__tests__/guardian-principal-id-roundtrip.test.ts +0 -23
- package/src/__tests__/guardian-routing-invariants.test.ts +0 -22
- package/src/__tests__/guardian-routing-state.test.ts +0 -22
- package/src/__tests__/guardian-verification-voice-binding.test.ts +0 -24
- package/src/__tests__/headless-browser-interactions.test.ts +0 -4
- package/src/__tests__/headless-browser-navigate.test.ts +0 -4
- package/src/__tests__/headless-browser-read-tools.test.ts +0 -4
- package/src/__tests__/headless-browser-snapshot.test.ts +0 -4
- package/src/__tests__/heartbeat-service.test.ts +99 -26
- package/src/__tests__/hooks-blocking.test.ts +3 -3
- package/src/__tests__/hooks-config.test.ts +7 -7
- package/src/__tests__/hooks-discovery.test.ts +3 -3
- package/src/__tests__/hooks-integration.test.ts +5 -5
- package/src/__tests__/hooks-manager.test.ts +3 -3
- package/src/__tests__/hooks-runner.test.ts +5 -23
- package/src/__tests__/hooks-settings.test.ts +3 -3
- package/src/__tests__/hooks-templates.test.ts +3 -3
- package/src/__tests__/http-conversation-lineage.test.ts +0 -27
- package/src/__tests__/identity-intro-cache.test.ts +0 -4
- package/src/__tests__/inbound-invite-redemption.test.ts +0 -22
- package/src/__tests__/inline-skill-load-permissions.test.ts +5 -16
- package/src/__tests__/intent-routing.test.ts +2 -55
- package/src/__tests__/invite-redemption-service.test.ts +0 -21
- package/src/__tests__/invite-routes-http.test.ts +0 -21
- package/src/__tests__/jobs-store-qdrant-breaker.test.ts +0 -17
- package/src/__tests__/journal-context.test.ts +8 -75
- package/src/__tests__/list-messages-attachments.test.ts +0 -22
- package/src/__tests__/llm-context-route-provider.test.ts +0 -21
- package/src/__tests__/llm-request-log-turn-query.test.ts +46 -28
- package/src/__tests__/llm-usage-store.test.ts +0 -21
- package/src/__tests__/log-export-workspace.test.ts +1 -1
- package/src/__tests__/managed-skill-lifecycle.test.ts +1 -1
- package/src/__tests__/managed-store.test.ts +1 -1
- package/src/__tests__/mcp-cli.test.ts +7 -10
- package/src/__tests__/memory-context-benchmark.benchmark.test.ts +0 -21
- package/src/__tests__/memory-jobs-worker-backoff.test.ts +0 -11
- package/src/__tests__/memory-lifecycle-e2e.test.ts +0 -21
- package/src/__tests__/memory-recall-log-store.test.ts +0 -27
- package/src/__tests__/memory-recall-quality.test.ts +0 -21
- package/src/__tests__/memory-regressions.experimental.test.ts +31 -30
- package/src/__tests__/memory-regressions.test.ts +282 -70
- package/src/__tests__/memory-retrieval.benchmark.test.ts +0 -21
- package/src/__tests__/memory-upsert-concurrency.test.ts +0 -21
- package/src/__tests__/messaging-send-tool.test.ts +201 -0
- package/src/__tests__/migration-cross-version-compatibility.test.ts +18 -13
- package/src/__tests__/migration-export-http.test.ts +7 -1
- package/src/__tests__/migration-import-commit-http.test.ts +16 -14
- package/src/__tests__/migration-import-preflight-http.test.ts +27 -44
- package/src/__tests__/migration-validate-http.test.ts +1 -28
- package/src/__tests__/native-web-search.test.ts +25 -22
- package/src/__tests__/non-member-access-request.test.ts +0 -22
- package/src/__tests__/notification-guardian-path.test.ts +0 -21
- package/src/__tests__/notification-schedule-dedup.test.ts +1 -25
- package/src/__tests__/oauth-apps-routes.test.ts +103 -2
- package/src/__tests__/oauth-cli.test.ts +52 -0
- package/src/__tests__/oauth-provider-profiles.test.ts +0 -16
- package/src/__tests__/oauth-provider-serializer.test.ts +232 -0
- package/src/__tests__/oauth-providers-routes.test.ts +257 -0
- package/src/__tests__/oauth-store.test.ts +0 -21
- package/src/__tests__/onboarding-template-contract.test.ts +2 -2
- package/src/__tests__/openai-provider.test.ts +261 -0
- package/src/__tests__/pairing-concurrent.test.ts +6 -6
- package/src/__tests__/pairing-routes.test.ts +7 -1
- package/src/__tests__/path-policy.test.ts +1 -1
- package/src/__tests__/platform.test.ts +64 -88
- package/src/__tests__/playbook-execution.test.ts +0 -21
- package/src/__tests__/playbook-tools.test.ts +0 -21
- package/src/__tests__/pricing.test.ts +100 -0
- package/src/__tests__/relay-server.test.ts +1 -25
- package/src/__tests__/runtime-attachment-metadata.test.ts +0 -24
- package/src/__tests__/runtime-events-sse-parity.test.ts +2 -24
- package/src/__tests__/runtime-events-sse.test.ts +0 -24
- package/src/__tests__/sandbox-diagnostics.test.ts +2 -1
- package/src/__tests__/scaffold-managed-skill-tool.test.ts +1 -1
- package/src/__tests__/schedule-store.test.ts +0 -21
- package/src/__tests__/schedule-tools.test.ts +0 -21
- package/src/__tests__/scheduler-recurrence.test.ts +0 -21
- package/src/__tests__/scoped-approval-grants.test.ts +0 -21
- package/src/__tests__/scoped-grant-security-matrix.test.ts +0 -21
- package/src/__tests__/secret-allowlist.test.ts +1 -1
- package/src/__tests__/secret-ingress-channel.test.ts +0 -5
- package/src/__tests__/secret-ingress-cli.test.ts +0 -6
- package/src/__tests__/secret-ingress-http.test.ts +0 -5
- package/src/__tests__/secret-ingress.test.ts +0 -5
- package/src/__tests__/send-endpoint-busy.test.ts +0 -24
- package/src/__tests__/sequence-store.test.ts +0 -21
- package/src/__tests__/server-history-render.test.ts +0 -24
- package/src/__tests__/shell-tool-proxy-mode.test.ts +0 -4
- package/src/__tests__/skill-load-inline-command.test.ts +9 -0
- package/src/__tests__/skill-load-inline-includes.test.ts +9 -0
- package/src/__tests__/skill-load-tool.test.ts +11 -0
- package/src/__tests__/skills-uninstall.test.ts +10 -8
- package/src/__tests__/skills.test.ts +1 -1
- package/src/__tests__/slack-channel-config.test.ts +1 -1
- package/src/__tests__/slack-inbound-verification.test.ts +0 -22
- package/src/__tests__/starter-bundle.test.ts +4 -1
- package/src/__tests__/suggestion-routes.test.ts +2 -0
- package/src/__tests__/system-prompt.test.ts +1 -1
- package/src/__tests__/terminal-tools.test.ts +1 -1
- package/src/__tests__/test-preload.ts +31 -0
- package/src/__tests__/tool-execution-abort-cleanup.test.ts +1 -1
- package/src/__tests__/tool-execution-pipeline.benchmark.test.ts +1 -1
- package/src/__tests__/tool-executor.test.ts +0 -20
- package/src/__tests__/tool-input-summary.test.ts +124 -0
- package/src/__tests__/tool-preview-lifecycle.test.ts +2 -1
- package/src/__tests__/trust-store.test.ts +7 -1
- package/src/__tests__/trusted-contact-inline-approval-integration.test.ts +1 -1
- package/src/__tests__/trusted-contact-lifecycle-notifications.test.ts +1 -1
- package/src/__tests__/trusted-contact-multichannel.test.ts +1 -1
- package/src/__tests__/trusted-contact-verification.test.ts +1 -1
- package/src/__tests__/turn-boundary-resolution.test.ts +1 -1
- package/src/__tests__/twilio-routes.test.ts +1 -1
- package/src/__tests__/update-bulletin.test.ts +1 -1
- package/src/__tests__/vbundle-pax-and-symlink.test.ts +1 -1
- package/src/__tests__/vellum-self-knowledge-inline-command.test.ts +1 -0
- package/src/__tests__/voice-scoped-grant-consumer.test.ts +1 -1
- package/src/__tests__/voice-session-bridge.test.ts +1 -1
- package/src/__tests__/workspace-migration-009-backfill-conversation-disk-view.test.ts +4 -4
- package/src/__tests__/workspace-migration-013-repair-conversation-disk-view.test.ts +1 -1
- package/src/__tests__/workspace-migration-down-functions.test.ts +15 -3
- package/src/__tests__/workspace-migration-seed-device-id.test.ts +40 -4
- package/src/agent/loop.ts +6 -9
- package/src/approvals/guardian-decision-primitive.ts +46 -18
- package/src/approvals/guardian-request-resolvers.ts +19 -2
- package/src/calls/active-call-lease.ts +2 -2
- package/src/cli/AGENTS.md +1 -1
- package/src/cli/commands/doctor.ts +9 -9
- package/src/cli/commands/memory.ts +142 -0
- package/src/cli/commands/oauth/__tests__/connect.test.ts +13 -11
- package/src/cli/commands/oauth/__tests__/ping.test.ts +1 -1
- package/src/cli/commands/oauth/connect.ts +13 -12
- package/src/cli/commands/oauth/index.ts +1 -1
- package/src/cli/commands/oauth/providers.ts +47 -62
- package/src/cli/commands/platform/__tests__/connect.test.ts +72 -46
- package/src/cli/commands/platform/__tests__/disconnect.test.ts +54 -1
- package/src/cli/commands/platform/__tests__/status.test.ts +36 -0
- package/src/cli/commands/platform/connect.ts +17 -7
- package/src/cli/commands/platform/disconnect.ts +28 -3
- package/src/cli/commands/platform/index.ts +3 -3
- package/src/cli.ts +1 -299
- package/src/config/assistant-feature-flags.ts +23 -15
- package/src/config/bundled-skills/app-builder/TOOLS.json +16 -0
- package/src/config/bundled-skills/app-builder/tools/app-create.ts +4 -0
- package/src/config/bundled-skills/app-builder/tools/app-delete.ts +5 -1
- package/src/config/bundled-skills/app-builder/tools/app-generate-icon.ts +9 -1
- package/src/config/bundled-skills/app-builder/tools/app-refresh.ts +5 -1
- package/src/config/bundled-skills/contacts/TOOLS.json +8 -0
- package/src/config/bundled-skills/contacts/tools/contact-search.ts +10 -1
- package/src/config/bundled-skills/contacts/tools/contact-upsert.ts +16 -2
- package/src/config/bundled-skills/media-processing/tools/ingest-media.ts +1 -0
- package/src/config/bundled-skills/messaging/SKILL.md +7 -7
- package/src/config/bundled-skills/messaging/tools/messaging-send.ts +37 -0
- package/src/config/bundled-skills/slack/SKILL.md +18 -0
- package/src/config/env-registry.ts +15 -11
- package/src/config/env.ts +1 -11
- package/src/config/feature-flag-registry.json +16 -0
- package/src/config/schema.ts +4 -0
- package/src/config/schemas/heartbeat.ts +6 -1
- package/src/config/schemas/inference.ts +14 -3
- package/src/config/schemas/memory-processing.ts +16 -8
- package/src/config/schemas/memory-retrieval.ts +3 -3
- package/src/config/skills.ts +1 -1
- package/src/context/window-manager.ts +174 -51
- package/src/credential-execution/executable-discovery.ts +2 -2
- package/src/daemon/approved-devices-store.ts +2 -2
- package/src/daemon/assistant-attachments.ts +2 -0
- package/src/daemon/config-watcher.ts +4 -50
- package/src/daemon/conversation-agent-loop-handlers.ts +9 -1
- package/src/daemon/conversation-agent-loop.ts +12 -0
- package/src/daemon/conversation-error.ts +3 -5
- package/src/daemon/conversation-history.ts +7 -3
- package/src/daemon/conversation-lifecycle.ts +16 -0
- package/src/daemon/conversation-messaging.ts +1 -0
- package/src/daemon/conversation-notifiers.ts +67 -30
- package/src/daemon/conversation-process.ts +161 -2
- package/src/daemon/conversation-queue-manager.ts +2 -0
- package/src/daemon/conversation-runtime-assembly.ts +33 -11
- package/src/daemon/conversation-slash.ts +14 -3
- package/src/daemon/conversation-tool-setup.ts +2 -0
- package/src/daemon/conversation-usage.ts +32 -4
- package/src/daemon/conversation.ts +33 -1
- package/src/daemon/daemon-control.ts +32 -16
- package/src/daemon/date-context.ts +47 -45
- package/src/daemon/dictation-profile-store.ts +2 -2
- package/src/daemon/handlers/conversations.ts +19 -0
- package/src/daemon/handlers/shared.ts +14 -21
- package/src/daemon/lifecycle.ts +5 -7
- package/src/daemon/message-types/conversations.ts +2 -0
- package/src/daemon/message-types/guardian-actions.ts +3 -17
- package/src/daemon/message-types/integrations.ts +11 -1
- package/src/daemon/message-types/messages.ts +1 -0
- package/src/daemon/pairing-store.ts +2 -79
- package/src/daemon/server.ts +154 -8
- package/src/daemon/watch-handler.ts +65 -21
- package/src/email/guardrails.ts +3 -3
- package/src/heartbeat/heartbeat-service.ts +14 -7
- package/src/hooks/cli.ts +2 -2
- package/src/hooks/config.ts +2 -2
- package/src/hooks/discovery.ts +2 -2
- package/src/hooks/manager.ts +2 -2
- package/src/hooks/runner.ts +5 -2
- package/src/hooks/templates.ts +2 -2
- package/src/memory/admin.ts +181 -2
- package/src/memory/app-git-service.ts +61 -4
- package/src/memory/attachments-store.ts +2 -0
- package/src/memory/canonical-guardian-store.ts +16 -0
- package/src/memory/db-init.ts +8 -0
- package/src/memory/embedding-local.ts +5 -2
- package/src/memory/indexer.ts +44 -26
- package/src/memory/items-extractor.ts +34 -82
- package/src/memory/job-handlers/batch-extraction.ts +741 -0
- package/src/memory/job-handlers/journal-carry-forward.test.ts +383 -0
- package/src/memory/job-handlers/journal-carry-forward.ts +255 -0
- package/src/memory/jobs-store.ts +28 -0
- package/src/memory/jobs-worker.ts +56 -9
- package/src/memory/lifecycle-events-store.ts +4 -2
- package/src/memory/llm-request-log-store.ts +40 -2
- package/src/memory/llm-usage-store.ts +4 -3
- package/src/memory/migrations/199-guardian-request-enrichment-columns.ts +71 -0
- package/src/memory/migrations/200-usage-llm-call-count.ts +20 -0
- package/src/memory/migrations/index.ts +2 -0
- package/src/memory/query-expansion.ts +83 -0
- package/src/memory/retriever.test.ts +119 -0
- package/src/memory/retriever.ts +513 -105
- package/src/memory/schema/guardian.ts +4 -0
- package/src/memory/schema/infrastructure.ts +1 -0
- package/src/memory/search/formatting.test.ts +140 -0
- package/src/memory/search/formatting.ts +143 -198
- package/src/memory/search/mmr.ts +136 -0
- package/src/memory/search/staleness.ts +0 -15
- package/src/memory/search/tier-classifier.ts +10 -21
- package/src/memory/search/types.ts +17 -0
- package/src/messaging/providers/slack/adapter.ts +51 -5
- package/src/notifications/broadcaster.ts +13 -0
- package/src/notifications/copy-composer.ts +8 -0
- package/src/oauth/connect-orchestrator.ts +1 -1
- package/src/oauth/connection-resolver.ts +2 -2
- package/src/oauth/provider-serializer.ts +116 -0
- package/src/permissions/trust-store.ts +24 -7
- package/src/prompts/__tests__/build-cli-reference-section.test.ts +5 -0
- package/src/prompts/journal-context.ts +50 -35
- package/src/prompts/persona-resolver.ts +1 -1
- package/src/prompts/system-prompt.ts +27 -28
- package/src/prompts/templates/BOOTSTRAP.md +14 -1
- package/src/prompts/templates/HEARTBEAT.md +10 -0
- package/src/prompts/templates/NOW.md +19 -25
- package/src/prompts/templates/SOUL.md +13 -1
- package/src/prompts/templates/UPDATES.md +12 -0
- package/src/prompts/update-bulletin.ts +1 -1
- package/src/providers/anthropic/client.ts +89 -18
- package/src/providers/model-catalog.ts +22 -2
- package/src/providers/model-intents.ts +2 -2
- package/src/providers/openai/client.ts +40 -1
- package/src/providers/retry.ts +23 -4
- package/src/providers/types.ts +2 -0
- package/src/runtime/assistant-scope.ts +1 -1
- package/src/runtime/auth/__tests__/credential-service.test.ts +1 -0
- package/src/runtime/auth/route-policy.ts +1 -0
- package/src/runtime/auth/token-service.ts +51 -29
- package/src/runtime/confirmation-request-guardian-bridge.ts +3 -1
- package/src/runtime/guardian-decision-types.ts +16 -10
- package/src/runtime/http-server.ts +3 -14
- package/src/runtime/http-types.ts +1 -0
- package/src/runtime/migrations/vbundle-builder.ts +7 -4
- package/src/runtime/migrations/vbundle-import-analyzer.ts +0 -4
- package/src/runtime/migrations/vbundle-importer.ts +1 -1
- package/src/runtime/routes/conversation-query-routes.ts +40 -8
- package/src/runtime/routes/conversation-routes.ts +125 -3
- package/src/runtime/routes/guardian-action-routes.ts +9 -3
- package/src/runtime/routes/identity-routes.ts +25 -4
- package/src/runtime/routes/llm-context-normalization.ts +1 -0
- package/src/runtime/routes/log-export-routes.ts +34 -12
- package/src/runtime/routes/migration-routes.ts +6 -10
- package/src/runtime/routes/oauth-apps.ts +2 -9
- package/src/runtime/routes/oauth-providers.ts +60 -0
- package/src/runtime/routes/pairing-routes.ts +0 -8
- package/src/runtime/routes/settings-routes.ts +0 -1
- package/src/runtime/routes/telemetry-routes.ts +16 -4
- package/src/security/encrypted-store.ts +2 -2
- package/src/security/secret-allowlist.ts +3 -3
- package/src/signals/emit-event.ts +42 -0
- package/src/signals/user-message.ts +37 -0
- package/src/telemetry/usage-telemetry-reporter.test.ts +83 -19
- package/src/telemetry/usage-telemetry-reporter.ts +23 -17
- package/src/tools/browser/runtime-check.ts +2 -2
- package/src/tools/credentials/vault.ts +2 -249
- package/src/tools/memory/definitions.ts +1 -1
- package/src/tools/memory/handlers.test.ts +50 -8
- package/src/tools/memory/handlers.ts +3 -1
- package/src/tools/side-effects.ts +1 -6
- package/src/tools/terminal/safe-env.ts +3 -2
- package/src/tools/terminal/shell.ts +11 -14
- package/src/tools/tool-approval-handler.ts +20 -1
- package/src/tools/tool-input-summary.ts +66 -0
- package/src/tools/types.ts +4 -0
- package/src/usage/types.ts +4 -0
- package/src/util/device-id.ts +10 -10
- package/src/util/platform.ts +71 -33
- package/src/util/pricing.ts +19 -6
- package/src/util/strip-comment-lines.ts +28 -0
- package/src/workspace/git-service.ts +8 -18
- package/src/workspace/migrations/003-seed-device-id.ts +6 -4
- package/src/workspace/migrations/016-extract-feature-flags-to-protected.ts +7 -1
- package/src/workspace/migrations/017-seed-persona-dirs.ts +2 -4
- package/src/workspace/migrations/021-move-signals-to-workspace.ts +84 -0
- package/src/workspace/migrations/022-move-hooks-to-workspace.ts +94 -0
- package/src/workspace/migrations/023-move-config-files-to-workspace.ts +86 -0
- package/src/workspace/migrations/024-move-runtime-files-to-workspace.ts +126 -0
- package/src/workspace/migrations/migrate-to-workspace-volume.ts +3 -6
- package/src/workspace/migrations/registry.ts +8 -0
- package/src/signals/confirm.ts +0 -82
- package/src/signals/trust-rule.ts +0 -174
|
@@ -44,26 +44,29 @@ mock.module("@anthropic-ai/sdk", () => ({
|
|
|
44
44
|
default: class MockAnthropic {
|
|
45
45
|
static APIError = FakeAPIError;
|
|
46
46
|
constructor(_args: Record<string, unknown>) {}
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
47
|
+
beta = {
|
|
48
|
+
messages: {
|
|
49
|
+
stream: (
|
|
50
|
+
params: Record<string, unknown>,
|
|
51
|
+
_options?: Record<string, unknown>,
|
|
52
|
+
) => {
|
|
53
|
+
lastStreamParams = JSON.parse(JSON.stringify(params));
|
|
54
|
+
const handlers: Record<string, ((...args: unknown[]) => void)[]> =
|
|
55
|
+
{};
|
|
56
|
+
return {
|
|
57
|
+
on(event: string, cb: (...args: unknown[]) => void) {
|
|
58
|
+
(handlers[event] ??= []).push(cb);
|
|
59
|
+
return this;
|
|
60
|
+
},
|
|
61
|
+
async finalMessage() {
|
|
62
|
+
// Fire any pending stream events
|
|
63
|
+
for (const ev of pendingStreamEvents) {
|
|
64
|
+
for (const cb of handlers["streamEvent"] ?? []) cb(ev);
|
|
65
|
+
}
|
|
66
|
+
return { ...fakeResponse, content: fakeResponseContent };
|
|
67
|
+
},
|
|
68
|
+
};
|
|
69
|
+
},
|
|
67
70
|
},
|
|
68
71
|
};
|
|
69
72
|
},
|
|
@@ -371,13 +374,13 @@ describe("Native Web Search — Tool Filtering", () => {
|
|
|
371
374
|
|
|
372
375
|
const tools = lastStreamParams!.tools as Array<{
|
|
373
376
|
name: string;
|
|
374
|
-
cache_control?: { type: string };
|
|
377
|
+
cache_control?: { type: string; ttl?: string };
|
|
375
378
|
}>;
|
|
376
379
|
|
|
377
380
|
// file_read is the last custom tool (only custom tool in this case)
|
|
378
381
|
// and it should get cache_control since it's the last in the mappedOther list
|
|
379
382
|
expect(tools[0].name).toBe("file_read");
|
|
380
|
-
expect(tools[0].cache_control).toEqual({ type: "ephemeral" });
|
|
383
|
+
expect(tools[0].cache_control).toEqual({ type: "ephemeral", ttl: "1h" });
|
|
381
384
|
|
|
382
385
|
// Native web search tool should NOT have cache_control set by the mapping logic
|
|
383
386
|
// (it's appended after the mapped custom tools)
|
|
@@ -7,29 +7,12 @@
|
|
|
7
7
|
* 3. Create a guardian approval request for the access request
|
|
8
8
|
* 4. Deduplicate: don't create duplicate requests for repeated messages
|
|
9
9
|
*/
|
|
10
|
-
import { mkdtempSync, rmSync } from "node:fs";
|
|
11
|
-
import { tmpdir } from "node:os";
|
|
12
|
-
import { join } from "node:path";
|
|
13
10
|
import { afterAll, beforeEach, describe, expect, mock, test } from "bun:test";
|
|
14
11
|
|
|
15
12
|
// ---------------------------------------------------------------------------
|
|
16
13
|
// Test isolation: in-memory SQLite via temp directory
|
|
17
14
|
// ---------------------------------------------------------------------------
|
|
18
15
|
|
|
19
|
-
const testDir = mkdtempSync(join(tmpdir(), "non-member-access-request-test-"));
|
|
20
|
-
|
|
21
|
-
mock.module("../util/platform.js", () => ({
|
|
22
|
-
getRootDir: () => testDir,
|
|
23
|
-
getDataDir: () => testDir,
|
|
24
|
-
isMacOS: () => process.platform === "darwin",
|
|
25
|
-
isLinux: () => process.platform === "linux",
|
|
26
|
-
isWindows: () => process.platform === "win32",
|
|
27
|
-
getPidPath: () => join(testDir, "test.pid"),
|
|
28
|
-
getDbPath: () => join(testDir, "test.db"),
|
|
29
|
-
getLogPath: () => join(testDir, "test.log"),
|
|
30
|
-
ensureDataDir: () => {},
|
|
31
|
-
}));
|
|
32
|
-
|
|
33
16
|
mock.module("../util/logger.js", () => ({
|
|
34
17
|
getLogger: () =>
|
|
35
18
|
new Proxy({} as Record<string, unknown>, {
|
|
@@ -92,11 +75,6 @@ initializeDb();
|
|
|
92
75
|
|
|
93
76
|
afterAll(() => {
|
|
94
77
|
resetDb();
|
|
95
|
-
try {
|
|
96
|
-
rmSync(testDir, { recursive: true });
|
|
97
|
-
} catch {
|
|
98
|
-
/* best effort */
|
|
99
|
-
}
|
|
100
78
|
});
|
|
101
79
|
|
|
102
80
|
// ---------------------------------------------------------------------------
|
|
@@ -5,27 +5,11 @@
|
|
|
5
5
|
* pipeline (including conversation-created callbacks) without a custom dispatch path.
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
|
-
import { mkdtempSync, rmSync } from "node:fs";
|
|
9
|
-
import { tmpdir } from "node:os";
|
|
10
|
-
import { join } from "node:path";
|
|
11
8
|
import { afterAll, beforeEach, describe, expect, mock, test } from "bun:test";
|
|
12
9
|
|
|
13
10
|
import type { ConversationCreatedInfo } from "../notifications/broadcaster.js";
|
|
14
11
|
import type { NotificationDeliveryResult } from "../notifications/types.js";
|
|
15
12
|
|
|
16
|
-
const testDir = mkdtempSync(join(tmpdir(), "notification-guardian-path-"));
|
|
17
|
-
|
|
18
|
-
mock.module("../util/platform.js", () => ({
|
|
19
|
-
getDataDir: () => testDir,
|
|
20
|
-
isMacOS: () => process.platform === "darwin",
|
|
21
|
-
isLinux: () => process.platform === "linux",
|
|
22
|
-
isWindows: () => process.platform === "win32",
|
|
23
|
-
getPidPath: () => join(testDir, "test.pid"),
|
|
24
|
-
getDbPath: () => join(testDir, "test.db"),
|
|
25
|
-
getLogPath: () => join(testDir, "test.log"),
|
|
26
|
-
ensureDataDir: () => {},
|
|
27
|
-
}));
|
|
28
|
-
|
|
29
13
|
mock.module("../util/logger.js", () => ({
|
|
30
14
|
getLogger: () =>
|
|
31
15
|
new Proxy({} as Record<string, unknown>, {
|
|
@@ -152,11 +136,6 @@ describe("ASK_GUARDIAN canonical notification path", () => {
|
|
|
152
136
|
|
|
153
137
|
afterAll(() => {
|
|
154
138
|
resetDb();
|
|
155
|
-
try {
|
|
156
|
-
rmSync(testDir, { recursive: true });
|
|
157
|
-
} catch {
|
|
158
|
-
/* best effort */
|
|
159
|
-
}
|
|
160
139
|
});
|
|
161
140
|
|
|
162
141
|
test("dispatches through emitNotificationSignal with guardian context metadata", async () => {
|
|
@@ -14,25 +14,7 @@
|
|
|
14
14
|
* signals, and `checkDedupe` never finds a matching row.
|
|
15
15
|
*/
|
|
16
16
|
|
|
17
|
-
import {
|
|
18
|
-
import { tmpdir } from "node:os";
|
|
19
|
-
import { join } from "node:path";
|
|
20
|
-
import { afterAll, beforeEach, describe, expect, mock, test } from "bun:test";
|
|
21
|
-
|
|
22
|
-
const testDir = mkdtempSync(
|
|
23
|
-
join(tmpdir(), "notification-schedule-dedup-test-"),
|
|
24
|
-
);
|
|
25
|
-
|
|
26
|
-
mock.module("../util/platform.js", () => ({
|
|
27
|
-
getDataDir: () => testDir,
|
|
28
|
-
isMacOS: () => process.platform === "darwin",
|
|
29
|
-
isLinux: () => process.platform === "linux",
|
|
30
|
-
isWindows: () => process.platform === "win32",
|
|
31
|
-
getPidPath: () => join(testDir, "test.pid"),
|
|
32
|
-
getDbPath: () => join(testDir, "test.db"),
|
|
33
|
-
getLogPath: () => join(testDir, "test.log"),
|
|
34
|
-
ensureDataDir: () => {},
|
|
35
|
-
}));
|
|
17
|
+
import { beforeEach, describe, expect, mock, test } from "bun:test";
|
|
36
18
|
|
|
37
19
|
mock.module("../util/logger.js", () => ({
|
|
38
20
|
getLogger: () =>
|
|
@@ -54,12 +36,6 @@ import type { NotificationDecision } from "../notifications/types.js";
|
|
|
54
36
|
|
|
55
37
|
initializeDb();
|
|
56
38
|
|
|
57
|
-
afterAll(() => {
|
|
58
|
-
try {
|
|
59
|
-
rmSync(testDir, { recursive: true, force: true });
|
|
60
|
-
} catch {}
|
|
61
|
-
});
|
|
62
|
-
|
|
63
39
|
beforeEach(() => {
|
|
64
40
|
// Clear notification events between tests for isolation
|
|
65
41
|
getDb().delete(notificationEvents).run();
|
|
@@ -10,7 +10,7 @@ const mockListConnections = mock(() => [
|
|
|
10
10
|
{
|
|
11
11
|
id: "conn-1",
|
|
12
12
|
providerKey: "google",
|
|
13
|
-
accountInfo:
|
|
13
|
+
accountInfo: '{"email":"alice@example.com"}',
|
|
14
14
|
grantedScopes: '["email","profile"]',
|
|
15
15
|
status: "active",
|
|
16
16
|
hasRefreshToken: 1,
|
|
@@ -37,7 +37,44 @@ mock.module("../oauth/oauth-store.js", () => ({
|
|
|
37
37
|
getApp: mockGetApp,
|
|
38
38
|
getAppClientSecret: mock(() => Promise.resolve(undefined)),
|
|
39
39
|
getConnection: mock(() => undefined),
|
|
40
|
-
getProvider: mock(() =>
|
|
40
|
+
getProvider: mock((providerKey: string) =>
|
|
41
|
+
providerKey === "google"
|
|
42
|
+
? {
|
|
43
|
+
providerKey: "google",
|
|
44
|
+
displayName: "Google",
|
|
45
|
+
description: "Google OAuth provider",
|
|
46
|
+
dashboardUrl: "https://console.cloud.google.com/apis/credentials",
|
|
47
|
+
clientIdPlaceholder: null,
|
|
48
|
+
requiresClientSecret: 1,
|
|
49
|
+
managedServiceConfigKey: "google-oauth",
|
|
50
|
+
authUrl: "https://accounts.google.com/o/oauth2/v2/auth",
|
|
51
|
+
tokenUrl: "https://oauth2.googleapis.com/token",
|
|
52
|
+
tokenEndpointAuthMethod: null,
|
|
53
|
+
userinfoUrl: null,
|
|
54
|
+
baseUrl: null,
|
|
55
|
+
defaultScopes: "[]",
|
|
56
|
+
scopePolicy: "[]",
|
|
57
|
+
extraParams: null,
|
|
58
|
+
callbackTransport: null,
|
|
59
|
+
pingUrl: null,
|
|
60
|
+
pingMethod: null,
|
|
61
|
+
pingHeaders: null,
|
|
62
|
+
pingBody: null,
|
|
63
|
+
loopbackPort: null,
|
|
64
|
+
injectionTemplates: null,
|
|
65
|
+
appType: null,
|
|
66
|
+
setupNotes: null,
|
|
67
|
+
identityUrl: null,
|
|
68
|
+
identityMethod: null,
|
|
69
|
+
identityHeaders: null,
|
|
70
|
+
identityBody: null,
|
|
71
|
+
identityFormat: null,
|
|
72
|
+
identityOkField: null,
|
|
73
|
+
createdAt: 1735689500000,
|
|
74
|
+
updatedAt: 1735689550000,
|
|
75
|
+
}
|
|
76
|
+
: undefined,
|
|
77
|
+
),
|
|
41
78
|
listApps: mock(() => []),
|
|
42
79
|
listConnections: mockListConnections,
|
|
43
80
|
upsertApp: mock(() =>
|
|
@@ -101,3 +138,67 @@ describe("GET /v1/oauth/apps/:appId/connections", () => {
|
|
|
101
138
|
expect(body.connections[1]?.has_refresh_token).toBe(false);
|
|
102
139
|
});
|
|
103
140
|
});
|
|
141
|
+
|
|
142
|
+
describe("GET /v1/oauth/apps", () => {
|
|
143
|
+
test("returns provider metadata with correct types when provider exists", async () => {
|
|
144
|
+
const req = new Request(
|
|
145
|
+
"http://localhost/v1/oauth/apps?provider_key=google",
|
|
146
|
+
);
|
|
147
|
+
const url = new URL(req.url);
|
|
148
|
+
const res = await getRoute("GET", "oauth/apps").handler({
|
|
149
|
+
req,
|
|
150
|
+
url,
|
|
151
|
+
server: null as never,
|
|
152
|
+
authContext: null as never,
|
|
153
|
+
params: {},
|
|
154
|
+
});
|
|
155
|
+
|
|
156
|
+
expect(res.status).toBe(200);
|
|
157
|
+
const body = (await res.json()) as {
|
|
158
|
+
provider: {
|
|
159
|
+
provider_key: string;
|
|
160
|
+
display_name: string | null;
|
|
161
|
+
description: string | null;
|
|
162
|
+
dashboard_url: string | null;
|
|
163
|
+
client_id_placeholder: string | null;
|
|
164
|
+
requires_client_secret: boolean;
|
|
165
|
+
supports_managed_mode: boolean;
|
|
166
|
+
} | null;
|
|
167
|
+
apps: unknown[];
|
|
168
|
+
};
|
|
169
|
+
|
|
170
|
+
expect(body.provider).not.toBeNull();
|
|
171
|
+
expect(body.provider!.provider_key).toBe("google");
|
|
172
|
+
expect(body.provider!.display_name).toBe("Google");
|
|
173
|
+
expect(body.provider!.description).toBe("Google OAuth provider");
|
|
174
|
+
|
|
175
|
+
// requires_client_secret is normalised to a boolean by the shared serializer
|
|
176
|
+
expect(body.provider!.requires_client_secret).toBe(true);
|
|
177
|
+
expect(typeof body.provider!.requires_client_secret).toBe("boolean");
|
|
178
|
+
|
|
179
|
+
// supports_managed_mode is derived from the presence of managedServiceConfigKey
|
|
180
|
+
expect(body.provider!.supports_managed_mode).toBe(true);
|
|
181
|
+
});
|
|
182
|
+
|
|
183
|
+
test("returns null provider when provider does not exist", async () => {
|
|
184
|
+
const req = new Request(
|
|
185
|
+
"http://localhost/v1/oauth/apps?provider_key=unknown",
|
|
186
|
+
);
|
|
187
|
+
const url = new URL(req.url);
|
|
188
|
+
const res = await getRoute("GET", "oauth/apps").handler({
|
|
189
|
+
req,
|
|
190
|
+
url,
|
|
191
|
+
server: null as never,
|
|
192
|
+
authContext: null as never,
|
|
193
|
+
params: {},
|
|
194
|
+
});
|
|
195
|
+
|
|
196
|
+
expect(res.status).toBe(200);
|
|
197
|
+
const body = (await res.json()) as {
|
|
198
|
+
provider: unknown;
|
|
199
|
+
apps: unknown[];
|
|
200
|
+
};
|
|
201
|
+
|
|
202
|
+
expect(body.provider).toBeNull();
|
|
203
|
+
});
|
|
204
|
+
});
|
|
@@ -406,6 +406,7 @@ describe("assistant oauth providers list", () => {
|
|
|
406
406
|
defaultScopes: "[]",
|
|
407
407
|
scopePolicy: "{}",
|
|
408
408
|
extraParams: null,
|
|
409
|
+
managedServiceConfigKey: "google-oauth",
|
|
409
410
|
createdAt: "2025-01-01T00:00:00.000Z",
|
|
410
411
|
updatedAt: "2025-01-01T00:00:00.000Z",
|
|
411
412
|
},
|
|
@@ -416,6 +417,7 @@ describe("assistant oauth providers list", () => {
|
|
|
416
417
|
defaultScopes: "[]",
|
|
417
418
|
scopePolicy: "{}",
|
|
418
419
|
extraParams: null,
|
|
420
|
+
managedServiceConfigKey: "google-calendar-oauth",
|
|
419
421
|
createdAt: "2025-01-01T00:00:00.000Z",
|
|
420
422
|
updatedAt: "2025-01-01T00:00:00.000Z",
|
|
421
423
|
},
|
|
@@ -426,6 +428,7 @@ describe("assistant oauth providers list", () => {
|
|
|
426
428
|
defaultScopes: "[]",
|
|
427
429
|
scopePolicy: "{}",
|
|
428
430
|
extraParams: null,
|
|
431
|
+
managedServiceConfigKey: null,
|
|
429
432
|
createdAt: "2025-01-01T00:00:00.000Z",
|
|
430
433
|
updatedAt: "2025-01-01T00:00:00.000Z",
|
|
431
434
|
},
|
|
@@ -436,6 +439,7 @@ describe("assistant oauth providers list", () => {
|
|
|
436
439
|
defaultScopes: "[]",
|
|
437
440
|
scopePolicy: "{}",
|
|
438
441
|
extraParams: null,
|
|
442
|
+
managedServiceConfigKey: null,
|
|
439
443
|
createdAt: "2025-01-01T00:00:00.000Z",
|
|
440
444
|
updatedAt: "2025-01-01T00:00:00.000Z",
|
|
441
445
|
},
|
|
@@ -535,6 +539,54 @@ describe("assistant oauth providers list", () => {
|
|
|
535
539
|
expect(keys).toContain("google-calendar");
|
|
536
540
|
expect(keys).toContain("slack");
|
|
537
541
|
});
|
|
542
|
+
|
|
543
|
+
test("--supports-managed returns only providers with managedServiceConfigKey set", async () => {
|
|
544
|
+
const { exitCode, stdout } = await runCli([
|
|
545
|
+
"providers",
|
|
546
|
+
"list",
|
|
547
|
+
"--supports-managed",
|
|
548
|
+
"--json",
|
|
549
|
+
]);
|
|
550
|
+
expect(exitCode).toBe(0);
|
|
551
|
+
const parsed = JSON.parse(stdout);
|
|
552
|
+
expect(parsed).toHaveLength(2);
|
|
553
|
+
const keys = parsed.map((p: { providerKey: string }) => p.providerKey);
|
|
554
|
+
expect(keys).toContain("google");
|
|
555
|
+
expect(keys).toContain("google-calendar");
|
|
556
|
+
expect(keys).not.toContain("slack");
|
|
557
|
+
expect(keys).not.toContain("twitter");
|
|
558
|
+
});
|
|
559
|
+
|
|
560
|
+
test("--supports-managed combined with --provider-key applies both filters (AND)", async () => {
|
|
561
|
+
const { exitCode, stdout } = await runCli([
|
|
562
|
+
"providers",
|
|
563
|
+
"list",
|
|
564
|
+
"--supports-managed",
|
|
565
|
+
"--provider-key",
|
|
566
|
+
"google",
|
|
567
|
+
"--json",
|
|
568
|
+
]);
|
|
569
|
+
expect(exitCode).toBe(0);
|
|
570
|
+
const parsed = JSON.parse(stdout);
|
|
571
|
+
// Both google and google-calendar match --provider-key "google" AND have
|
|
572
|
+
// managedServiceConfigKey set, so both are returned.
|
|
573
|
+
expect(parsed).toHaveLength(2);
|
|
574
|
+
const keys = parsed.map((p: { providerKey: string }) => p.providerKey);
|
|
575
|
+
expect(keys).toContain("google");
|
|
576
|
+
expect(keys).toContain("google-calendar");
|
|
577
|
+
});
|
|
578
|
+
|
|
579
|
+
test("without --supports-managed all providers are returned (existing behavior)", async () => {
|
|
580
|
+
const { exitCode, stdout } = await runCli(["providers", "list", "--json"]);
|
|
581
|
+
expect(exitCode).toBe(0);
|
|
582
|
+
const parsed = JSON.parse(stdout);
|
|
583
|
+
expect(parsed).toHaveLength(4);
|
|
584
|
+
const keys = parsed.map((p: { providerKey: string }) => p.providerKey);
|
|
585
|
+
expect(keys).toContain("google");
|
|
586
|
+
expect(keys).toContain("google-calendar");
|
|
587
|
+
expect(keys).toContain("slack");
|
|
588
|
+
expect(keys).toContain("twitter");
|
|
589
|
+
});
|
|
538
590
|
});
|
|
539
591
|
|
|
540
592
|
// ---------------------------------------------------------------------------
|
|
@@ -1,21 +1,5 @@
|
|
|
1
|
-
import { mkdtempSync } from "node:fs";
|
|
2
|
-
import { tmpdir } from "node:os";
|
|
3
|
-
import { join } from "node:path";
|
|
4
1
|
import { describe, expect, mock, test } from "bun:test";
|
|
5
2
|
|
|
6
|
-
const testDir = mkdtempSync(join(tmpdir(), "oauth-provider-profiles-test-"));
|
|
7
|
-
|
|
8
|
-
mock.module("../util/platform.js", () => ({
|
|
9
|
-
getDataDir: () => testDir,
|
|
10
|
-
isMacOS: () => process.platform === "darwin",
|
|
11
|
-
isLinux: () => process.platform === "linux",
|
|
12
|
-
isWindows: () => process.platform === "win32",
|
|
13
|
-
getPidPath: () => join(testDir, "test.pid"),
|
|
14
|
-
getDbPath: () => ":memory:",
|
|
15
|
-
getLogPath: () => join(testDir, "test.log"),
|
|
16
|
-
ensureDataDir: () => {},
|
|
17
|
-
}));
|
|
18
|
-
|
|
19
3
|
mock.module("../util/logger.js", () => ({
|
|
20
4
|
getLogger: () =>
|
|
21
5
|
new Proxy({} as Record<string, unknown>, {
|
|
@@ -0,0 +1,232 @@
|
|
|
1
|
+
import { describe, expect, test } from "bun:test";
|
|
2
|
+
|
|
3
|
+
import type { OAuthProviderRow } from "../oauth/oauth-store.js";
|
|
4
|
+
import {
|
|
5
|
+
serializeProvider,
|
|
6
|
+
serializeProviderSummary,
|
|
7
|
+
} from "../oauth/provider-serializer.js";
|
|
8
|
+
|
|
9
|
+
/** Helper to build a minimal valid provider row with sensible defaults. */
|
|
10
|
+
function makeRow(overrides: Partial<OAuthProviderRow> = {}): OAuthProviderRow {
|
|
11
|
+
const now = Date.now();
|
|
12
|
+
return {
|
|
13
|
+
providerKey: "test-provider",
|
|
14
|
+
authUrl: "https://auth.example.com/authorize",
|
|
15
|
+
tokenUrl: "https://auth.example.com/token",
|
|
16
|
+
tokenEndpointAuthMethod: null,
|
|
17
|
+
userinfoUrl: null,
|
|
18
|
+
baseUrl: null,
|
|
19
|
+
defaultScopes: "[]",
|
|
20
|
+
scopePolicy: "{}",
|
|
21
|
+
extraParams: null,
|
|
22
|
+
callbackTransport: null,
|
|
23
|
+
pingUrl: null,
|
|
24
|
+
pingMethod: null,
|
|
25
|
+
pingHeaders: null,
|
|
26
|
+
pingBody: null,
|
|
27
|
+
managedServiceConfigKey: null,
|
|
28
|
+
displayName: null,
|
|
29
|
+
description: null,
|
|
30
|
+
dashboardUrl: null,
|
|
31
|
+
clientIdPlaceholder: null,
|
|
32
|
+
requiresClientSecret: 1,
|
|
33
|
+
loopbackPort: null,
|
|
34
|
+
injectionTemplates: null,
|
|
35
|
+
appType: null,
|
|
36
|
+
setupNotes: null,
|
|
37
|
+
identityUrl: null,
|
|
38
|
+
identityMethod: null,
|
|
39
|
+
identityHeaders: null,
|
|
40
|
+
identityBody: null,
|
|
41
|
+
identityResponsePaths: null,
|
|
42
|
+
identityFormat: null,
|
|
43
|
+
identityOkField: null,
|
|
44
|
+
createdAt: now,
|
|
45
|
+
updatedAt: now,
|
|
46
|
+
...overrides,
|
|
47
|
+
};
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
describe("serializeProvider", () => {
|
|
51
|
+
test("parses JSON fields correctly", () => {
|
|
52
|
+
const row = makeRow({
|
|
53
|
+
defaultScopes: JSON.stringify(["openid", "email"]),
|
|
54
|
+
scopePolicy: JSON.stringify({ required: ["openid"] }),
|
|
55
|
+
extraParams: JSON.stringify({ access_type: "offline" }),
|
|
56
|
+
pingHeaders: JSON.stringify({ "X-Api-Version": "2" }),
|
|
57
|
+
pingBody: JSON.stringify({ query: "{ me { id } }" }),
|
|
58
|
+
injectionTemplates: JSON.stringify([
|
|
59
|
+
{
|
|
60
|
+
hostPattern: "api.example.com",
|
|
61
|
+
injectionType: "header",
|
|
62
|
+
headerName: "Authorization",
|
|
63
|
+
valuePrefix: "Bearer ",
|
|
64
|
+
},
|
|
65
|
+
]),
|
|
66
|
+
setupNotes: JSON.stringify(["Enable the API", "Add test users"]),
|
|
67
|
+
identityHeaders: JSON.stringify({ "Notion-Version": "2022-06-28" }),
|
|
68
|
+
identityBody: JSON.stringify({ query: "{ viewer { email } }" }),
|
|
69
|
+
identityResponsePaths: JSON.stringify(["email", "name"]),
|
|
70
|
+
});
|
|
71
|
+
|
|
72
|
+
const result = serializeProvider(row)!;
|
|
73
|
+
|
|
74
|
+
expect(result.defaultScopes).toEqual(["openid", "email"]);
|
|
75
|
+
expect(result.scopePolicy).toEqual({ required: ["openid"] });
|
|
76
|
+
expect(result.extraParams).toEqual({ access_type: "offline" });
|
|
77
|
+
expect(result.pingHeaders).toEqual({ "X-Api-Version": "2" });
|
|
78
|
+
expect(result.pingBody).toEqual({ query: "{ me { id } }" });
|
|
79
|
+
expect(result.injectionTemplates).toEqual([
|
|
80
|
+
{
|
|
81
|
+
hostPattern: "api.example.com",
|
|
82
|
+
injectionType: "header",
|
|
83
|
+
headerName: "Authorization",
|
|
84
|
+
valuePrefix: "Bearer ",
|
|
85
|
+
},
|
|
86
|
+
]);
|
|
87
|
+
expect(result.setupNotes).toEqual(["Enable the API", "Add test users"]);
|
|
88
|
+
expect(result.identityHeaders).toEqual({ "Notion-Version": "2022-06-28" });
|
|
89
|
+
expect(result.identityBody).toEqual({ query: "{ viewer { email } }" });
|
|
90
|
+
expect(result.identityResponsePaths).toEqual(["email", "name"]);
|
|
91
|
+
});
|
|
92
|
+
|
|
93
|
+
test("returns empty defaults for null/missing JSON fields", () => {
|
|
94
|
+
const row = makeRow();
|
|
95
|
+
const result = serializeProvider(row)!;
|
|
96
|
+
|
|
97
|
+
expect(result.defaultScopes).toEqual([]);
|
|
98
|
+
expect(result.scopePolicy).toEqual({});
|
|
99
|
+
expect(result.extraParams).toBeNull();
|
|
100
|
+
expect(result.pingHeaders).toBeNull();
|
|
101
|
+
expect(result.pingBody).toBeNull();
|
|
102
|
+
expect(result.injectionTemplates).toBeNull();
|
|
103
|
+
expect(result.setupNotes).toBeNull();
|
|
104
|
+
expect(result.identityHeaders).toBeNull();
|
|
105
|
+
expect(result.identityBody).toBeNull();
|
|
106
|
+
expect(result.identityResponsePaths).toBeNull();
|
|
107
|
+
});
|
|
108
|
+
|
|
109
|
+
test("supportsManagedMode is true when managedServiceConfigKey is non-null", () => {
|
|
110
|
+
const row = makeRow({ managedServiceConfigKey: "google-managed" });
|
|
111
|
+
const result = serializeProvider(row)!;
|
|
112
|
+
expect(result.supportsManagedMode).toBe(true);
|
|
113
|
+
});
|
|
114
|
+
|
|
115
|
+
test("supportsManagedMode is false when managedServiceConfigKey is null", () => {
|
|
116
|
+
const row = makeRow({ managedServiceConfigKey: null });
|
|
117
|
+
const result = serializeProvider(row)!;
|
|
118
|
+
expect(result.supportsManagedMode).toBe(false);
|
|
119
|
+
});
|
|
120
|
+
|
|
121
|
+
test("requiresClientSecret defaults to true when value is 1", () => {
|
|
122
|
+
const row = makeRow({ requiresClientSecret: 1 });
|
|
123
|
+
const result = serializeProvider(row)!;
|
|
124
|
+
expect(result.requiresClientSecret).toBe(true);
|
|
125
|
+
});
|
|
126
|
+
|
|
127
|
+
test("requiresClientSecret is false when value is 0", () => {
|
|
128
|
+
const row = makeRow({ requiresClientSecret: 0 });
|
|
129
|
+
const result = serializeProvider(row)!;
|
|
130
|
+
expect(result.requiresClientSecret).toBe(false);
|
|
131
|
+
});
|
|
132
|
+
|
|
133
|
+
test("requiresClientSecret defaults to true when coerced from default integer 1", () => {
|
|
134
|
+
// The DB column defaults to 1 — verify the serializer treats it as true.
|
|
135
|
+
const row = makeRow();
|
|
136
|
+
const result = serializeProvider(row)!;
|
|
137
|
+
expect(result.requiresClientSecret).toBe(true);
|
|
138
|
+
});
|
|
139
|
+
|
|
140
|
+
test("timestamps are converted to ISO strings", () => {
|
|
141
|
+
const ts = 1700000000000;
|
|
142
|
+
const row = makeRow({ createdAt: ts, updatedAt: ts });
|
|
143
|
+
const result = serializeProvider(row)!;
|
|
144
|
+
|
|
145
|
+
expect(result.createdAt).toBe(new Date(ts).toISOString());
|
|
146
|
+
expect(result.updatedAt).toBe(new Date(ts).toISOString());
|
|
147
|
+
});
|
|
148
|
+
|
|
149
|
+
test("accepts a redirectUri override via options", () => {
|
|
150
|
+
const row = makeRow();
|
|
151
|
+
const result = serializeProvider(row, {
|
|
152
|
+
redirectUri: "http://localhost:8080/oauth/callback",
|
|
153
|
+
})!;
|
|
154
|
+
expect(result.redirectUri).toBe("http://localhost:8080/oauth/callback");
|
|
155
|
+
});
|
|
156
|
+
|
|
157
|
+
test("redirectUri defaults to null when no override is provided", () => {
|
|
158
|
+
const row = makeRow();
|
|
159
|
+
const result = serializeProvider(row)!;
|
|
160
|
+
expect(result.redirectUri).toBeNull();
|
|
161
|
+
});
|
|
162
|
+
|
|
163
|
+
test("returns undefined for undefined input", () => {
|
|
164
|
+
expect(serializeProvider(undefined)).toBeUndefined();
|
|
165
|
+
});
|
|
166
|
+
|
|
167
|
+
test("returns null for null input", () => {
|
|
168
|
+
expect(serializeProvider(null)).toBeNull();
|
|
169
|
+
});
|
|
170
|
+
});
|
|
171
|
+
|
|
172
|
+
describe("serializeProviderSummary", () => {
|
|
173
|
+
test("returns the expected subset of fields in snake_case", () => {
|
|
174
|
+
const row = makeRow({
|
|
175
|
+
providerKey: "google",
|
|
176
|
+
displayName: "Google",
|
|
177
|
+
description: "Google OAuth 2.0",
|
|
178
|
+
dashboardUrl: "https://console.cloud.google.com",
|
|
179
|
+
clientIdPlaceholder: "your-client-id.apps.googleusercontent.com",
|
|
180
|
+
requiresClientSecret: 1,
|
|
181
|
+
managedServiceConfigKey: "google-managed",
|
|
182
|
+
});
|
|
183
|
+
|
|
184
|
+
const result = serializeProviderSummary(row)!;
|
|
185
|
+
|
|
186
|
+
expect(result).toEqual({
|
|
187
|
+
provider_key: "google",
|
|
188
|
+
display_name: "Google",
|
|
189
|
+
description: "Google OAuth 2.0",
|
|
190
|
+
dashboard_url: "https://console.cloud.google.com",
|
|
191
|
+
client_id_placeholder: "your-client-id.apps.googleusercontent.com",
|
|
192
|
+
requires_client_secret: true,
|
|
193
|
+
supports_managed_mode: true,
|
|
194
|
+
});
|
|
195
|
+
});
|
|
196
|
+
|
|
197
|
+
test("nullifies missing optional fields", () => {
|
|
198
|
+
const row = makeRow({
|
|
199
|
+
displayName: null,
|
|
200
|
+
description: null,
|
|
201
|
+
dashboardUrl: null,
|
|
202
|
+
clientIdPlaceholder: null,
|
|
203
|
+
});
|
|
204
|
+
|
|
205
|
+
const result = serializeProviderSummary(row)!;
|
|
206
|
+
|
|
207
|
+
expect(result.display_name).toBeNull();
|
|
208
|
+
expect(result.description).toBeNull();
|
|
209
|
+
expect(result.dashboard_url).toBeNull();
|
|
210
|
+
expect(result.client_id_placeholder).toBeNull();
|
|
211
|
+
});
|
|
212
|
+
|
|
213
|
+
test("requires_client_secret is false when value is 0", () => {
|
|
214
|
+
const row = makeRow({ requiresClientSecret: 0 });
|
|
215
|
+
const result = serializeProviderSummary(row)!;
|
|
216
|
+
expect(result.requires_client_secret).toBe(false);
|
|
217
|
+
});
|
|
218
|
+
|
|
219
|
+
test("supports_managed_mode is false when managedServiceConfigKey is null", () => {
|
|
220
|
+
const row = makeRow({ managedServiceConfigKey: null });
|
|
221
|
+
const result = serializeProviderSummary(row)!;
|
|
222
|
+
expect(result.supports_managed_mode).toBe(false);
|
|
223
|
+
});
|
|
224
|
+
|
|
225
|
+
test("returns null for null input", () => {
|
|
226
|
+
expect(serializeProviderSummary(null)).toBeNull();
|
|
227
|
+
});
|
|
228
|
+
|
|
229
|
+
test("returns null for undefined input", () => {
|
|
230
|
+
expect(serializeProviderSummary(undefined)).toBeNull();
|
|
231
|
+
});
|
|
232
|
+
});
|