openclaw/extensions/qqbot
Peter Steinberger b85b1c68d1
Refactor file access to use fs-safe primitives (#78255)
* refactor: use fs-safe primitives across file access

* fix: preserve invalid managed npm manifests

* fix: keep fs seams for startup metadata
2026-05-06 05:03:11 +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 file access to use fs-safe primitives (#78255) 2026-05-06 05:03:11 +01:00
api.ts refactor: pin remaining extension api surfaces 2026-04-27 21:02:53 +01:00
channel-plugin-api.ts
index.ts feat(qqbot): resolve clientSecret SecretRefs and add secret contract 2026-05-03 12:25:08 +01:00
openclaw.plugin.json fix: enforce plugin tool manifest contracts 2026-05-02 06:21:08 +01:00
package.json chore: update dependencies 2026-05-04 23:07:09 +01:00
runtime-api.ts refactor(plugin-sdk): narrow config runtime imports 2026-04-27 14:58:32 +01:00
secret-contract-api.ts feat(qqbot): resolve clientSecret SecretRefs and add secret contract 2026-05-03 12:25:08 +01:00
setup-entry.ts feat(qqbot): resolve clientSecret SecretRefs and add secret contract 2026-05-03 12:25:08 +01:00
setup-plugin-api.ts
tsconfig.json