opclawtm 1.9.4 → 1.9.6

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 (101) hide show
  1. package/dist/bin/team-manager.js +1 -1
  2. package/dist/bin/team-setup.js +1 -1
  3. package/dist/bin/team-uninstall.js +1 -1
  4. package/dist/cli/commands/agent.command.js +1 -1
  5. package/dist/cli/commands/checklist.command.js +1 -1
  6. package/dist/cli/commands/dept.command.js +1 -1
  7. package/dist/cli/commands/document.command.js +1 -1
  8. package/dist/cli/commands/domain.command.js +1 -1
  9. package/dist/cli/commands/feishu.command.js +1 -1
  10. package/dist/cli/commands/guide.command.js +1 -1
  11. package/dist/cli/commands/job.command.js +1 -1
  12. package/dist/cli/commands/license.command.js +1 -1
  13. package/dist/cli/commands/message-failure.command.js +1 -1
  14. package/dist/cli/commands/message.command.js +1 -1
  15. package/dist/cli/commands/node.command.js +1 -1
  16. package/dist/cli/commands/role-flow.command.js +1 -1
  17. package/dist/cli/commands/skill-pack.command.js +1 -1
  18. package/dist/cli/commands/status.command.js +1 -1
  19. package/dist/cli/commands/task.command.js +1 -1
  20. package/dist/cli/commands/user.command.js +1 -1
  21. package/dist/cli/index.js +1 -1
  22. package/dist/cli/tui/index.js +1 -1
  23. package/dist/cli/tui/menus/agent-manage.menu.js +1 -1
  24. package/dist/cli/tui/menus/dept-manage.menu.js +1 -1
  25. package/dist/cli/tui/menus/domain-manage.menu.js +1 -1
  26. package/dist/cli/tui/menus/feishu.menu.js +1 -1
  27. package/dist/cli/tui/menus/job-manage.menu.js +1 -1
  28. package/dist/cli/tui/menus/license.menu.js +1 -1
  29. package/dist/cli/tui/menus/main.menu.js +1 -1
  30. package/dist/cli/tui/menus/reset.menu.js +1 -1
  31. package/dist/cli/tui/menus/status.menu.js +1 -1
  32. package/dist/cli/tui/menus/task-manage.menu.js +1 -1
  33. package/dist/cli/tui/menus/team-create.menu.js +1 -1
  34. package/dist/config.js +1 -1
  35. package/dist/core/auth/index.js +1 -1
  36. package/dist/core/auth/middleware.js +1 -1
  37. package/dist/core/auth/storage.js +1 -1
  38. package/dist/core/models/types.js +1 -1
  39. package/dist/core/preset-data-hash.enc +1 -1
  40. package/dist/core/preset-data.enc +1 -1
  41. package/dist/core/services/agent-template.service.js +1 -1
  42. package/dist/core/services/agent.service.js +1 -1
  43. package/dist/core/services/auth-profiles.service.js +1 -1
  44. package/dist/core/services/checklist.service.js +1 -1
  45. package/dist/core/services/config-tracker.service.js +1 -1
  46. package/dist/core/services/crypto.service.js +1 -1
  47. package/dist/core/services/dept.service.js +1 -1
  48. package/dist/core/services/document.service.js +1 -1
  49. package/dist/core/services/domain.service.js +1 -1
  50. package/dist/core/services/feishu.service.js +1 -1
  51. package/dist/core/services/index.js +1 -1
  52. package/dist/core/services/job.service.js +1 -1
  53. package/dist/core/services/log.service.js +1 -1
  54. package/dist/core/services/message-failure.service.js +1 -1
  55. package/dist/core/services/message.service.js +1 -1
  56. package/dist/core/services/node.service.js +1 -1
  57. package/dist/core/services/openclaw-config.service.js +1 -1
  58. package/dist/core/services/preset-loader.service.js +1 -1
  59. package/dist/core/services/role-flow.service.js +1 -1
  60. package/dist/core/services/session-cleanup.service.js +1 -1
  61. package/dist/core/services/setup.service.js +1 -1
  62. package/dist/core/services/skill-pack.service.js +1 -1
  63. package/dist/core/services/task.service.js +1 -1
  64. package/dist/core/services/template.service.js +1 -1
  65. package/dist/core/services/user.service.js +1 -1
  66. package/dist/core/utils/agent-guide-generator.js +1 -1
  67. package/dist/core/utils/credentials-cleanup.js +1 -1
  68. package/dist/core/utils/index.js +1 -1
  69. package/dist/core/utils/openclaw-helper.js +1 -1
  70. package/dist/core/utils/template-generator.js +1 -1
  71. package/dist/db/index.js +1 -1
  72. package/dist/db/migrations/index.js +1 -1
  73. package/dist/db/migrations/v1.7.12-migration.js +1 -1
  74. package/dist/db/migrations/v1.7.14-migration.js +1 -1
  75. package/dist/db/migrations/v1.7.3-migration.js +1 -1
  76. package/dist/db/migrations/v1.7.4-migration.js +1 -1
  77. package/dist/db/migrations/v1.9.4-migration.js +1 -1
  78. package/dist/db/repositories/agent-template.repo.js +1 -1
  79. package/dist/db/repositories/agent.repo.js +1 -1
  80. package/dist/db/repositories/base.repository.js +1 -1
  81. package/dist/db/repositories/company.repo.js +1 -1
  82. package/dist/db/repositories/config-change.repo.js +1 -1
  83. package/dist/db/repositories/dept.repo.js +1 -1
  84. package/dist/db/repositories/document.repo.js +1 -1
  85. package/dist/db/repositories/domain.repo.js +1 -1
  86. package/dist/db/repositories/guide.repo.js +1 -1
  87. package/dist/db/repositories/index.js +1 -1
  88. package/dist/db/repositories/init-session.repo.js +1 -1
  89. package/dist/db/repositories/job.repo.js +1 -1
  90. package/dist/db/repositories/message-failure.repo.js +1 -1
  91. package/dist/db/repositories/message-log.repo.js +1 -1
  92. package/dist/db/repositories/node.repo.js +1 -1
  93. package/dist/db/repositories/role-flow.repo.js +1 -1
  94. package/dist/db/repositories/skill-pack.repo.js +1 -1
  95. package/dist/db/repositories/skill.repo.js +1 -1
  96. package/dist/db/repositories/task.repo.js +1 -1
  97. package/dist/db/repositories/template.repo.js +1 -1
  98. package/dist/db/repositories/user.repo.js +1 -1
  99. package/package.json +1 -1
  100. package/resources/preset-data-hash.enc +1 -1
  101. package/resources/preset-data.enc +1 -1
