switchroom 0.14.30 → 0.14.32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (30) hide show
  1. package/dist/agent-scheduler/index.js +80 -80
  2. package/dist/auth-broker/index.js +80 -80
  3. package/dist/cli/drive-write-pretool.mjs +10 -10
  4. package/dist/cli/notion-write-pretool.mjs +82 -82
  5. package/dist/cli/skill-validate-pretool.mjs +72 -72
  6. package/dist/cli/switchroom.js +453 -366
  7. package/dist/host-control/main.js +235 -157
  8. package/dist/vault/approvals/kernel-server.js +82 -82
  9. package/dist/vault/broker/server.js +83 -83
  10. package/package.json +1 -1
  11. package/telegram-plugin/dist/bridge/bridge.js +112 -112
  12. package/telegram-plugin/dist/gateway/gateway.js +357 -213
  13. package/telegram-plugin/dist/server.js +160 -160
  14. package/telegram-plugin/gateway/gateway.ts +83 -9
  15. package/telegram-plugin/hooks/hooks.json +9 -0
  16. package/telegram-plugin/hooks/sentinel-reply-guard-pretool.mjs +114 -0
  17. package/telegram-plugin/hooks/silent-end-scan.mjs +61 -5
  18. package/telegram-plugin/registry/turns-schema.test.ts +34 -0
  19. package/telegram-plugin/registry/turns-schema.ts +18 -0
  20. package/telegram-plugin/secret-detect/generic-entropy.ts +87 -0
  21. package/telegram-plugin/secret-detect/index.ts +42 -23
  22. package/telegram-plugin/secret-detect/patterns.ts +64 -2
  23. package/telegram-plugin/secret-detect/redact.ts +10 -1
  24. package/telegram-plugin/tests/secret-detect-generic-entropy.test.ts +94 -0
  25. package/telegram-plugin/tests/secret-detect-providers.test.ts +74 -0
  26. package/telegram-plugin/tests/secret-detect-secretlint.test.ts +8 -4
  27. package/telegram-plugin/tests/sentinel-reply-guard-pretool.test.ts +109 -0
  28. package/telegram-plugin/tests/silent-end-interrupt-stop-scan.test.ts +118 -0
  29. package/telegram-plugin/tests/turn-flush-safety.test.ts +41 -0
  30. package/telegram-plugin/turn-flush-safety.ts +41 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "switchroom",
3
- "version": "0.14.30",
3
+ "version": "0.14.32",
4
4
  "description": "Run Claude Code 24/7 on your Claude Pro/Max subscription over Telegram. Open-source alternative to OpenClaw and NanoClaw — no API keys.",
5
5
  "type": "module",
6
6
  "bin": {