mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-04 00:54:04 +00:00
QQBot fallback approval buttons now reuse the same slash-command authorization path as real commands, including access groups and default-account config merging.
Verification:
- node scripts/test-extension.mjs qqbot
- node --max-old-space-size=8192 --import tsx scripts/generate-plugin-sdk-api-baseline.ts --check && git diff --check
- pnpm lint --threads=8
- node scripts/run-vitest.mjs src/agents/agent-command.live-model-switch.test.ts
- GitHub PR checks for 7cc0f15031: passed
Thanks @eleqtrizit.
Co-authored-by: Agustin Rivera <agustin@rivera-web.com>
7 lines
245 B
TypeScript
7 lines
245 B
TypeScript
export { resolveApprovalApprovers } from "./approval-approvers.js";
|
|
export {
|
|
createResolvedApproverActionAuthAdapter,
|
|
isImplicitSameChatApprovalAuthorization,
|
|
markImplicitSameChatApprovalAuthorization,
|
|
} from "./approval-auth-helpers.js";
|