@@ -1 +1 @@
1
- 'use strict';function _0xd522(_0x1fd01e,_0x3186d2){_0x1fd01e=_0x1fd01e-0xe0;const _0x31505b=_0x3150();let _0xd5227f=_0x31505b[_0x1fd01e];if(_0xd522['yMGUiH']===undefined){var _0x2aaa96=function(_0x2e3c4e){const _0x28fbbe='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x1bc1a9='',_0x1d3114='';for(let _0x2f3e1a=0x0,_0x1fee9d,_0x1c0451,_0x515370=0x0;_0x1c0451=_0x2e3c4e['charAt'](_0x515370++);~_0x1c0451&&(_0x1fee9d=_0x2f3e1a%0x4?_0x1fee9d*0x40+_0x1c0451:_0x1c0451,_0x2f3e1a++%0x4)?_0x1bc1a9+=String['fromCharCode'](0xff&_0x1fee9d>>(-0x2*_0x2f3e1a&0x6)):0x0){_0x1c0451=_0x28fbbe['indexOf'](_0x1c0451);}for(let _0x370a3c=0x0,_0xc603d4=_0x1bc1a9['length'];_0x370a3c<_0xc603d4;_0x370a3c++){_0x1d3114+='%'+('00'+_0x1bc1a9['charCodeAt'](_0x370a3c)['toString'](0x10))['slice'](-0x2);}return decodeURIComponent(_0x1d3114);};_0xd522['jKcdnh']=_0x2aaa96,_0xd522['vpAiXx']={},_0xd522['yMGUiH']=!![];}const _0x521b6c=_0x31505b[0x0],_0xb974b4=_0x1fd01e+_0x521b6c,_0x237192=_0xd522['vpAiXx'][_0xb974b4];return!_0x237192?(_0xd5227f=_0xd522['jKcdnh'](_0xd5227f),_0xd522['vpAiXx'][_0xb974b4]=_0xd5227f):_0xd5227f=_0x237192,_0xd5227f;}(function(_0x30f9c2,_0x20f3f4){const _0x1acd1b=_0x30f9c2();while(!![]){try{const _0xa3fde2=parseInt(_0xd522(0xe1))/0x1+parseInt(_0xd522(0xe5))/0x2+-parseInt(_0xd522(0xf6))/0x3*(-parseInt(_0xd522(0xe7))/0x4)+parseInt(_0xd522(0xec))/0x5+-parseInt(_0xd522(0xed))/0x6+-parseInt(_0xd522(0xef))/0x7+-parseInt(_0xd522(0xf0))/0x8;if(_0xa3fde2===_0x20f3f4)break;else _0x1acd1b['push'](_0x1acd1b['shift']());}catch(_0x14f0ef){_0x1acd1b['push'](_0x1acd1b['shift']());}}}(_0x3150,0x3bb6f));Object[_0xd522(0xf3)](exports,_0xd522(0xe0),{'value':!![]}),exports[_0xd522(0xe2)]=exports['UserRepository']=void 0x0;const base_repository_1=require(_0xd522(0xe6));class UserRepository extends base_repository_1[_0xd522(0xea)]{constructor(){super('users','id');}[_0xd522(0xf2)](){return this[_0xd522(0xee)]('default_user');}[_0xd522(0xf4)](_0x1bc1a9){return this[_0xd522(0xe8)]({'feishu_open_id':_0x1bc1a9});}[_0xd522(0xe4)](_0x1d3114,_0x2f3e1a,_0x1fee9d){const _0x1c0451=new Date()[_0xd522(0xe3)]();this[_0xd522(0xf7)](_0x1d3114,{'feishu_open_id':_0x2f3e1a,'feishu_union_id':_0x1fee9d||null,'updated_at':_0x1c0451});}[_0xd522(0xeb)](_0x515370){const _0x370a3c=new Date()[_0xd522(0xe3)]();this[_0xd522(0xf7)](_0x515370,{'feishu_open_id':null,'feishu_union_id':null,'updated_at':_0x370a3c});}['isFeishuBound'](_0xc603d4){const _0x41abf3=this[_0xd522(0xee)](_0xc603d4);return!!_0x41abf3&&!!_0x41abf3[_0xd522(0xe9)];}[_0xd522(0xf1)](_0x2479aa){const _0x140e2b=this[_0xd522(0xee)](_0x2479aa);return _0x140e2b?.[_0xd522(0xe9)]||null;}[_0xd522(0xf5)](_0x2b457d,_0x2cac4c){const _0x35ea51=new Date()[_0xd522(0xe3)]();this[_0xd522(0xf7)](_0x2b457d,{'name':_0x2cac4c,'updated_at':_0x35ea51});}}exports[_0xd522(0xf8)]=UserRepository,exports[_0xd522(0xe2)]=new UserRepository();function _0x3150(){const _0x4a61c6=['z2v0rgvMyxvSDfvZzxi','zgvMAw5LuhjVCgvYDhK','zMLUzej5rMvPC2H1t3bLBKLK','DxbKyxrLtMfTzq','mtiWnJa2suv0AvfQ','DxbKyxrL','vxnLCLjLCg9ZAxrVCNK','x19LC01VzhvSzq','mJGXndu0z2XxBujY','DxnLCLjLCg9ZAxrVCNK','Dg9ju09tDhjPBMC','yMLUzezLAxnODq','odi2nJy0BfLHBM9s','lI9IyxnLlNjLCg9ZAxrVCNK','mJrtuePuAfK','zMLUze9UzvDOzxjL','zMvPC2H1x29Wzw5FAwq','qMfZzvjLCg9ZAxrVCNK','Dw5IAw5KrMvPC2H1','mtqZmZeYnvjsqNLJAq','mtm2ntGYmLvjCfvKzW','zMLUzej5swq','nJmWodC1ruTfAM9w','nti4mJe2mgDes1vpva','z2v0rMvPC2H1t3bLBKLK'];_0x3150=function(){return _0x4a61c6;};return _0x3150();}
1
+ 'use strict';(function(_0x433321,_0x2eb276){const _0x404122=_0x433321();while(!![]){try{const _0x3378ef=parseInt(_0x34a4(0xaa))/0x1+parseInt(_0x34a4(0xa9))/0x2*(-parseInt(_0x34a4(0xb9))/0x3)+parseInt(_0x34a4(0xac))/0x4*(parseInt(_0x34a4(0xb5))/0x5)+-parseInt(_0x34a4(0xb4))/0x6+parseInt(_0x34a4(0xbd))/0x7+-parseInt(_0x34a4(0xae))/0x8+parseInt(_0x34a4(0xa6))/0x9;if(_0x3378ef===_0x2eb276)break;else _0x404122['push'](_0x404122['shift']());}catch(_0x4ed041){_0x404122['push'](_0x404122['shift']());}}}(_0x1eea,0x5fed6));function _0x34a4(_0x332a33,_0x59ed1f){_0x332a33=_0x332a33-0xa5;const _0x1eea24=_0x1eea();let _0x34a460=_0x1eea24[_0x332a33];if(_0x34a4['JCOOej']===undefined){var _0x1deea4=function(_0xa1169c){const _0x3f03d3='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x127b99='',_0x5163bb='';for(let _0x4f6794=0x0,_0x56ed35,_0x31d3ee,_0x3e621e=0x0;_0x31d3ee=_0xa1169c['charAt'](_0x3e621e++);~_0x31d3ee&&(_0x56ed35=_0x4f6794%0x4?_0x56ed35*0x40+_0x31d3ee:_0x31d3ee,_0x4f6794++%0x4)?_0x127b99+=String['fromCharCode'](0xff&_0x56ed35>>(-0x2*_0x4f6794&0x6)):0x0){_0x31d3ee=_0x3f03d3['indexOf'](_0x31d3ee);}for(let _0x3ed2be=0x0,_0x30af70=_0x127b99['length'];_0x3ed2be<_0x30af70;_0x3ed2be++){_0x5163bb+='%'+('00'+_0x127b99['charCodeAt'](_0x3ed2be)['toString'](0x10))['slice'](-0x2);}return decodeURIComponent(_0x5163bb);};_0x34a4['cmhoJr']=_0x1deea4,_0x34a4['WxGZzR']={},_0x34a4['JCOOej']=!![];}const _0xeb61ba=_0x1eea24[0x0],_0x4728b7=_0x332a33+_0xeb61ba,_0x6941a5=_0x34a4['WxGZzR'][_0x4728b7];return!_0x6941a5?(_0x34a460=_0x34a4['cmhoJr'](_0x34a460),_0x34a4['WxGZzR'][_0x4728b7]=_0x34a460):_0x34a460=_0x6941a5,_0x34a460;}Object[_0x34a4(0xb6)](exports,_0x34a4(0xbb),{'value':!![]}),exports[_0x34a4(0xbf)]=exports[_0x34a4(0xb1)]=void 0x0;const base_repository_1=require(_0x34a4(0xab));class UserRepository extends base_repository_1[_0x34a4(0xb0)]{constructor(){super('users','id');}[_0x34a4(0xbc)](){return this['findById'](_0x34a4(0xb8));}[_0x34a4(0xad)](_0x127b99){return this[_0x34a4(0xa7)]({'feishu_open_id':_0x127b99});}[_0x34a4(0xba)](_0x5163bb,_0x4f6794,_0x56ed35){const _0x31d3ee=new Date()[_0x34a4(0xa5)]();this[_0x34a4(0xaf)](_0x5163bb,{'feishu_open_id':_0x4f6794,'feishu_union_id':_0x56ed35||null,'updated_at':_0x31d3ee});}[_0x34a4(0xb2)](_0x3e621e){const _0x3ed2be=new Date()[_0x34a4(0xa5)]();this[_0x34a4(0xaf)](_0x3e621e,{'feishu_open_id':null,'feishu_union_id':null,'updated_at':_0x3ed2be});}['isFeishuBound'](_0x30af70){const _0x3f8be0=this[_0x34a4(0xb3)](_0x30af70);return!!_0x3f8be0&&!!_0x3f8be0['feishu_open_id'];}[_0x34a4(0xbe)](_0x3ef902){const _0x47a581=this['findById'](_0x3ef902);return _0x47a581?.[_0x34a4(0xb7)]||null;}[_0x34a4(0xa8)](_0xab604c,_0x2d766e){const _0x47600c=new Date()['toISOString']();this[_0x34a4(0xaf)](_0xab604c,{'name':_0x2d766e,'updated_at':_0x47600c});}}function _0x1eea(){const _0x4726e2=['vxnLCLjLCg9ZAxrVCNK','Dw5IAw5KrMvPC2H1','zMLUzej5swq','ndq1ode3nePzqKTVzq','ntu1CfLMveL6','zgvMAw5LuhjVCgvYDhK','zMvPC2H1x29Wzw5FAwq','zgvMyxvSDf91C2vY','mteXExPsDe5g','yMLUzezLAxnODq','x19LC01VzhvSzq','z2v0rgvMyxvSDfvZzxi','ndaWotmWnNbbCLzlEG','z2v0rMvPC2H1t3bLBKLK','DxnLCLjLCg9ZAxrVCNK','Dg9ju09tDhjPBMC','ndi0nde0oerLy0jbBq','zMLUze9UzvDOzxjL','DxbKyxrLtMfTzq','mZy3nJzlBfPyt2O','nZy4mJGYu0nls25n','lI9IyxnLlNjLCg9ZAxrVCNK','otC2nhvJDvbWta','zMLUzej5rMvPC2H1t3bLBKLK','mJeZotu2mhDrB25tEG','DxbKyxrL','qMfZzvjLCg9ZAxrVCNK'];_0x1eea=function(){return _0x4726e2;};return _0x1eea();}exports[_0x34a4(0xb1)]=UserRepository,exports['userRepository']=new UserRepository();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opclawtm",
3
- "version": "1.9.4",
3
+ "version": "1.9.6",
4
4
  "description": "Multi-Agent Collaboration Framework - CLI Management Tool v1.9.3",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -1 +1 @@
1
- YlyC7L9Qs2JLaquc1gTTXWU+0fWausa0D2RrsBhqIT8MKTqiRcfcXYF5c5Qq/g6lj5zMe6DSxmQSI9aWiCbIUp8i2auLcuWI7ALoD4DcvI0G2dj6Zs9SRyI8H0oQzvpcA9+FF9qmAWy+jBTzi8aLtL/PPaf0RFQqnWUR3Kpz6Io=
1
+ eADoL1TLK+gZzyu2SyPGi++M6p13wY6IjhMcClrYgm8NRc0ti7O37b2welDa0tsLfkTEc0Ch/g5u2+F9VkY5TqiIOVuSbF2OcqAod5Vgw+a9UGmZ9U/Olib1vIH+2gov1q4iBMcO+ol67lmfoLE1uSS3Bi0VbxanSKeYveYAHz0=