repoburg 1.3.133 → 1.3.135

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 (92) hide show
  1. package/.playwright-mcp/console-2026-05-12T12-58-49-817Z.log +46 -0
  2. package/.playwright-mcp/console-2026-05-13T18-41-50-654Z.log +13 -0
  3. package/.playwright-mcp/console-2026-05-13T18-54-58-000Z.log +13 -0
  4. package/.playwright-mcp/console-2026-05-13T19-13-30-875Z.log +95 -0
  5. package/.playwright-mcp/console-2026-05-13T20-09-13-456Z.log +17 -0
  6. package/.playwright-mcp/console-2026-05-13T20-21-01-662Z.log +13 -0
  7. package/.playwright-mcp/console-2026-05-13T20-22-00-038Z.log +15 -0
  8. package/.playwright-mcp/console-2026-05-13T20-26-26-665Z.log +28 -0
  9. package/.playwright-mcp/console-2026-05-13T20-35-49-544Z.log +26 -0
  10. package/.playwright-mcp/console-2026-05-13T20-38-10-958Z.log +676 -0
  11. package/.playwright-mcp/console-2026-05-14T21-27-06-074Z.log +69 -0
  12. package/.playwright-mcp/console-2026-05-14T22-13-07-470Z.log +101 -0
  13. package/.playwright-mcp/console-2026-05-14T23-58-12-858Z.log +28 -0
  14. package/.playwright-mcp/console-2026-05-15T00-15-00-760Z.log +81 -0
  15. package/.playwright-mcp/page-2026-05-13T18-41-51-436Z.yml +159 -0
  16. package/.playwright-mcp/page-2026-05-13T18-42-27-482Z.yml +4814 -0
  17. package/.playwright-mcp/page-2026-05-13T18-54-58-644Z.yml +154 -0
  18. package/.playwright-mcp/page-2026-05-13T18-56-11-217Z.yml +1560 -0
  19. package/.playwright-mcp/page-2026-05-13T18-56-32-205Z.yml +1560 -0
  20. package/.playwright-mcp/page-2026-05-13T19-13-31-457Z.yml +164 -0
  21. package/.playwright-mcp/page-2026-05-13T19-14-26-248Z.yml +1560 -0
  22. package/.playwright-mcp/page-2026-05-13T19-15-02-355Z.yml +1560 -0
  23. package/.playwright-mcp/page-2026-05-13T20-09-14-478Z.yml +149 -0
  24. package/.playwright-mcp/page-2026-05-13T20-10-49-292Z.yml +4814 -0
  25. package/.playwright-mcp/page-2026-05-13T20-21-02-852Z.yml +143 -0
  26. package/.playwright-mcp/page-2026-05-13T20-22-01-084Z.yml +143 -0
  27. package/.playwright-mcp/page-2026-05-13T20-22-09-334Z.yml +1561 -0
  28. package/.playwright-mcp/page-2026-05-13T20-26-27-690Z.yml +143 -0
  29. package/.playwright-mcp/page-2026-05-13T20-26-53-324Z.yml +1561 -0
  30. package/.playwright-mcp/page-2026-05-13T20-27-35-395Z.yml +1561 -0
  31. package/.playwright-mcp/page-2026-05-13T20-35-50-708Z.yml +149 -0
  32. package/.playwright-mcp/page-2026-05-13T20-37-41-379Z.yml +0 -0
  33. package/.playwright-mcp/page-2026-05-13T20-38-12-049Z.yml +149 -0
  34. package/.playwright-mcp/page-2026-05-13T20-38-19-708Z.yml +1561 -0
  35. package/.playwright-mcp/page-2026-05-14T21-27-07-278Z.yml +164 -0
  36. package/.playwright-mcp/page-2026-05-14T22-13-07-628Z.yml +5 -0
  37. package/.playwright-mcp/page-2026-05-14T22-13-27-676Z.yml +1561 -0
  38. package/.playwright-mcp/page-2026-05-14T23-58-13-064Z.yml +3 -0
  39. package/.playwright-mcp/page-2026-05-14T23-58-33-500Z.yml +1561 -0
  40. package/.playwright-mcp/page-2026-05-15T00-15-00-945Z.yml +3 -0
  41. package/backend/.env +2 -2
  42. package/backend/dist/src/llm-orchestration/action-handlers/manage-context-snippets.handler.d.ts +18 -0
  43. package/backend/dist/src/llm-orchestration/action-handlers/manage-context-snippets.handler.js +224 -0
  44. package/backend/dist/src/llm-orchestration/action-handlers/manage-context-snippets.handler.js.map +1 -0
  45. package/backend/dist/src/llm-orchestration/action-handlers/manage-context-templates.handler.d.ts +20 -0
  46. package/backend/dist/src/llm-orchestration/action-handlers/manage-context-templates.handler.js +309 -0
  47. package/backend/dist/src/llm-orchestration/action-handlers/manage-context-templates.handler.js.map +1 -0
  48. package/backend/dist/src/llm-orchestration/action-handlers/manage-custom-snippets.handler.d.ts +19 -0
  49. package/backend/dist/src/llm-orchestration/action-handlers/manage-custom-snippets.handler.js +249 -0
  50. package/backend/dist/src/llm-orchestration/action-handlers/manage-custom-snippets.handler.js.map +1 -0
  51. package/backend/dist/src/llm-orchestration/action-handlers/manage-custom-variables.handler.d.ts +17 -0
  52. package/backend/dist/src/llm-orchestration/action-handlers/manage-custom-variables.handler.js +227 -0
  53. package/backend/dist/src/llm-orchestration/action-handlers/manage-custom-variables.handler.js.map +1 -0
  54. package/backend/dist/src/llm-orchestration/action-handlers/manage-mcp-servers.handler.d.ts +18 -0
  55. package/backend/dist/src/llm-orchestration/action-handlers/manage-mcp-servers.handler.js +246 -0
  56. package/backend/dist/src/llm-orchestration/action-handlers/manage-mcp-servers.handler.js.map +1 -0
  57. package/backend/dist/src/llm-orchestration/action-handlers/manage-sub-agents.handler.d.ts +19 -0
  58. package/backend/dist/src/llm-orchestration/action-handlers/manage-sub-agents.handler.js +297 -0
  59. package/backend/dist/src/llm-orchestration/action-handlers/manage-sub-agents.handler.js.map +1 -0
  60. package/backend/dist/src/llm-orchestration/action-handlers/manage-system-prompts.handler.d.ts +27 -0
  61. package/backend/dist/src/llm-orchestration/action-handlers/manage-system-prompts.handler.js +493 -0
  62. package/backend/dist/src/llm-orchestration/action-handlers/manage-system-prompts.handler.js.map +1 -0
  63. package/backend/dist/src/llm-orchestration/action-handlers/manage-tool-hooks.handler.d.ts +20 -0
  64. package/backend/dist/src/llm-orchestration/action-handlers/manage-tool-hooks.handler.js +313 -0
  65. package/backend/dist/src/llm-orchestration/action-handlers/manage-tool-hooks.handler.js.map +1 -0
  66. package/backend/dist/src/llm-orchestration/llm-orchestration.module.js +41 -1
  67. package/backend/dist/src/llm-orchestration/llm-orchestration.module.js.map +1 -1
  68. package/backend/dist/src/seeding/data/sub-agents/config-manager.d.ts +4 -0
  69. package/backend/dist/src/seeding/data/sub-agents/config-manager.js +25 -0
  70. package/backend/dist/src/seeding/data/sub-agents/config-manager.js.map +1 -0
  71. package/backend/dist/src/seeding/data/system-prompts/config-manager-agent.d.ts +3 -0
  72. package/backend/dist/src/seeding/data/system-prompts/config-manager-agent.js +78 -0
  73. package/backend/dist/src/seeding/data/system-prompts/config-manager-agent.js.map +1 -0
  74. package/backend/dist/src/seeding/sub-agent-seeding.service.d.ts +1 -0
  75. package/backend/dist/src/seeding/sub-agent-seeding.service.js +33 -0
  76. package/backend/dist/src/seeding/sub-agent-seeding.service.js.map +1 -1
  77. package/backend/dist/src/sub-agents/dto/create-sub-agent.dto.d.ts +1 -1
  78. package/backend/dist/src/sub-agents/dto/create-sub-agent.dto.js +2 -1
  79. package/backend/dist/src/sub-agents/dto/create-sub-agent.dto.js.map +1 -1
  80. package/backend/dist/src/sub-agents/dto/update-sub-agent.dto.d.ts +1 -1
  81. package/backend/dist/src/sub-agents/dto/update-sub-agent.dto.js +1 -1
  82. package/backend/dist/src/sub-agents/dto/update-sub-agent.dto.js.map +1 -1
  83. package/backend/dist/src/sub-agents/sub-agent-runner.service.js +32 -1
  84. package/backend/dist/src/sub-agents/sub-agent-runner.service.js.map +1 -1
  85. package/backend/dist/src/sub-agents/sub-agent.entity.js +1 -1
  86. package/backend/dist/src/sub-agents/sub-agent.entity.js.map +1 -1
  87. package/backend/dist/src/sub-agents/sub-agents.service.js +32 -3
  88. package/backend/dist/src/sub-agents/sub-agents.service.js.map +1 -1
  89. package/backend/dist/src/system-prompts/system-prompts.service.js +8 -0
  90. package/backend/dist/src/system-prompts/system-prompts.service.js.map +1 -1
  91. package/backend/dist/tsconfig.build.tsbuildinfo +1 -1
  92. package/package.json +1 -1

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.