openclaw/extensions/qqbot
2026-05-01 10:01:33 +01:00
..
skills feat(qqbot): group chat support, C2C streaming, chunked media upload, and architecture refactor (#70624) 2026-04-27 23:19:12 +08:00
src refactor: drop unused qqbot utility exports 2026-05-01 10:01:33 +01:00
api.ts refactor: pin remaining extension api surfaces 2026-04-27 21:02:53 +01:00
channel-plugin-api.ts test(ci): reduce channel contract import cost 2026-04-21 00:40:07 +01:00
index.ts feat(qqbot): extract self-contained engine/ architecture with QR-code onboarding, approval handling (#67960) 2026-04-22 01:05:12 +08:00
openclaw.plugin.json perf: mark channel plugins startup lazy 2026-04-28 04:33:47 +01:00
package.json fix(qqbot): unify slash command auth, c2cOnly gating, and file delivery (#73616) 2026-04-30 16:12:39 +08:00
runtime-api.ts refactor(plugin-sdk): narrow config runtime imports 2026-04-27 14:58:32 +01:00
setup-entry.ts fix(channels): keep bundled setup entries dependency-light 2026-04-24 06:10:07 +01:00
setup-plugin-api.ts fix(channels): keep bundled setup entries dependency-light 2026-04-24 06:10:07 +01:00
tsconfig.json