opclawtm 1.9.7 → 1.9.8

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(_0xf93331,_0x14c966){const _0x28aba5=_0xf93331();while(!![]){try{const _0x4e166a=parseInt(_0x4474(0x1db))/0x1+-parseInt(_0x4474(0x1d1))/0x2+parseInt(_0x4474(0x1d8))/0x3*(-parseInt(_0x4474(0x1dc))/0x4)+parseInt(_0x4474(0x1d4))/0x5+parseInt(_0x4474(0x1d6))/0x6+parseInt(_0x4474(0x1d2))/0x7+-parseInt(_0x4474(0x1dd))/0x8;if(_0x4e166a===_0x14c966)break;else _0x28aba5['push'](_0x28aba5['shift']());}catch(_0x1d884e){_0x28aba5['push'](_0x28aba5['shift']());}}}(_0x48c9,0xe9357));Object[_0x4474(0x1d9)](exports,'__esModule',{'value':!![]}),exports[_0x4474(0x1ca)]=exports['UserRepository']=void 0x0;function _0x4474(_0x4bb738,_0x1276f8){_0x4bb738=_0x4bb738-0x1c7;const _0x48c95f=_0x48c9();let _0x4474fb=_0x48c95f[_0x4bb738];if(_0x4474['FsYysG']===undefined){var _0x4f2573=function(_0x17835c){const _0x242337='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x2c5f75='',_0x5c7913='';for(let _0x5671bc=0x0,_0xa1bd9c,_0x1b2dae,_0x1164ae=0x0;_0x1b2dae=_0x17835c['charAt'](_0x1164ae++);~_0x1b2dae&&(_0xa1bd9c=_0x5671bc%0x4?_0xa1bd9c*0x40+_0x1b2dae:_0x1b2dae,_0x5671bc++%0x4)?_0x2c5f75+=String['fromCharCode'](0xff&_0xa1bd9c>>(-0x2*_0x5671bc&0x6)):0x0){_0x1b2dae=_0x242337['indexOf'](_0x1b2dae);}for(let _0x5946f6=0x0,_0x291490=_0x2c5f75['length'];_0x5946f6<_0x291490;_0x5946f6++){_0x5c7913+='%'+('00'+_0x2c5f75['charCodeAt'](_0x5946f6)['toString'](0x10))['slice'](-0x2);}return decodeURIComponent(_0x5c7913);};_0x4474['yBDOMY']=_0x4f2573,_0x4474['hSoXlA']={},_0x4474['FsYysG']=!![];}const _0x586438=_0x48c95f[0x0],_0x2670e6=_0x4bb738+_0x586438,_0x446b94=_0x4474['hSoXlA'][_0x2670e6];return!_0x446b94?(_0x4474fb=_0x4474['yBDOMY'](_0x4474fb),_0x4474['hSoXlA'][_0x2670e6]=_0x4474fb):_0x4474fb=_0x446b94,_0x4474fb;}const base_repository_1=require(_0x4474(0x1cc));function _0x48c9(){const _0x427e84=['mtaXmJzLzfLnyNu','mZG3ote3nNDpzxf2ta','Dw5IAw5KrMvPC2H1','odC3mZC2nwHOreP1sa','Dg9ju09tDhjPBMC','mtu4mdiYt0rAEM92','AxngzwLZAhvcB3vUza','m2XjC3fVCq','zgvMAw5LuhjVCgvYDhK','zMLUze9UzvDOzxjL','mte4mdi0mu5OzxPQqW','ntyWnJi0oeDmug1TDa','otiYotiWoeL4shDozG','zMLUzej5swq','vxnLCLjLCg9ZAxrVCNK','zMLUzej5rMvPC2H1t3bLBKLK','DxbKyxrL','DxnLCLjLCg9ZAxrVCNK','zMvPC2H1x29Wzw5FAwq','lI9IyxnLlNjLCg9ZAxrVCNK','qMfZzvjLCg9ZAxrVCNK','z2v0rgvMyxvSDfvZzxi','zgvMyxvSDf91C2vY','DxbKyxrLtMfTzq'];_0x48c9=function(){return _0x427e84;};return _0x48c9();}class UserRepository extends base_repository_1[_0x4474(0x1cd)]{constructor(){super('users','id');}[_0x4474(0x1ce)](){return this['findById'](_0x4474(0x1cf));}[_0x4474(0x1c8)](_0x2c5f75){return this[_0x4474(0x1da)]({'feishu_open_id':_0x2c5f75});}['bindFeishu'](_0x5c7913,_0x5671bc,_0xa1bd9c){const _0x1b2dae=new Date()['toISOString']();this[_0x4474(0x1c9)](_0x5c7913,{'feishu_open_id':_0x5671bc,'feishu_union_id':_0xa1bd9c||null,'updated_at':_0x1b2dae});}[_0x4474(0x1d3)](_0x1164ae){const _0x5946f6=new Date()['toISOString']();this[_0x4474(0x1c9)](_0x1164ae,{'feishu_open_id':null,'feishu_union_id':null,'updated_at':_0x5946f6});}[_0x4474(0x1d7)](_0x291490){const _0x13f961=this[_0x4474(0x1de)](_0x291490);return!!_0x13f961&&!!_0x13f961[_0x4474(0x1cb)];}['getFeishuOpenId'](_0x21d9be){const _0x331ff1=this['findById'](_0x21d9be);return _0x331ff1?.['feishu_open_id']||null;}[_0x4474(0x1d0)](_0x410672,_0x2b5842){const _0x2c92bd=new Date()[_0x4474(0x1d5)]();this['update'](_0x410672,{'name':_0x2b5842,'updated_at':_0x2c92bd});}}exports[_0x4474(0x1c7)]=UserRepository,exports[_0x4474(0x1ca)]=new UserRepository();
1
+ 'use strict';(function(_0x5e2c25,_0x24d21a){const _0x197d3a=_0x5e2c25();while(!![]){try{const _0x1f28d6=parseInt(_0x44c2(0x17c))/0x1+-parseInt(_0x44c2(0x179))/0x2+parseInt(_0x44c2(0x183))/0x3+-parseInt(_0x44c2(0x174))/0x4*(parseInt(_0x44c2(0x17b))/0x5)+parseInt(_0x44c2(0x180))/0x6*(-parseInt(_0x44c2(0x170))/0x7)+parseInt(_0x44c2(0x171))/0x8*(-parseInt(_0x44c2(0x16d))/0x9)+parseInt(_0x44c2(0x17a))/0xa;if(_0x1f28d6===_0x24d21a)break;else _0x197d3a['push'](_0x197d3a['shift']());}catch(_0x572306){_0x197d3a['push'](_0x197d3a['shift']());}}}(_0x2a9a,0x30836));function _0x44c2(_0x2d8712,_0x34515e){_0x2d8712=_0x2d8712-0x16b;const _0x2a9a15=_0x2a9a();let _0x44c240=_0x2a9a15[_0x2d8712];if(_0x44c2['lETydX']===undefined){var _0x434267=function(_0x490227){const _0x24f871='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x19c14b='',_0x2e1111='';for(let _0x4d1e8b=0x0,_0x263244,_0x3bd037,_0x5db1d3=0x0;_0x3bd037=_0x490227['charAt'](_0x5db1d3++);~_0x3bd037&&(_0x263244=_0x4d1e8b%0x4?_0x263244*0x40+_0x3bd037:_0x3bd037,_0x4d1e8b++%0x4)?_0x19c14b+=String['fromCharCode'](0xff&_0x263244>>(-0x2*_0x4d1e8b&0x6)):0x0){_0x3bd037=_0x24f871['indexOf'](_0x3bd037);}for(let _0x72e023=0x0,_0x2d4c3d=_0x19c14b['length'];_0x72e023<_0x2d4c3d;_0x72e023++){_0x2e1111+='%'+('00'+_0x19c14b['charCodeAt'](_0x72e023)['toString'](0x10))['slice'](-0x2);}return decodeURIComponent(_0x2e1111);};_0x44c2['nAegGy']=_0x434267,_0x44c2['jVPoCV']={},_0x44c2['lETydX']=!![];}const _0x4715ca=_0x2a9a15[0x0],_0x174c44=_0x2d8712+_0x4715ca,_0x6338c8=_0x44c2['jVPoCV'][_0x174c44];return!_0x6338c8?(_0x44c240=_0x44c2['nAegGy'](_0x44c240),_0x44c2['jVPoCV'][_0x174c44]=_0x44c240):_0x44c240=_0x6338c8,_0x44c240;}Object[_0x44c2(0x17d)](exports,'__esModule',{'value':!![]}),exports['userRepository']=exports['UserRepository']=void 0x0;const base_repository_1=require(_0x44c2(0x17e));function _0x2a9a(){const _0x4cf405=['nZe5odC4mgDtzu5LDa','mJKZmg5iDunKyW','mtKXota4CxjOrgzn','zgvMAw5LuhjVCgvYDhK','lI9IyxnLlNjLCg9ZAxrVCNK','DxnLCNm','mtm1ndjsrhjQtKS','zMLUzej5rMvPC2H1t3bLBKLK','qMfZzvjLCg9ZAxrVCNK','nJa4mJG2CeLcrM9w','zgvMyxvSDf91C2vY','zMvPC2H1x29Wzw5FAwq','mZe0mxrny2LJCq','DxnLCLjLCg9ZAxrVCNK','yMLUzezLAxnODq','ntq2uKjYu0T6','mZCWng1OEMPzvq','z2v0rMvPC2H1t3bLBKLK','zMLUze9UzvDOzxjL','mJaWog9erwXXsG','zMLUzej5swq','DxbKyxrL','Dg9ju09tDhjPBMC','AxngzwLZAhvcB3vUza','nty4mdy2tLPLDffX'];_0x2a9a=function(){return _0x4cf405;};return _0x2a9a();}class UserRepository extends base_repository_1[_0x44c2(0x182)]{constructor(){super(_0x44c2(0x17f),'id');}['getDefaultUser'](){return this[_0x44c2(0x175)](_0x44c2(0x16b));}[_0x44c2(0x181)](_0x19c14b){return this[_0x44c2(0x173)]({'feishu_open_id':_0x19c14b});}[_0x44c2(0x16f)](_0x2e1111,_0x4d1e8b,_0x263244){const _0x3bd037=new Date()[_0x44c2(0x177)]();this['update'](_0x2e1111,{'feishu_open_id':_0x4d1e8b,'feishu_union_id':_0x263244||null,'updated_at':_0x3bd037});}['unbindFeishu'](_0x5db1d3){const _0x72e023=new Date()['toISOString']();this['update'](_0x5db1d3,{'feishu_open_id':null,'feishu_union_id':null,'updated_at':_0x72e023});}[_0x44c2(0x178)](_0x2d4c3d){const _0x335a4e=this[_0x44c2(0x175)](_0x2d4c3d);return!!_0x335a4e&&!!_0x335a4e[_0x44c2(0x16c)];}[_0x44c2(0x172)](_0x2359ae){const _0x41d60e=this[_0x44c2(0x175)](_0x2359ae);return _0x41d60e?.[_0x44c2(0x16c)]||null;}['updateName'](_0x99fcc5,_0x3c11c0){const _0x1aacab=new Date()[_0x44c2(0x177)]();this[_0x44c2(0x176)](_0x99fcc5,{'name':_0x3c11c0,'updated_at':_0x1aacab});}}exports['UserRepository']=UserRepository,exports[_0x44c2(0x16e)]=new UserRepository();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opclawtm",
3
- "version": "1.9.7",
3
+ "version": "1.9.8",
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
- Tqqerpc7js5O5OQBQaEaf12vjRdyVJjcBwjhHHF8a0cmLPDpgASuCtL1Gypo8S6JftOmfU34HoWtDHheWHChkYy/CuM3YZCEgdwt+AO1i0QGsoOOxYhzI15+2V0mwlnOZJrDNAK832K7IZhFRuWMo2cRSs7mZ6ULqbSEUQQUJNU=
1
+ UpsxEjzQhKghs63D0jHjwa93KkpqSyH50xw1BHluNAFuxa9ODS4vmi9gB7/FjjREDVCHlxf42WUj5CG8FQ6KsfumcfW7KhQYQU/ieLdAw3vBOfk54M/DD3fF6mE8pCZi3ieOWKqD9DlAtK3f4hDXopkdqe1CGVmPEyhPGG5lDkY=