feat: release v0.3.3 — Hermes adapter, context offload, core refactor

This commit is contained in:
chrishuan
2026-05-13 01:58:18 +08:00
parent a74b0b3e43
commit db8f3e516a
100 changed files with 29832 additions and 454 deletions
+24
View File
@@ -10,10 +10,34 @@ workspace/
# Test caches
__tests__/soak/.model-cache/
# Python cache
__pycache__/
*.pyc
*.pyo
*.pyd
# Migration build output
scripts/export-tencent-vdb/dist/
scripts/migrate-sqlite-to-tcvdb/dist/
scripts/read-local-memory/dist/
# Root-level build output (not used at runtime, not published)
/dist/
node_modules/
benchmark-runs/
.codebuddy
.ai_assets
# Dev-only scripts & lockfile (not shipped in MR)
install-plugin.sh
package-lock.json
pnpm-lock.yaml
yarn.lock
test-offload.sh
test-offload-mmd.sh
test-offload-sessions.sh
# npm pack / release tarballs (never commit packaged outputs)
*.tgz
*.tar.gz