mercury-agent 0.4.22 → 0.4.24

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 (60) hide show
  1. package/docs/ARCHITECTURE.md +30 -0
  2. package/docs/DESIGN.md +42 -0
  3. package/docs/ROADMAP.md +41 -0
  4. package/docs/VISION.md +32 -0
  5. package/docs/archive/.gitkeep +0 -0
  6. package/docs/backlog/.gitkeep +0 -0
  7. package/docs/bugs/.gitkeep +0 -0
  8. package/docs/bugs/bwrap-privileged-linux-docker.md +140 -0
  9. package/docs/bugs/registry-pull-no-local-fallback.md +168 -0
  10. package/docs/debug/major/.gitkeep +0 -0
  11. package/docs/debug/minor/.gitkeep +0 -0
  12. package/docs/debug/moderate/.gitkeep +0 -0
  13. package/docs/html-slides/.gitkeep +0 -0
  14. package/docs/ideas/.gitkeep +0 -0
  15. package/docs/in-progress/.gitkeep +0 -0
  16. package/docs/notes/.gitkeep +0 -0
  17. package/docs/pending-updates/.gitkeep +0 -0
  18. package/docs/runbooks/publish-checklist.md +8 -0
  19. package/docs/templates/TEMPLATE-AUTOPILOT-CONFIG.yaml +35 -0
  20. package/docs/templates/TEMPLATE-BUG.md +71 -0
  21. package/docs/templates/TEMPLATE-CI.yml +25 -0
  22. package/docs/templates/TEMPLATE-DECISIONS.md +11 -0
  23. package/docs/templates/TEMPLATE-FEATURE.md +127 -0
  24. package/docs/templates/TEMPLATE-GOAL.md +31 -0
  25. package/docs/templates/TEMPLATE-IDEA.md +31 -0
  26. package/docs/templates/TEMPLATE-NOTE.md +27 -0
  27. package/docs/templates/TEMPLATE-ROADMAP.md +21 -0
  28. package/examples/extensions/pinchtab/index.ts +1 -1
  29. package/package.json +1 -1
  30. package/src/adapters/whatsapp.ts +635 -635
  31. package/src/agent/container-entry.ts +66 -12
  32. package/src/agent/container-runner.ts +18 -12
  33. package/src/agent/model-capabilities.ts +231 -231
  34. package/src/bridges/discord.ts +178 -178
  35. package/src/bridges/slack.ts +179 -179
  36. package/src/bridges/teams.ts +162 -162
  37. package/src/bridges/telegram.ts +579 -579
  38. package/src/cli/mercury.ts +2587 -2585
  39. package/src/cli/whatsapp-auth.ts +263 -263
  40. package/src/config.ts +316 -316
  41. package/src/core/commands.ts +110 -110
  42. package/src/core/permissions.ts +196 -196
  43. package/src/core/router.ts +204 -204
  44. package/src/core/routes/chat.ts +175 -175
  45. package/src/core/routes/dashboard.ts +2493 -2493
  46. package/src/core/routes/messages.ts +37 -37
  47. package/src/core/routes/mutes.ts +95 -95
  48. package/src/core/routes/roles.ts +135 -135
  49. package/src/core/runtime.ts +1508 -1508
  50. package/src/core/task-scheduler.ts +139 -139
  51. package/src/extensions/catalog.ts +117 -117
  52. package/src/extensions/hooks.ts +161 -161
  53. package/src/extensions/installer.ts +306 -306
  54. package/src/extensions/loader.ts +271 -271
  55. package/src/extensions/permission-guard.ts +52 -52
  56. package/src/server.ts +391 -391
  57. package/src/storage/db.ts +1684 -1687
  58. package/src/storage/pi-auth.ts +95 -95
  59. package/src/tts/azure.ts +52 -52
  60. package/src/tts/synthesize.ts +133 -133

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.