You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Two follow-ups after merging upstream main into the PR:
1. Switch the qqbot gateway off the deprecated `openclaw/plugin-sdk/config-types`
subpath. `extensions/qqbot/src/engine/gateway/active-cfg.ts` and
`extensions/qqbot/src/engine/gateway/types.ts` now import `OpenClawConfig`
from the public `openclaw/plugin-sdk/core` entrypoint, matching the
sanctioned surface kept by the package contract guardrails.
2. Update the new #69546 regression test for the async
ResolvedChannelMessageIngress refactor (a0fb7fb): await every
`runAccessStage` call, stub the new `session` and `turn` runtime channel
surfaces, and provide an allow-decision access adapter so the post-route
access check resolves.
0 commit comments