@simosphere/tokenizer-speedup 0.9.0 → 0.10.0

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 (49) hide show
  1. package/dist/cli/analyze.js +1 -1
  2. package/dist/cli/config-cmd.js +1 -1
  3. package/dist/cli/index.js +1 -1
  4. package/dist/cli/init-cmd.js +1 -1
  5. package/dist/cli/setup-cmd.js +1 -1
  6. package/dist/cloud/stripe-checkout.js +1 -1
  7. package/dist/cloud/stripe-config.js +1 -1
  8. package/dist/cloud/stripe-usage.js +1 -1
  9. package/dist/cloud/stripe-webhooks.js +1 -1
  10. package/dist/cloud/subscription-store.js +1 -1
  11. package/dist/manifest.json +49 -45
  12. package/dist/mcp/index.js +1 -1
  13. package/dist/mcp/resources.js +1 -1
  14. package/dist/mcp/session.js +1 -1
  15. package/dist/mcp/tools.js +1 -1
  16. package/dist/plugin/cli.js +1 -1
  17. package/dist/plugin/compression/anonymize.js +1 -0
  18. package/dist/plugin/compression/cache.js +1 -0
  19. package/dist/plugin/compression/chunked.js +1 -1
  20. package/dist/plugin/compression/dedup.js +1 -0
  21. package/dist/plugin/compression/format-optimizer.js +1 -0
  22. package/dist/plugin/compression/index.js +1 -1
  23. package/dist/plugin/compression/pipeline.js +1 -1
  24. package/dist/plugin/compression/quality.js +1 -1
  25. package/dist/plugin/compression/rule-based.js +1 -1
  26. package/dist/plugin/compression/structural.js +1 -1
  27. package/dist/plugin/compression/text-utils.js +1 -1
  28. package/dist/plugin/compression/token-budget.js +1 -1
  29. package/dist/plugin/config-loader.js +1 -1
  30. package/dist/plugin/context-compressor.js +1 -1
  31. package/dist/plugin/hook-dispatcher.js +1 -1
  32. package/dist/plugin/metering-client.js +1 -1
  33. package/dist/plugin/metrics-collector.js +1 -1
  34. package/dist/plugin/onboarding.js +1 -1
  35. package/dist/plugin/precompact-handler.js +1 -1
  36. package/dist/plugin/report.js +1 -1
  37. package/dist/plugin/rule-analytics-store.js +1 -1
  38. package/dist/plugin/rule-analytics.js +1 -1
  39. package/dist/plugin/rule-engine.js +1 -1
  40. package/dist/plugin/rule-sharing.js +1 -1
  41. package/dist/plugin/rule-suggest.js +1 -1
  42. package/dist/plugin/session-start.js +1 -1
  43. package/dist/plugin/smart-context.js +1 -1
  44. package/dist/shared/license.js +1 -1
  45. package/dist/shared/providers/claude-provider.js +1 -1
  46. package/dist/shared/providers/openai-provider.js +1 -1
  47. package/dist/shared/token-counter.js +1 -1
  48. package/dist/shared/token-provider.js +1 -1
  49. package/package.json +1 -1
@@ -1 +1 @@
1
- const _0x33b627=_0x121c;(function(_0x5337b9,_0x117087){const _0x288da8=_0x121c,_0x33852e=_0x5337b9();while(!![]){try{const _0x4ea0ae=-parseInt(_0x288da8(0x78))/0x1*(-parseInt(_0x288da8(0x7c))/0x2)+parseInt(_0x288da8(0x7b))/0x3*(parseInt(_0x288da8(0x7a))/0x4)+parseInt(_0x288da8(0x72))/0x5*(parseInt(_0x288da8(0x70))/0x6)+-parseInt(_0x288da8(0x73))/0x7+-parseInt(_0x288da8(0x74))/0x8+-parseInt(_0x288da8(0x79))/0x9+parseInt(_0x288da8(0x6d))/0xa;if(_0x4ea0ae===_0x117087)break;else _0x33852e['push'](_0x33852e['shift']());}catch(_0x213128){_0x33852e['push'](_0x33852e['shift']());}}}(_0x72e1,0x88eab));import{readFileSync}from'node:fs';function _0x121c(_0x44fcb7,_0x2322c6){_0x44fcb7=_0x44fcb7-0x6d;const _0x72e115=_0x72e1();let _0x121cc5=_0x72e115[_0x44fcb7];return _0x121cc5;}import'../shared/providers/claude-provider.js';import'../shared/providers/openai-provider.js';import{createTokenProvider}from'../shared/token-provider.js';export function analyzeText(_0x141a20,_0x405841=_0x33b627(0x6f),_0x3edbc1){const _0x4e90e0=_0x33b627,_0x34b0aa={'iENXt':function(_0x2fcbbd,_0x5cc8b9){return _0x2fcbbd===_0x5cc8b9;},'qUGTP':_0x4e90e0(0x6e)},_0x5874b1=_0x3edbc1??(_0x34b0aa[_0x4e90e0(0x7d)](_0x4e90e0(0x6f),_0x405841)?_0x4e90e0(0x76):_0x34b0aa['qUGTP']),_0x2ab246=createTokenProvider(_0x405841,_0x5874b1),_0x80aeb8=_0x141a20['split'](/\s+/)[_0x4e90e0(0x77)](Boolean)[_0x4e90e0(0x71)];return{'tokens':_0x2ab246['countTokens'](_0x141a20),'estimate':_0x2ab246[_0x4e90e0(0x75)](_0x141a20),'provider':_0x405841,'model':_0x5874b1,'chars':_0x141a20[_0x4e90e0(0x71)],'words':_0x80aeb8};}export function analyzeFile(_0x3c717b,_0x52234a='claude',_0x3b7513){const _0x379107={'vDqek':function(_0x206e8c,_0x1b5eb9,_0x2154fc,_0x2293d2){return _0x206e8c(_0x1b5eb9,_0x2154fc,_0x2293d2);},'RHVGX':'utf-8'};return _0x379107['vDqek'](analyzeText,readFileSync(_0x3c717b,_0x379107['RHVGX']),_0x52234a,_0x3b7513);}function _0x72e1(){const _0x189b0d=['claude','30RYVpKa','length','330895eIiLan','5240354wMCsmh','6519552wOviPN','estimateTokens','claude-sonnet-4-20250514','filter','1wKsjoz','1823868NlIugx','3764uTiOKF','2757kODSxT','1533082mGrAQv','iENXt','3648140OAuigl','gpt-4o'];_0x72e1=function(){return _0x189b0d;};return _0x72e1();}export function compareProviders(_0x5e7f9b){const _0x161c6e={'YUXcE':function(_0x2575c5,_0x17c2e9,_0x299f3c){return _0x2575c5(_0x17c2e9,_0x299f3c);},'koedo':'claude'};return{'claude':_0x161c6e['YUXcE'](analyzeText,_0x5e7f9b,_0x161c6e['koedo']),'openai':_0x161c6e['YUXcE'](analyzeText,_0x5e7f9b,'openai')};}
1
+ const _0x1e5e89=_0x429d;(function(_0x10aed3,_0x554799){const _0x3f63fe=_0x429d,_0x517a49=_0x10aed3();while(!![]){try{const _0x1e8688=-parseInt(_0x3f63fe(0x1ec))/0x1*(parseInt(_0x3f63fe(0x1e3))/0x2)+-parseInt(_0x3f63fe(0x1e7))/0x3*(parseInt(_0x3f63fe(0x1eb))/0x4)+parseInt(_0x3f63fe(0x1e6))/0x5+parseInt(_0x3f63fe(0x1e0))/0x6+parseInt(_0x3f63fe(0x1e1))/0x7*(-parseInt(_0x3f63fe(0x1e9))/0x8)+parseInt(_0x3f63fe(0x1ea))/0x9+parseInt(_0x3f63fe(0x1ed))/0xa;if(_0x1e8688===_0x554799)break;else _0x517a49['push'](_0x517a49['shift']());}catch(_0x3e2ce1){_0x517a49['push'](_0x517a49['shift']());}}}(_0x1be9,0x2da1c));import{readFileSync}from'node:fs';import'../shared/providers/claude-provider.js';function _0x1be9(){const _0x53d3a2=['1mOmASe','1146220iKDaGU','claude-sonnet-4-20250514','hgyqo','RHyvI','1453140CzPqTh','1666651xoYTpl','countTokens','315814YJprkx','estimateTokens','iQwUG','382065UweZzi','393LGqoKr','claude','8qrthfo','2757231zKAIpa','4784JPHnto'];_0x1be9=function(){return _0x53d3a2;};return _0x1be9();}import'../shared/providers/openai-provider.js';function _0x429d(_0x4e02e1,_0x31abe9){_0x4e02e1=_0x4e02e1-0x1e0;const _0x1be908=_0x1be9();let _0x429d62=_0x1be908[_0x4e02e1];return _0x429d62;}import{createTokenProvider}from'../shared/token-provider.js';export function analyzeText(_0x1245d3,_0x5406c0=_0x1e5e89(0x1e8),_0x5b1915){const _0x15299d=_0x1e5e89,_0x134acf={'hgyqo':_0x15299d(0x1ee),'BFOoH':'gpt-4o'},_0x36a313=_0x5b1915??('claude'===_0x5406c0?_0x134acf[_0x15299d(0x1ef)]:_0x134acf['BFOoH']),_0x397e73=createTokenProvider(_0x5406c0,_0x36a313),_0x27c7dc=_0x1245d3['split'](/\s+/)['filter'](Boolean)['length'];return{'tokens':_0x397e73[_0x15299d(0x1e2)](_0x1245d3),'estimate':_0x397e73[_0x15299d(0x1e4)](_0x1245d3),'provider':_0x5406c0,'model':_0x36a313,'chars':_0x1245d3['length'],'words':_0x27c7dc};}export function analyzeFile(_0x51c891,_0x3c941e='claude',_0x316f1d){const _0x7164dd=_0x1e5e89,_0x2331af={'tAwrJ':function(_0x33278d,_0x241040,_0x3c661e,_0x55f65b){return _0x33278d(_0x241040,_0x3c661e,_0x55f65b);},'iQwUG':function(_0x275a3e,_0x39cbb0,_0x37e117){return _0x275a3e(_0x39cbb0,_0x37e117);},'HvUHd':'utf-8'};return _0x2331af['tAwrJ'](analyzeText,_0x2331af[_0x7164dd(0x1e5)](readFileSync,_0x51c891,_0x2331af['HvUHd']),_0x3c941e,_0x316f1d);}export function compareProviders(_0x3a6c6c){const _0x378900=_0x1e5e89,_0x318ff3={'RHyvI':function(_0x52673b,_0x2034b8,_0x5c094a){return _0x52673b(_0x2034b8,_0x5c094a);}};return{'claude':analyzeText(_0x3a6c6c,_0x378900(0x1e8)),'openai':_0x318ff3[_0x378900(0x1f0)](analyzeText,_0x3a6c6c,'openai')};}
@@ -1 +1 @@
1
- (function(_0x2a3882,_0x3951e7){const _0x19e074=_0x171d,_0xf6e990=_0x2a3882();while(!![]){try{const _0x1e8e67=parseInt(_0x19e074(0x1e8))/0x1*(parseInt(_0x19e074(0x1e9))/0x2)+parseInt(_0x19e074(0x1e2))/0x3*(parseInt(_0x19e074(0x1db))/0x4)+parseInt(_0x19e074(0x1dd))/0x5*(-parseInt(_0x19e074(0x1df))/0x6)+-parseInt(_0x19e074(0x1dc))/0x7+parseInt(_0x19e074(0x1e3))/0x8*(-parseInt(_0x19e074(0x1d8))/0x9)+parseInt(_0x19e074(0x1e5))/0xa+-parseInt(_0x19e074(0x1e4))/0xb*(-parseInt(_0x19e074(0x1da))/0xc);if(_0x1e8e67===_0x3951e7)break;else _0xf6e990['push'](_0xf6e990['shift']());}catch(_0x5e3e7d){_0xf6e990['push'](_0xf6e990['shift']());}}}(_0x2176,0xad3c2));function _0x2176(){const _0x30daf6=['354GIBHzH','423ofmlPk','length','24dGYKAH','2065924ECUBVy','2277429aGgsoE','560eLDOsV','rules','73614nbJJLg','message','provider','3tHBGFk','140072ezQPHe','7360012PHGHMX','11250780qhwGDN','tolXm','model','1425YJsKZg'];_0x2176=function(){return _0x30daf6;};return _0x2176();}import'../shared/providers/claude-provider.js';function _0x171d(_0x3c9911,_0x243dd4){_0x3c9911=_0x3c9911-0x1d8;const _0x21762e=_0x2176();let _0x171d3c=_0x21762e[_0x3c9911];return _0x171d3c;}import'../shared/providers/openai-provider.js';import{parseConfig}from'../plugin/config-loader.js';export function validateConfigYaml(_0x35778c){const _0x34a9c9=_0x171d,_0x5da43e={'tolXm':function(_0x399588,_0x2469e5){return _0x399588(_0x2469e5);}};try{const _0x431da5=_0x5da43e[_0x34a9c9(0x1e6)](parseConfig,_0x35778c);return{'valid':!0x0,'provider':_0x431da5[_0x34a9c9(0x1e1)],'model':_0x431da5[_0x34a9c9(0x1e7)],'ruleCount':_0x431da5[_0x34a9c9(0x1de)][_0x34a9c9(0x1d9)]};}catch(_0x534e75){return{'valid':!0x1,'provider':'','model':'','ruleCount':0x0,'error':_0x534e75[_0x34a9c9(0x1e0)]};}}
1
+ (function(_0x2b3729,_0x46de46){const _0x5d531c=_0x427e,_0x35d3e2=_0x2b3729();while(!![]){try{const _0x133b1a=parseInt(_0x5d531c(0x195))/0x1*(parseInt(_0x5d531c(0x196))/0x2)+-parseInt(_0x5d531c(0x1a0))/0x3+-parseInt(_0x5d531c(0x193))/0x4*(parseInt(_0x5d531c(0x199))/0x5)+-parseInt(_0x5d531c(0x19b))/0x6*(parseInt(_0x5d531c(0x197))/0x7)+parseInt(_0x5d531c(0x198))/0x8*(parseInt(_0x5d531c(0x19a))/0x9)+parseInt(_0x5d531c(0x1a1))/0xa+parseInt(_0x5d531c(0x19f))/0xb;if(_0x133b1a===_0x46de46)break;else _0x35d3e2['push'](_0x35d3e2['shift']());}catch(_0x3a87cf){_0x35d3e2['push'](_0x35d3e2['shift']());}}}(_0x538d,0x56fae));function _0x427e(_0x56c870,_0x4a25d8){_0x56c870=_0x56c870-0x193;const _0x538d1f=_0x538d();let _0x427e86=_0x538d1f[_0x56c870];return _0x427e86;}function _0x538d(){const _0x57aa19=['445104rGkvfa','2208100oPiGvo','100ONUEbW','provider','1UsrrrO','814142URQllj','1216621yOVSLS','8CFGeEI','74150jEJlYd','5826213Lpzvwp','24BlyGwQ','DMarA','length','rules','3248982KbfTiU'];_0x538d=function(){return _0x57aa19;};return _0x538d();}import'../shared/providers/claude-provider.js';import'../shared/providers/openai-provider.js';import{parseConfig}from'../plugin/config-loader.js';export function validateConfigYaml(_0x5651b1){const _0x4c5ce3=_0x427e,_0x36f1d9={'DMarA':function(_0x3fa037,_0x531ba5){return _0x3fa037(_0x531ba5);}};try{const _0xf1c313=_0x36f1d9[_0x4c5ce3(0x19c)](parseConfig,_0x5651b1);return{'valid':!0x0,'provider':_0xf1c313[_0x4c5ce3(0x194)],'model':_0xf1c313['model'],'ruleCount':_0xf1c313[_0x4c5ce3(0x19e)][_0x4c5ce3(0x19d)]};}catch(_0xdbf8c4){return{'valid':!0x1,'provider':'','model':'','ruleCount':0x0,'error':_0xdbf8c4['message']};}}
package/dist/cli/index.js CHANGED
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- const _0x58bb9f=_0x5603;(function(_0x27152c,_0x38b2f4){const _0x32963d=_0x5603,_0x3069c7=_0x27152c();while(!![]){try{const _0x586a28=parseInt(_0x32963d(0xdb))/0x1+-parseInt(_0x32963d(0xe9))/0x2*(parseInt(_0x32963d(0xfb))/0x3)+-parseInt(_0x32963d(0xef))/0x4+parseInt(_0x32963d(0xe2))/0x5+parseInt(_0x32963d(0xde))/0x6+parseInt(_0x32963d(0xe8))/0x7+-parseInt(_0x32963d(0xf4))/0x8;if(_0x586a28===_0x38b2f4)break;else _0x3069c7['push'](_0x3069c7['shift']());}catch(_0x110e5d){_0x3069c7['push'](_0x3069c7['shift']());}}}(_0x30f3,0x3ab36));import{Command}from'commander';import'../shared/providers/claude-provider.js';import'../shared/providers/openai-provider.js';function _0x30f3(){const _0x2d071c=['option','claude-sonnet-4-20250514','70932rBoRsE','word\x20heuristic\x20(words\x20×\x20','K\x20chars)\x20—\x20processing\x20may\x20be\x20slow.','stringify','BJTol','provider','command','BPE\x20tokenizer\x20(accurate)','argv','1.4','-m,\x20--model\x20<model>','ePKUG','error','after','PsgVn','[file]','XbsTQ','lbqWo','analyze','countTokens','IXsMV','init','Create\x20a\x20starter\x20tokenizer-speedup.yaml\x20in\x20the\x20current\x20directory','hERof','(inline)','utf-8','183351MNMZbm','argument','rules','849876DNQZxQ','cli/index','description','Configure\x20TokenizerSpeedUp\x20with\x20your\x20API\x20key\x20and\x20register\x20Claude\x20Code\x20hooks','962535ZqzFjb','xsVAw','-t,\x20--text\x20<text>','KEmHf','config','Config\x20file\x20path','1833006ERzBzM','16shJlPA','\x0aExamples:\x0a\x20\x20$\x20tsu\x20setup\x20--api-key\x20YOUR_KEY\x20\x20\x20Configure\x20and\x20register\x20Claude\x20Code\x20hooks\x0a\x20\x20$\x20tsu\x20init\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Create\x20starter\x20tokenizer-speedup.yaml\x0a\x20\x20$\x20tsu\x20analyze\x20src/index.ts\x20\x20\x20\x20\x20\x20\x20Count\x20tokens\x20in\x20a\x20file\x0a\x20\x20$\x20tsu\x20analyze\x20--text\x20\x22Hello\x22\x20\x20\x20\x20\x20Count\x20tokens\x20in\x20inline\x20text\x0a\x20\x20$\x20tsu\x20config\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Validate\x20tokenizer-speedup.yaml\x0a\x0aQuick\x20Start:\x0a\x20\x201.\x20Get\x20your\x20free\x20API\x20key\x20at\x20https://tokenizer-speedup.simosphereai.com\x0a\x20\x202.\x20Run:\x20tsu\x20setup\x20--api-key\x20YOUR_KEY\x0a\x20\x203.\x20Optional:\x20tsu\x20init\x20(creates\x20project-level\x20config)\x0a\x20\x204.\x20Restart\x20Claude\x20Code\x20—\x20the\x20plugin\x20activates\x20automatically\x0a\x0aConfiguration\x20(tokenizer-speedup.yaml):\x0a\x20\x20Place\x20in\x20your\x20project\x20root.\x20Defines\x20keyword\x20triggers,\x20file\x20patterns,\x0a\x20\x20and\x20token\x20limits.\x20Run\x20\x27tsu\x20init\x27\x20to\x20generate\x20a\x20starter\x20config.\x0a\x20\x20Docs:\x20https://tokenizer-speedup.simosphereai.com/#integration\x0a','log','claude','Warning:\x20large\x20input\x20(','1.3','910432TzHStC','text','yVQsK','UAbIt','replace','977312UKaiaN','action','message','model','length'];_0x30f3=function(){return _0x2d071c;};return _0x30f3();}import{createTokenProvider}from'../shared/token-provider.js';import{readFileSync,realpathSync}from'node:fs';import{runSetup}from'./setup-cmd.js';import{runInit}from'./init-cmd.js';export function buildCLI(){const _0x112347=_0x5603,_0x2a427e={'xsVAw':function(_0xffe106,_0x592039){return _0xffe106(_0x592039);},'hERof':function(_0x53d2e1,_0x343b48){return _0x53d2e1!==_0x343b48;},'UAbIt':function(_0x1b46a6,_0x32592f){return _0x1b46a6/_0x32592f;},'HCvAK':_0x112347(0xca),'IXsMV':function(_0x47ecb7,_0x3c48c3,_0x54063b){return _0x47ecb7(_0x3c48c3,_0x54063b);},'KEmHf':'tsu','lXeDb':'TokenizerSpeedUp\x20—\x20Multi-LLM\x20Token\x20Optimization\x20CLI','tVwrS':'0.8.1','azlBz':'setup','iSDoZ':_0x112347(0xe1),'XbsTQ':_0x112347(0xd3),'lbqWo':'[file]','BJTol':'File\x20to\x20analyze','PzXjh':'LLM\x20provider\x20(claude,\x20openai)','yVQsK':'claude','ePKUG':'Model\x20name','PsgVn':_0x112347(0xe4),'kfbOp':_0x112347(0xe6),'PSBqQ':'Validate\x20configuration\x20file'},_0x2cbcb0=new Command();return _0x2cbcb0['name'](_0x2a427e[_0x112347(0xe5)])[_0x112347(0xe0)](_0x2a427e['lXeDb'])['version'](_0x2a427e['tVwrS'])['addHelpText'](_0x112347(0xce),_0x112347(0xea)),_0x2cbcb0['command'](_0x2a427e['azlBz'])[_0x112347(0xe0)](_0x2a427e['iSDoZ'])['requiredOption']('--api-key\x20<key>','Your\x20TokenizerSpeedUp\x20API\x20key\x20(get\x20one\x20at\x20https://tokenizer-speedup.simosphereai.com)')[_0x112347(0xf5)](_0x425544=>{_0x2a427e['xsVAw'](runSetup,_0x425544['apiKey']);}),_0x2cbcb0[_0x112347(0xc7)](_0x2a427e[_0x112347(0xd1)])[_0x112347(0xe0)]('Analyze\x20token\x20count\x20of\x20a\x20file\x20or\x20text')[_0x112347(0xdc)](_0x2a427e[_0x112347(0xd2)],_0x2a427e[_0x112347(0xc5)])[_0x112347(0xf9)]('-p,\x20--provider\x20<provider>',_0x2a427e['PzXjh'],_0x2a427e[_0x112347(0xf1)])['option'](_0x112347(0xcb),_0x2a427e[_0x112347(0xcc)])[_0x112347(0xf9)](_0x2a427e[_0x112347(0xcf)],'Analyze\x20inline\x20text\x20instead\x20of\x20file')[_0x112347(0xf5)]((_0x51e019,_0x5759ef)=>{const _0x490451=_0x112347,_0x57de37=_0x5759ef[_0x490451(0xf7)]??(_0x490451(0xec)===_0x5759ef['provider']?_0x490451(0xfa):'gpt-4o');let _0x2e5d7e,_0x4d0691;try{_0x2e5d7e=createTokenProvider(_0x5759ef['provider'],_0x57de37);}catch(_0x5d85bc){return console[_0x490451(0xcd)]('Error:\x20'+_0x5d85bc[_0x490451(0xf6)]),void(process['exitCode']=0x1);}if(_0x2a427e[_0x490451(0xd8)](void 0x0,_0x5759ef['text']))_0x4d0691=_0x5759ef[_0x490451(0xf0)];else{if(!_0x51e019)return console['error']('Error:\x20provide\x20a\x20file\x20argument\x20or\x20--text\x20option'),void(process['exitCode']=0x1);_0x4d0691=readFileSync(_0x51e019,_0x490451(0xda));}_0x4d0691[_0x490451(0xf8)]>0x7a120&&console['error'](_0x490451(0xed)+_0x2a427e[_0x490451(0xf2)](_0x4d0691['length'],0x3e8)['toFixed'](0x0)+_0x490451(0xc3));const _0x5b75e6=_0x2e5d7e[_0x490451(0xd4)](_0x4d0691),_0x1f41cc=_0x2e5d7e['estimateTokens'](_0x4d0691);console[_0x490451(0xeb)](JSON['stringify']({'file':_0x51e019??_0x490451(0xd9),'tokens':_0x5b75e6,'tokens_method':_0x490451(0xc8),'estimate':_0x1f41cc,'estimate_method':_0x490451(0xfc)+('openai'===_0x5759ef[_0x490451(0xc6)]?_0x490451(0xee):_0x2a427e['HCvAK'])+')','provider':_0x5759ef[_0x490451(0xc6)],'model':_0x57de37}));}),_0x2cbcb0[_0x112347(0xc7)](_0x2a427e['kfbOp'])[_0x112347(0xe0)](_0x2a427e['PSBqQ'])['argument'](_0x112347(0xd0),_0x112347(0xe7),'tokenizer-speedup.yaml')['action'](async _0x2a1412=>{const _0xfb2ea=_0x112347;try{const _0x289904=_0x2a427e[_0xfb2ea(0xd5)](readFileSync,_0x2a1412,_0xfb2ea(0xda)),{parseConfig:_0x15f25a}=await import('../plugin/config-loader.js'),_0x5ddab3=_0x2a427e[_0xfb2ea(0xe3)](_0x15f25a,_0x289904);console['log'](JSON['stringify']({'valid':!0x0,'provider':_0x5ddab3[_0xfb2ea(0xc6)],'model':_0x5ddab3['model'],'ruleCount':_0x5ddab3[_0xfb2ea(0xdd)]['length']}));}catch(_0x4e78d9){console['log'](JSON[_0xfb2ea(0xc4)]({'valid':!0x1,'error':_0x4e78d9['message']})),process['exitCode']=0x1;}}),_0x2cbcb0[_0x112347(0xc7)](_0x112347(0xd6))[_0x112347(0xe0)](_0x112347(0xd7))[_0x112347(0xf5)](()=>{runInit();}),_0x2cbcb0;}const resolvedArgv1=((()=>{const _0x3196e9=_0x5603;try{return realpathSync(process[_0x3196e9(0xc9)][0x1]??'')[_0x3196e9(0xf3)](/\\/g,'/');}catch{return process[_0x3196e9(0xc9)][0x1]?.[_0x3196e9(0xf3)](/\\/g,'/')??'';}})());function _0x5603(_0x69cbf1,_0x5d9afc){_0x69cbf1=_0x69cbf1-0xc3;const _0x30f3b0=_0x30f3();let _0x560314=_0x30f3b0[_0x69cbf1];return _0x560314;}resolvedArgv1['includes'](_0x58bb9f(0xdf))&&buildCLI()['parse']();
2
+ function _0x5f0c(_0x536231,_0xca5791){_0x536231=_0x536231-0x1d8;const _0x2c6de3=_0x2c6d();let _0x5f0c33=_0x2c6de3[_0x536231];return _0x5f0c33;}const _0x8e7224=_0x5f0c;(function(_0x1ab4ba,_0x2f7596){const _0x44f822=_0x5f0c,_0x10e2bf=_0x1ab4ba();while(!![]){try{const _0x5e0634=parseInt(_0x44f822(0x1e3))/0x1*(parseInt(_0x44f822(0x1fb))/0x2)+parseInt(_0x44f822(0x222))/0x3+parseInt(_0x44f822(0x215))/0x4+-parseInt(_0x44f822(0x20f))/0x5*(-parseInt(_0x44f822(0x1ec))/0x6)+-parseInt(_0x44f822(0x218))/0x7*(-parseInt(_0x44f822(0x21e))/0x8)+parseInt(_0x44f822(0x20d))/0x9*(-parseInt(_0x44f822(0x203))/0xa)+-parseInt(_0x44f822(0x1f2))/0xb*(parseInt(_0x44f822(0x1e2))/0xc);if(_0x5e0634===_0x2f7596)break;else _0x10e2bf['push'](_0x10e2bf['shift']());}catch(_0x344a25){_0x10e2bf['push'](_0x10e2bf['shift']());}}}(_0x2c6d,0x8e2d2));import{Command}from'commander';import'../shared/providers/claude-provider.js';import'../shared/providers/openai-provider.js';import{createTokenProvider}from'../shared/token-provider.js';import{readFileSync,realpathSync}from'node:fs';import{runSetup}from'./setup-cmd.js';function _0x2c6d(){const _0x44c912=['-p,\x20--provider\x20<provider>','1377492pprZOH','UKUVz','SacqU','122787SdgCjK','BPE\x20tokenizer\x20(accurate)','name','argument','description','Create\x20a\x20starter\x20tokenizer-speedup.yaml\x20in\x20the\x20current\x20directory','528bNLdPg','RMXGr','srKMM','MTrpo','1316931zJIpVX','DZQyR','-m,\x20--model\x20<model>','word\x20heuristic\x20(words\x20×\x20','TokenizerSpeedUp\x20—\x20Multi-LLM\x20Token\x20Optimization\x20CLI','text','xGZMH','JOUJW','message','claude','1.3','24JnYsiv','34205yTXqMV','[file]','URXSH','estimateTokens','apiKey','1.4','K\x20chars)\x20—\x20processing\x20may\x20be\x20slow.','Analyze\x20token\x20count\x20of\x20a\x20file\x20or\x20text','YuGcE','18iHkakv','setup','tokenizer-speedup.yaml','requiredOption','addHelpText','parse','8085902bffiVh','GCcCQ','command','provider','action','\x0aExamples:\x0a\x20\x20$\x20tsu\x20setup\x20--api-key\x20YOUR_KEY\x20\x20\x20Configure\x20and\x20register\x20Claude\x20Code\x20hooks\x0a\x20\x20$\x20tsu\x20init\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Create\x20starter\x20tokenizer-speedup.yaml\x0a\x20\x20$\x20tsu\x20analyze\x20src/index.ts\x20\x20\x20\x20\x20\x20\x20Count\x20tokens\x20in\x20a\x20file\x0a\x20\x20$\x20tsu\x20analyze\x20--text\x20\x22Hello\x22\x20\x20\x20\x20\x20Count\x20tokens\x20in\x20inline\x20text\x0a\x20\x20$\x20tsu\x20config\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Validate\x20tokenizer-speedup.yaml\x0a\x0aQuick\x20Start:\x0a\x20\x201.\x20Get\x20your\x20free\x20API\x20key\x20at\x20https://tokenizer-speedup.simosphereai.com\x0a\x20\x202.\x20Run:\x20tsu\x20setup\x20--api-key\x20YOUR_KEY\x0a\x20\x203.\x20Optional:\x20tsu\x20init\x20(creates\x20project-level\x20config)\x0a\x20\x204.\x20Restart\x20Claude\x20Code\x20—\x20the\x20plugin\x20activates\x20automatically\x0a\x0aConfiguration\x20(tokenizer-speedup.yaml):\x0a\x20\x20Place\x20in\x20your\x20project\x20root.\x20Defines\x20keyword\x20triggers,\x20file\x20patterns,\x0a\x20\x20and\x20token\x20limits.\x20Run\x20\x27tsu\x20init\x27\x20to\x20generate\x20a\x20starter\x20config.\x0a\x20\x20Docs:\x20https://tokenizer-speedup.simosphereai.com/#integration\x0a','File\x20to\x20analyze','utf-8','rules','2AxCGwY','ogKGn','init','stringify','model','cli/index','SRIou','after','25910lIvlfD','mVrFy','EBvUj','LLM\x20provider\x20(claude,\x20openai)','exitCode','countTokens','xwaBx','-t,\x20--text\x20<text>','config','error','2547Hzglud','../plugin/config-loader.js','1350850OtokRO','HSLwd','option','includes','length'];_0x2c6d=function(){return _0x44c912;};return _0x2c6d();}import{runInit}from'./init-cmd.js';export function buildCLI(){const _0x526f59=_0x5f0c,_0x2360e6={'SRIou':function(_0x4455d5,_0x447ee0){return _0x4455d5(_0x447ee0);},'MTrpo':'claude-sonnet-4-20250514','UKUVz':function(_0x484c6c,_0x2d567a,_0x11e85e){return _0x484c6c(_0x2d567a,_0x11e85e);},'GEpfA':'Error:\x20provide\x20a\x20file\x20argument\x20or\x20--text\x20option','EBvUj':_0x526f59(0x1f9),'TivLl':function(_0x48b4a4,_0x55df11){return _0x48b4a4/_0x55df11;},'xwaBx':function(_0xf96966,_0x59ee4e){return _0xf96966===_0x59ee4e;},'mVrFy':'openai','bVYDc':_0x526f59(0x1e8),'DZQyR':function(_0x2293ba,_0x7835cb,_0x10a879){return _0x2293ba(_0x7835cb,_0x10a879);},'YuGcE':'tsu','srKMM':_0x526f59(0x1ed),'URXSH':'Configure\x20TokenizerSpeedUp\x20with\x20your\x20API\x20key\x20and\x20register\x20Claude\x20Code\x20hooks','xWlGv':'--api-key\x20<key>','RMXGr':'Your\x20TokenizerSpeedUp\x20API\x20key\x20(get\x20one\x20at\x20https://tokenizer-speedup.simosphereai.com)','HikKh':_0x526f59(0x1ea),'GCcCQ':_0x526f59(0x214),'uToBN':_0x526f59(0x206),'HSLwd':_0x526f59(0x1d9),'fTNwC':'Model\x20name','cZBYz':_0x526f59(0x20a),'ogKGn':_0x526f59(0x20b),'JOUJW':'Config\x20file\x20path','xGZMH':_0x526f59(0x1fd),'SacqU':_0x526f59(0x21d)},_0x778e09=new Command();return _0x778e09[_0x526f59(0x21a)](_0x2360e6[_0x526f59(0x1eb)])['description'](_0x526f59(0x1db))['version']('0.8.1')[_0x526f59(0x1f0)](_0x526f59(0x202),_0x526f59(0x1f7)),_0x778e09['command'](_0x2360e6[_0x526f59(0x220)])[_0x526f59(0x21c)](_0x2360e6[_0x526f59(0x1e5)])[_0x526f59(0x1ef)](_0x2360e6['xWlGv'],_0x2360e6[_0x526f59(0x21f)])['action'](_0x19c695=>{const _0xc8f993=_0x526f59;_0x2360e6['SRIou'](runSetup,_0x19c695[_0xc8f993(0x1e7)]);}),_0x778e09[_0x526f59(0x1f4)]('analyze')[_0x526f59(0x21c)](_0x2360e6['HikKh'])[_0x526f59(0x21b)](_0x526f59(0x1e4),_0x526f59(0x1f8))[_0x526f59(0x211)](_0x2360e6[_0x526f59(0x1f3)],_0x2360e6['uToBN'],_0x526f59(0x1e0))[_0x526f59(0x211)](_0x2360e6[_0x526f59(0x210)],_0x2360e6['fTNwC'])['option'](_0x2360e6['cZBYz'],'Analyze\x20inline\x20text\x20instead\x20of\x20file')[_0x526f59(0x1f6)]((_0x190d1c,_0x489e3e)=>{const _0x152a11=_0x526f59,_0x2d82f3=_0x489e3e[_0x152a11(0x1ff)]??(_0x152a11(0x1e0)===_0x489e3e['provider']?_0x2360e6[_0x152a11(0x221)]:'gpt-4o');let _0x43abe4,_0x150c5f;try{_0x43abe4=_0x2360e6['UKUVz'](createTokenProvider,_0x489e3e[_0x152a11(0x1f5)],_0x2d82f3);}catch(_0x3501c1){return console['error']('Error:\x20'+_0x3501c1[_0x152a11(0x1df)]),void(process['exitCode']=0x1);}if(void 0x0!==_0x489e3e['text'])_0x150c5f=_0x489e3e[_0x152a11(0x1dc)];else{if(!_0x190d1c)return console[_0x152a11(0x20c)](_0x2360e6['GEpfA']),void(process[_0x152a11(0x207)]=0x1);_0x150c5f=_0x2360e6[_0x152a11(0x216)](readFileSync,_0x190d1c,_0x2360e6[_0x152a11(0x205)]);}_0x150c5f[_0x152a11(0x213)]>0x7a120&&console[_0x152a11(0x20c)]('Warning:\x20large\x20input\x20('+_0x2360e6['TivLl'](_0x150c5f[_0x152a11(0x213)],0x3e8)['toFixed'](0x0)+_0x152a11(0x1e9));const _0x1054e4=_0x43abe4[_0x152a11(0x208)](_0x150c5f),_0x5d7dd8=_0x43abe4[_0x152a11(0x1e6)](_0x150c5f);console['log'](JSON['stringify']({'file':_0x190d1c??'(inline)','tokens':_0x1054e4,'tokens_method':_0x152a11(0x219),'estimate':_0x5d7dd8,'estimate_method':_0x152a11(0x1da)+(_0x2360e6[_0x152a11(0x209)](_0x2360e6[_0x152a11(0x204)],_0x489e3e[_0x152a11(0x1f5)])?_0x152a11(0x1e1):_0x2360e6['bVYDc'])+')','provider':_0x489e3e[_0x152a11(0x1f5)],'model':_0x2d82f3}));}),_0x778e09['command'](_0x2360e6[_0x526f59(0x1fc)])['description']('Validate\x20configuration\x20file')['argument']('[file]',_0x2360e6[_0x526f59(0x1de)],_0x526f59(0x1ee))[_0x526f59(0x1f6)](async _0x40d0d2=>{const _0x151ba1=_0x526f59;try{const _0x6f94ea=_0x2360e6[_0x151ba1(0x1d8)](readFileSync,_0x40d0d2,_0x2360e6[_0x151ba1(0x205)]),{parseConfig:_0x598101}=await import(_0x151ba1(0x20e)),_0x6b38c7=_0x2360e6[_0x151ba1(0x201)](_0x598101,_0x6f94ea);console['log'](JSON[_0x151ba1(0x1fe)]({'valid':!0x0,'provider':_0x6b38c7[_0x151ba1(0x1f5)],'model':_0x6b38c7['model'],'ruleCount':_0x6b38c7[_0x151ba1(0x1fa)]['length']}));}catch(_0x399e1f){console['log'](JSON['stringify']({'valid':!0x1,'error':_0x399e1f[_0x151ba1(0x1df)]})),process[_0x151ba1(0x207)]=0x1;}}),_0x778e09['command'](_0x2360e6[_0x526f59(0x1dd)])[_0x526f59(0x21c)](_0x2360e6[_0x526f59(0x217)])[_0x526f59(0x1f6)](()=>{runInit();}),_0x778e09;}const resolvedArgv1=((()=>{try{return realpathSync(process['argv'][0x1]??'')['replace'](/\\/g,'/');}catch{return process['argv'][0x1]?.['replace'](/\\/g,'/')??'';}})());resolvedArgv1[_0x8e7224(0x212)](_0x8e7224(0x200))&&buildCLI()[_0x8e7224(0x1f1)]();
@@ -1 +1 @@
1
- const _0x2f47c4=_0xb127;function _0x2f9d(){const _0xc01917=['177lagwAi','tokenizer-speedup.yaml\x20already\x20exists\x20in\x20this\x20directory.','34DurVOM','5TMjBoY','47797QoZqfo','Created\x20tokenizer-speedup.yaml','11256300Yningo','error','48788cXlEQM','vWumu','22140459KIEhLy','exitCode','log','2595342Hbfllv','#\x20tokenizer-speedup.yaml\x20—\x20Project\x20Configuration\x0a#\x20Docs:\x20https://tokenizer-speedup.simosphereai.com/#integration\x0aversion:\x201\x0a\x0arules:\x0a\x20\x20-\x20trigger:\x20[\x22fix\x22,\x20\x22bug\x22,\x20\x22error\x22,\x20\x22crash\x22]\x0a\x20\x20\x20\x20load:\x20\x22docs/lessons-learned/*.md\x22\x0a\x20\x20\x20\x20max_tokens:\x202000\x0a\x0a\x20\x20-\x20trigger:\x20[\x22design\x22,\x20\x22brand\x22,\x20\x22theme\x22]\x0a\x20\x20\x20\x20load:\x20\x22docs/design/*.md\x22\x0a\x20\x20\x20\x20summary_only:\x20true\x0a\x0acontext_limits:\x0a\x20\x20max_injected_tokens:\x204000\x0a\x20\x20max_file_tokens:\x201500\x0a\x20\x20compress_above:\x20800\x0a\x0ametering:\x0a\x20\x20endpoint:\x20\x22https://api.simosphere.ai/v1/meter\x22\x0a\x20\x20batch_interval:\x2060\x0a\x20\x20send_content:\x20false\x0a','717471XpqwGd','\x20\x202.\x20Run:\x20tsu\x20config\x20tokenizer-speedup.yaml\x20\x20(to\x20validate)','8182825fAzWEE','gHGlw','\x20\x203.\x20Restart\x20Claude\x20Code\x20to\x20pick\x20up\x20the\x20new\x20config','utf-8','cwd','168QeyNCu'];_0x2f9d=function(){return _0xc01917;};return _0x2f9d();}(function(_0x106794,_0x1f6546){const _0x5a8954=_0xb127,_0x1b2a65=_0x106794();while(!![]){try{const _0x342fdd=parseInt(_0x5a8954(0xaf))/0x1*(-parseInt(_0x5a8954(0xad))/0x2)+parseInt(_0x5a8954(0xc2))/0x3*(-parseInt(_0x5a8954(0xb3))/0x4)+parseInt(_0x5a8954(0xae))/0x5*(parseInt(_0x5a8954(0xb8))/0x6)+parseInt(_0x5a8954(0xbc))/0x7+parseInt(_0x5a8954(0xc1))/0x8*(parseInt(_0x5a8954(0xba))/0x9)+parseInt(_0x5a8954(0xb1))/0xa+-parseInt(_0x5a8954(0xb5))/0xb;if(_0x342fdd===_0x1f6546)break;else _0x1b2a65['push'](_0x1b2a65['shift']());}catch(_0x571a48){_0x1b2a65['push'](_0x1b2a65['shift']());}}}(_0x2f9d,0xd1100));import{writeFileSync,existsSync}from'node:fs';function _0xb127(_0x15f257,_0x44b6d8){_0x15f257=_0x15f257-0xac;const _0x2f9dc5=_0x2f9d();let _0xb1279e=_0x2f9dc5[_0x15f257];return _0xb1279e;}import{join}from'node:path';const STARTER_CONFIG=_0x2f47c4(0xb9);export function runInit(){const _0x28c6ac=_0x2f47c4,_0xb03cb2={'PyXia':function(_0xe1fbd,_0x1a6593,_0x4c6064){return _0xe1fbd(_0x1a6593,_0x4c6064);},'zozVR':function(_0x29acbf,_0x38c4cc){return _0x29acbf(_0x38c4cc);},'UgPxu':function(_0x41c902,_0x5ea4f8,_0x2734d1,_0x18e5c6){return _0x41c902(_0x5ea4f8,_0x2734d1,_0x18e5c6);},'vWumu':_0x28c6ac(0xb0),'gHGlw':'\x20\x201.\x20Edit\x20the\x20rules\x20to\x20match\x20your\x20project\x20structure','juWzo':_0x28c6ac(0xbe)},_0x3e6e48=_0xb03cb2['PyXia'](join,process[_0x28c6ac(0xc0)](),'tokenizer-speedup.yaml');if(_0xb03cb2['zozVR'](existsSync,_0x3e6e48))return console[_0x28c6ac(0xb2)](_0x28c6ac(0xac)),void(process[_0x28c6ac(0xb6)]=0x1);_0xb03cb2['UgPxu'](writeFileSync,_0x3e6e48,STARTER_CONFIG,_0x28c6ac(0xbf)),console[_0x28c6ac(0xb7)](_0xb03cb2[_0x28c6ac(0xb4)]),console['log'](''),console[_0x28c6ac(0xb7)]('Next\x20steps:'),console[_0x28c6ac(0xb7)](_0xb03cb2[_0x28c6ac(0xbd)]),console['log'](_0x28c6ac(0xbb)),console[_0x28c6ac(0xb7)](_0xb03cb2['juWzo']);}
1
+ (function(_0x4fa992,_0x1e46d5){const _0x5eaf42=_0x19fe,_0x54b44b=_0x4fa992();while(!![]){try{const _0x4a631d=parseInt(_0x5eaf42(0x147))/0x1*(-parseInt(_0x5eaf42(0x144))/0x2)+parseInt(_0x5eaf42(0x154))/0x3+-parseInt(_0x5eaf42(0x14d))/0x4+parseInt(_0x5eaf42(0x14c))/0x5*(parseInt(_0x5eaf42(0x152))/0x6)+-parseInt(_0x5eaf42(0x14f))/0x7*(parseInt(_0x5eaf42(0x145))/0x8)+-parseInt(_0x5eaf42(0x148))/0x9+parseInt(_0x5eaf42(0x155))/0xa;if(_0x4a631d===_0x1e46d5)break;else _0x54b44b['push'](_0x54b44b['shift']());}catch(_0x1681af){_0x54b44b['push'](_0x54b44b['shift']());}}}(_0x360b,0x42ca9));import{writeFileSync,existsSync}from'node:fs';import{join}from'node:path';function _0x19fe(_0x34865c,_0x1d5930){_0x34865c=_0x34865c-0x143;const _0x360b39=_0x360b();let _0x19fe45=_0x360b39[_0x34865c];return _0x19fe45;}function _0x360b(){const _0x5cfa2f=['Created\x20tokenizer-speedup.yaml','6yLSkWj','lUFPc','223338rZubAR','14336030rIZoOB','\x20\x202.\x20Run:\x20tsu\x20config\x20tokenizer-speedup.yaml\x20\x20(to\x20validate)','log','Next\x20steps:','2mJhxbo','3383536zIyBmu','MgyCB','339743yPCdTW','117414uoiSJP','cwd','NHgpz','uAKzK','257760oZzEeh','2041172EUJUgr','utf-8','7WShykl','tokenizer-speedup.yaml\x20already\x20exists\x20in\x20this\x20directory.'];_0x360b=function(){return _0x5cfa2f;};return _0x360b();}const STARTER_CONFIG='#\x20tokenizer-speedup.yaml\x20—\x20Project\x20Configuration\x0a#\x20Docs:\x20https://tokenizer-speedup.simosphereai.com/#integration\x0aversion:\x201\x0a\x0arules:\x0a\x20\x20-\x20trigger:\x20[\x22fix\x22,\x20\x22bug\x22,\x20\x22error\x22,\x20\x22crash\x22]\x0a\x20\x20\x20\x20load:\x20\x22docs/lessons-learned/*.md\x22\x0a\x20\x20\x20\x20max_tokens:\x202000\x0a\x0a\x20\x20-\x20trigger:\x20[\x22design\x22,\x20\x22brand\x22,\x20\x22theme\x22]\x0a\x20\x20\x20\x20load:\x20\x22docs/design/*.md\x22\x0a\x20\x20\x20\x20summary_only:\x20true\x0a\x0acontext_limits:\x0a\x20\x20max_injected_tokens:\x204000\x0a\x20\x20max_file_tokens:\x201500\x0a\x20\x20compress_above:\x20800\x0a\x0ametering:\x0a\x20\x20endpoint:\x20\x22https://api.simosphere.ai/v1/meter\x22\x0a\x20\x20batch_interval:\x2060\x0a\x20\x20send_content:\x20false\x0a';export function runInit(){const _0x59c43a=_0x19fe,_0x3f691b={'lUFPc':function(_0x4e6601,_0x10f78c,_0x7e6346){return _0x4e6601(_0x10f78c,_0x7e6346);},'NHgpz':'tokenizer-speedup.yaml','MgyCB':function(_0x307b3a,_0x3fff70){return _0x307b3a(_0x3fff70);},'kRvQv':_0x59c43a(0x14e),'uAKzK':_0x59c43a(0x151),'vOZnk':'\x20\x201.\x20Edit\x20the\x20rules\x20to\x20match\x20your\x20project\x20structure','oonRf':'\x20\x203.\x20Restart\x20Claude\x20Code\x20to\x20pick\x20up\x20the\x20new\x20config'},_0x1ba1d1=_0x3f691b[_0x59c43a(0x153)](join,process[_0x59c43a(0x149)](),_0x3f691b[_0x59c43a(0x14a)]);if(_0x3f691b[_0x59c43a(0x146)](existsSync,_0x1ba1d1))return console['error'](_0x59c43a(0x150)),void(process['exitCode']=0x1);writeFileSync(_0x1ba1d1,STARTER_CONFIG,_0x3f691b['kRvQv']),console['log'](_0x3f691b[_0x59c43a(0x14b)]),console['log'](''),console[_0x59c43a(0x157)](_0x59c43a(0x143)),console['log'](_0x3f691b['vOZnk']),console[_0x59c43a(0x157)](_0x59c43a(0x156)),console['log'](_0x3f691b['oonRf']);}
@@ -1 +1 @@
1
- function _0x5926(){const _0x1f45f9=['3318357XKBsZd','✅\x20API\x20key\x20saved\x20successfully.','6LfOiKo','Stop','error','72JDQoMM','command','856398FFaToq','ukiQq','apiKey','Setup\x20complete.\x20Please\x20restart\x20Claude\x20Code\x20to\x20activate\x20the\x20plugin.','settings.local.json','length','trim','log','27108675RFZRlr','YiTit','135530PgqyYf','message','191215yTmFPs','3757473vNVBjz','jUZeS','iyUrN','utf-8','exitCode','jqWLr','✅\x20Hooks\x20registered\x20in\x20Claude\x20Code\x20settings.','jhTAs','FeAUr','stringify','bJdjt','MjUjC','parse','tokenizer-speedup','2946568kqtRvH'];_0x5926=function(){return _0x1f45f9;};return _0x5926();}const _0x506328=_0x2d8f;(function(_0x359ea1,_0x31706c){const _0x5c281a=_0x2d8f,_0x28b22b=_0x359ea1();while(!![]){try{const _0x4cb707=-parseInt(_0x5c281a(0x1be))/0x1*(parseInt(_0x5c281a(0x1d2))/0x2)+-parseInt(_0x5c281a(0x1c1))/0x3+parseInt(_0x5c281a(0x1d5))/0x4*(-parseInt(_0x5c281a(0x1c0))/0x5)+-parseInt(_0x5c281a(0x1d7))/0x6+parseInt(_0x5c281a(0x1d0))/0x7+-parseInt(_0x5c281a(0x1cf))/0x8+parseInt(_0x5c281a(0x1df))/0x9;if(_0x4cb707===_0x31706c)break;else _0x28b22b['push'](_0x28b22b['shift']());}catch(_0x329f43){_0x28b22b['push'](_0x28b22b['shift']());}}}(_0x5926,0x993a1));import{readFileSync,writeFileSync,mkdirSync}from'node:fs';import{join}from'node:path';import{homedir}from'node:os';function _0x2d8f(_0x46e17f,_0x4365e0){_0x46e17f=_0x46e17f-0x1bd;const _0x5926ac=_0x5926();let _0x2d8f45=_0x5926ac[_0x46e17f];return _0x2d8f45;}const CONFIG_DIR=join(homedir(),'.config',_0x506328(0x1ce)),CONFIG_FILE=join(CONFIG_DIR,'config.json'),CLAUDE_SETTINGS_FILE=join(homedir(),'.claude',_0x506328(0x1db));export function runSetup(_0x39f417){const _0x53e3c0=_0x506328,_0x45d042={'jUZeS':'❌\x20API\x20key\x20cannot\x20be\x20empty.','bJdjt':'❌\x20API\x20key\x20is\x20too\x20short\x20(minimum\x208\x20characters).','jqWLr':function(_0x4fe9c4,_0x51926c){return _0x4fe9c4(_0x51926c);},'PCdfs':_0x53e3c0(0x1d1),'jhTAs':'⚠️\x20\x20Claude\x20Code\x20will\x20restart\x20automatically\x20to\x20load\x20the\x20plugin.\x20This\x20is\x20expected\x20behavior.','YiTit':function(_0x342577){return _0x342577();},'WCpEm':_0x53e3c0(0x1da)};try{if(!_0x39f417||0x0===_0x39f417[_0x53e3c0(0x1dd)]()[_0x53e3c0(0x1dc)])return console['error'](_0x45d042[_0x53e3c0(0x1c2)]),void(process[_0x53e3c0(0x1c5)]=0x1);if(_0x39f417[_0x53e3c0(0x1dd)]()[_0x53e3c0(0x1dc)]<0x8)return console[_0x53e3c0(0x1d4)](_0x45d042[_0x53e3c0(0x1cb)]),void(process[_0x53e3c0(0x1c5)]=0x1);_0x45d042[_0x53e3c0(0x1c6)](saveApiKey,_0x39f417['trim']()),console['log'](_0x45d042['PCdfs']),console[_0x53e3c0(0x1de)](_0x45d042[_0x53e3c0(0x1c8)]),_0x45d042[_0x53e3c0(0x1bd)](registerHooks),console['log'](_0x53e3c0(0x1c7)),console[_0x53e3c0(0x1de)](''),console['log'](_0x45d042['WCpEm']);}catch(_0x4f0eb0){console[_0x53e3c0(0x1d4)]('❌\x20Setup\x20failed:\x20'+_0x4f0eb0[_0x53e3c0(0x1bf)]),process[_0x53e3c0(0x1c5)]=0x1;}}function saveApiKey(_0x1836e1){const _0x439858=_0x506328,_0x24caba={'ukiQq':function(_0x2f87b3,_0x267fdf,_0x3a670f,_0x5a2778){return _0x2f87b3(_0x267fdf,_0x3a670f,_0x5a2778);}};mkdirSync(CONFIG_DIR,{'recursive':!0x0});let _0x37fffb={};try{_0x37fffb=JSON[_0x439858(0x1cd)](readFileSync(CONFIG_FILE,_0x439858(0x1c4)));}catch{}_0x37fffb[_0x439858(0x1d9)]=_0x1836e1,_0x24caba[_0x439858(0x1d8)](writeFileSync,CONFIG_FILE,JSON['stringify'](_0x37fffb,null,0x2)+'\x0a','utf-8');}function registerHooks(){const _0x546430=_0x506328,_0x161f25={'MjUjC':function(_0x2aeed9,_0x538996,_0xee300){return _0x2aeed9(_0x538996,_0xee300);},'FeAUr':function(_0x1c5e87){return _0x1c5e87();},'fvNHI':'.claude','zcYlL':_0x546430(0x1c4),'iyUrN':_0x546430(0x1d6),'KTmvl':'tokenizer-speedup'};_0x161f25[_0x546430(0x1cc)](mkdirSync,_0x161f25[_0x546430(0x1cc)](join,_0x161f25[_0x546430(0x1c9)](homedir),_0x161f25['fvNHI']),{'recursive':!0x0});let _0x55f5e7={};try{_0x55f5e7=JSON['parse'](readFileSync(CLAUDE_SETTINGS_FILE,_0x161f25['zcYlL']));}catch{}const _0x2391c5=_0x55f5e7['hooks']??{};_0x2391c5['SessionStart']=[{'matcher':'startup|resume|clear|compact','hooks':[{'type':_0x161f25[_0x546430(0x1c3)],'command':_0x161f25['KTmvl'],'timeout':0x5}]}],_0x2391c5['UserPromptSubmit']=[{'matcher':'','hooks':[{'type':_0x546430(0x1d6),'command':'tokenizer-speedup'}]}],_0x2391c5['PreCompact']=[{'matcher':'','hooks':[{'type':'command','command':_0x546430(0x1ce),'timeout':0xa}]}],_0x2391c5[_0x546430(0x1d3)]=[{'matcher':'','hooks':[{'type':_0x161f25[_0x546430(0x1c3)],'command':'tokenizer-speedup','timeout':0xa}]}],_0x55f5e7['hooks']=_0x2391c5,writeFileSync(CLAUDE_SETTINGS_FILE,JSON[_0x546430(0x1ca)](_0x55f5e7,null,0x2)+'\x0a',_0x546430(0x1c4));}export function loadApiKeyFromConfig(){const _0x320bcd=_0x506328,_0x2c8359={'YvZPQ':_0x320bcd(0x1c4)};try{return JSON[_0x320bcd(0x1cd)](readFileSync(CONFIG_FILE,_0x2c8359['YvZPQ']))[_0x320bcd(0x1d9)]??void 0x0;}catch{return;}}
1
+ function _0x4fb2(_0x2cb7b1,_0x3ba502){_0x2cb7b1=_0x2cb7b1-0x1b2;const _0x22e66a=_0x22e6();let _0x4fb278=_0x22e66a[_0x2cb7b1];return _0x4fb278;}const _0x30654e=_0x4fb2;(function(_0x49a506,_0x1ad7ae){const _0x24046d=_0x4fb2,_0x1f58dc=_0x49a506();while(!![]){try{const _0x28c26a=parseInt(_0x24046d(0x1b7))/0x1+parseInt(_0x24046d(0x1c5))/0x2*(-parseInt(_0x24046d(0x1ce))/0x3)+-parseInt(_0x24046d(0x1c4))/0x4+-parseInt(_0x24046d(0x1c1))/0x5*(-parseInt(_0x24046d(0x1cb))/0x6)+-parseInt(_0x24046d(0x1c9))/0x7*(-parseInt(_0x24046d(0x1c0))/0x8)+-parseInt(_0x24046d(0x1d6))/0x9+parseInt(_0x24046d(0x1c8))/0xa*(parseInt(_0x24046d(0x1ba))/0xb);if(_0x28c26a===_0x1ad7ae)break;else _0x1f58dc['push'](_0x1f58dc['shift']());}catch(_0x2a846e){_0x1f58dc['push'](_0x1f58dc['shift']());}}}(_0x22e6,0x842e3));import{readFileSync,writeFileSync,mkdirSync}from'node:fs';import{join}from'node:path';import{homedir}from'node:os';const CONFIG_DIR=join(homedir(),_0x30654e(0x1bb),_0x30654e(0x1cc)),CONFIG_FILE=join(CONFIG_DIR,'config.json'),CLAUDE_SETTINGS_FILE=join(homedir(),_0x30654e(0x1c2),_0x30654e(0x1be));export function runSetup(_0xf90af7){const _0x22f068=_0x30654e,_0x4008b1={'cZDNz':'❌\x20API\x20key\x20cannot\x20be\x20empty.','FHQMq':function(_0x4f71a7,_0x583c97){return _0x4f71a7<_0x583c97;},'KYgBE':function(_0x71432,_0x3a3ba4){return _0x71432(_0x3a3ba4);},'WGAre':'✅\x20API\x20key\x20saved\x20successfully.','vbZxH':function(_0x116393){return _0x116393();},'TDeIw':_0x22f068(0x1cd)};try{if(!_0xf90af7||0x0===_0xf90af7[_0x22f068(0x1d3)]()['length'])return console['error'](_0x4008b1[_0x22f068(0x1c6)]),void(process['exitCode']=0x1);if(_0x4008b1['FHQMq'](_0xf90af7[_0x22f068(0x1d3)]()['length'],0x8))return console[_0x22f068(0x1b9)]('❌\x20API\x20key\x20is\x20too\x20short\x20(minimum\x208\x20characters).'),void(process[_0x22f068(0x1bf)]=0x1);_0x4008b1[_0x22f068(0x1d5)](saveApiKey,_0xf90af7[_0x22f068(0x1d3)]()),console[_0x22f068(0x1d2)](_0x4008b1[_0x22f068(0x1d0)]),console['log']('⚠️\x20\x20Claude\x20Code\x20will\x20restart\x20automatically\x20to\x20load\x20the\x20plugin.\x20This\x20is\x20expected\x20behavior.'),_0x4008b1[_0x22f068(0x1b3)](registerHooks),console['log'](_0x22f068(0x1d7)),console['log'](''),console[_0x22f068(0x1d2)](_0x4008b1['TDeIw']);}catch(_0x151b4b){console[_0x22f068(0x1b9)]('❌\x20Setup\x20failed:\x20'+_0x151b4b['message']),process[_0x22f068(0x1bf)]=0x1;}}function saveApiKey(_0x55c837){const _0xaa5dbc=_0x30654e,_0x22c929={'ebVgX':function(_0xf93d0b,_0x4e3da2,_0x3cf792){return _0xf93d0b(_0x4e3da2,_0x3cf792);},'cOKMg':'utf-8'};_0x22c929['ebVgX'](mkdirSync,CONFIG_DIR,{'recursive':!0x0});let _0x3e1b87={};try{_0x3e1b87=JSON['parse'](readFileSync(CONFIG_FILE,_0x22c929['cOKMg']));}catch{}_0x3e1b87[_0xaa5dbc(0x1d4)]=_0x55c837,writeFileSync(CONFIG_FILE,JSON['stringify'](_0x3e1b87,null,0x2)+'\x0a',_0x22c929['cOKMg']);}function registerHooks(){const _0x2bbf54=_0x30654e,_0x162ec1={'mrLtz':function(_0x82b4bc,_0x349890,_0x4fdcbe){return _0x82b4bc(_0x349890,_0x4fdcbe);},'kwgZb':function(_0x5bc0da){return _0x5bc0da();},'EFbAU':function(_0x1e5443,_0x260762,_0x513676){return _0x1e5443(_0x260762,_0x513676);},'umyCI':'startup|resume|clear|compact','KLfKX':_0x2bbf54(0x1c7),'WEuNW':_0x2bbf54(0x1cc)};mkdirSync(_0x162ec1['mrLtz'](join,_0x162ec1[_0x2bbf54(0x1c3)](homedir),'.claude'),{'recursive':!0x0});let _0x1bc9c1={};try{_0x1bc9c1=JSON['parse'](_0x162ec1[_0x2bbf54(0x1b8)](readFileSync,CLAUDE_SETTINGS_FILE,_0x2bbf54(0x1d1)));}catch{}const _0x450f76=_0x1bc9c1['hooks']??{};_0x450f76[_0x2bbf54(0x1cf)]=[{'matcher':_0x162ec1[_0x2bbf54(0x1b4)],'hooks':[{'type':_0x162ec1['KLfKX'],'command':'tokenizer-speedup','timeout':0x5}]}],_0x450f76[_0x2bbf54(0x1bd)]=[{'matcher':'','hooks':[{'type':_0x162ec1['KLfKX'],'command':_0x162ec1['WEuNW']}]}],_0x450f76['PreCompact']=[{'matcher':'','hooks':[{'type':_0x162ec1['KLfKX'],'command':_0x162ec1[_0x2bbf54(0x1b5)],'timeout':0xa}]}],_0x450f76[_0x2bbf54(0x1b6)]=[{'matcher':'','hooks':[{'type':_0x2bbf54(0x1c7),'command':'tokenizer-speedup','timeout':0xa}]}],_0x1bc9c1[_0x2bbf54(0x1ca)]=_0x450f76,writeFileSync(CLAUDE_SETTINGS_FILE,JSON['stringify'](_0x1bc9c1,null,0x2)+'\x0a','utf-8');}export function loadApiKeyFromConfig(){const _0x2c800a=_0x30654e,_0x19cb56={'KAakh':function(_0x21816b,_0xd33f1a,_0xa5c32b){return _0x21816b(_0xd33f1a,_0xa5c32b);}};try{return JSON[_0x2c800a(0x1b2)](_0x19cb56[_0x2c800a(0x1bc)](readFileSync,CONFIG_FILE,'utf-8'))[_0x2c800a(0x1d4)]??void 0x0;}catch{return;}}function _0x22e6(){const _0x199bdf=['settings.local.json','exitCode','40eGdJKD','55jOgsMI','.claude','kwgZb','3193280dntkAg','526XYXPQT','cZDNz','command','2410ZefFre','489251LPibGf','hooks','489486TVTXrP','tokenizer-speedup','Setup\x20complete.\x20Please\x20restart\x20Claude\x20Code\x20to\x20activate\x20the\x20plugin.','12066KFOEcP','SessionStart','WGAre','utf-8','log','trim','apiKey','KYgBE','759231jKOeCL','✅\x20Hooks\x20registered\x20in\x20Claude\x20Code\x20settings.','parse','vbZxH','umyCI','WEuNW','Stop','1080057QQattz','EFbAU','error','7073sLnUQO','.config','KAakh','UserPromptSubmit'];_0x22e6=function(){return _0x199bdf;};return _0x22e6();}
@@ -1 +1 @@
1
- function _0x5dc3(_0x2f3bfd,_0x3dbb6f){_0x2f3bfd=_0x2f3bfd-0x77;const _0x296280=_0x2962();let _0x5dc3ef=_0x296280[_0x2f3bfd];return _0x5dc3ef;}function _0x2962(){const _0x1c4285=['subscription','1580448HOWLWP','successUrl','242298CcaTgW','push','2767233xfxkel','20872rbJBTQ','824190japBsm','meteredPriceId','347442zPtuPM','3094856XJgllo','tier','655AfDJXJ'];_0x2962=function(){return _0x1c4285;};return _0x2962();}(function(_0x3ba1c4,_0x4873dc){const _0x5643fc=_0x5dc3,_0x3f3b41=_0x3ba1c4();while(!![]){try{const _0x3f9658=parseInt(_0x5643fc(0x77))/0x1+-parseInt(_0x5643fc(0x7e))/0x2+-parseInt(_0x5643fc(0x82))/0x3+parseInt(_0x5643fc(0x81))/0x4*(parseInt(_0x5643fc(0x7a))/0x5)+-parseInt(_0x5643fc(0x7c))/0x6+parseInt(_0x5643fc(0x80))/0x7+-parseInt(_0x5643fc(0x78))/0x8;if(_0x3f9658===_0x4873dc)break;else _0x3f3b41['push'](_0x3f3b41['shift']());}catch(_0x31a50f){_0x3f3b41['push'](_0x3f3b41['shift']());}}}(_0x2962,0x5cd0f));export function buildCheckoutParams(_0x4bd3d1){const _0x5870d4=_0x5dc3,_0x225ef5={'lApww':_0x5870d4(0x7b)},_0x52b7fe=[{'price':_0x4bd3d1['recurringPriceId'],'quantity':0x1}];return _0x4bd3d1[_0x5870d4(0x83)]&&_0x52b7fe[_0x5870d4(0x7f)]({'price':_0x4bd3d1['meteredPriceId']}),{'customer':_0x4bd3d1['customerId'],'mode':_0x225ef5['lApww'],'line_items':_0x52b7fe,'success_url':_0x4bd3d1[_0x5870d4(0x7d)],'cancel_url':_0x4bd3d1['cancelUrl'],'metadata':{'tier':_0x4bd3d1[_0x5870d4(0x79)]}};}
1
+ (function(_0x13266c,_0x1f4b0a){const _0x59392f=_0x3f60,_0xaa91e7=_0x13266c();while(!![]){try{const _0x383fc6=parseInt(_0x59392f(0xf3))/0x1*(-parseInt(_0x59392f(0xf4))/0x2)+-parseInt(_0x59392f(0xed))/0x3+parseInt(_0x59392f(0xf0))/0x4+-parseInt(_0x59392f(0xf1))/0x5*(-parseInt(_0x59392f(0xf5))/0x6)+-parseInt(_0x59392f(0xef))/0x7*(-parseInt(_0x59392f(0xf2))/0x8)+-parseInt(_0x59392f(0xee))/0x9+parseInt(_0x59392f(0xeb))/0xa*(parseInt(_0x59392f(0xf6))/0xb);if(_0x383fc6===_0x1f4b0a)break;else _0xaa91e7['push'](_0xaa91e7['shift']());}catch(_0xe61dc2){_0xaa91e7['push'](_0xaa91e7['shift']());}}}(_0x1d62,0x3b029));function _0x3f60(_0xb2c9b6,_0x18aa36){_0xb2c9b6=_0xb2c9b6-0xea;const _0x1d62f0=_0x1d62();let _0x3f60cc=_0x1d62f0[_0xb2c9b6];return _0x3f60cc;}function _0x1d62(){const _0x4ca469=['125792MWMKlx','2GsQRgY','13126pDNHhy','401490yRPKBu','13519trsUFj','tier','730ybZepe','meteredPriceId','589518JGWpyR','2463327TPvpuK','49oVEwNf','1298040iMsMlx','15pcIkSM'];_0x1d62=function(){return _0x4ca469;};return _0x1d62();}export function buildCheckoutParams(_0x54731c){const _0x5becf8=_0x3f60,_0x46aa64=[{'price':_0x54731c['recurringPriceId'],'quantity':0x1}];return _0x54731c['meteredPriceId']&&_0x46aa64['push']({'price':_0x54731c[_0x5becf8(0xec)]}),{'customer':_0x54731c['customerId'],'mode':'subscription','line_items':_0x46aa64,'success_url':_0x54731c['successUrl'],'cancel_url':_0x54731c['cancelUrl'],'metadata':{'tier':_0x54731c[_0x5becf8(0xea)]}};}
@@ -1 +1 @@
1
- const _0x15bba3=_0x2008;(function(_0x3e2ce7,_0x1dadf5){const _0x5e6067=_0x2008,_0x566583=_0x3e2ce7();while(!![]){try{const _0x3e777f=-parseInt(_0x5e6067(0x149))/0x1*(-parseInt(_0x5e6067(0x14b))/0x2)+-parseInt(_0x5e6067(0x147))/0x3*(-parseInt(_0x5e6067(0x14f))/0x4)+parseInt(_0x5e6067(0x156))/0x5*(-parseInt(_0x5e6067(0x155))/0x6)+-parseInt(_0x5e6067(0x154))/0x7*(-parseInt(_0x5e6067(0x152))/0x8)+-parseInt(_0x5e6067(0x14e))/0x9+-parseInt(_0x5e6067(0x157))/0xa*(-parseInt(_0x5e6067(0x14d))/0xb)+parseInt(_0x5e6067(0x153))/0xc*(-parseInt(_0x5e6067(0x14c))/0xd);if(_0x3e777f===_0x1dadf5)break;else _0x566583['push'](_0x566583['shift']());}catch(_0x1d0c1e){_0x566583['push'](_0x566583['shift']());}}}(_0x330d,0xb6216));function _0x330d(){const _0x47c9ab=['696865hNzRrG','TokenizerSpeedUp\x20Team','4pMwtfM','962GpKZPQ','77HQYaDO','2801997OrQoNX','7636zPlUsX','Per-seat\x20pricing.\x20$15/mo/seat\x20+\x208%\x20of\x20savings\x20over\x201M\x20tokens.','Unlimited\x20optimization.\x20$5/mo\x20+\x2010%\x20of\x20savings\x20over\x20500K\x20tokens.','2041944dqpMtC','271212cMYZlZ','21gOWKKu','381216RlFgfD','30tqvirb','1193030IKVhrv','183IDZPPp','TokenizerSpeedUp\x20Pro'];_0x330d=function(){return _0x47c9ab;};return _0x330d();}function _0x2008(_0x1dedd9,_0x2aae02){_0x1dedd9=_0x1dedd9-0x147;const _0x330def=_0x330d();let _0x200898=_0x330def[_0x1dedd9];return _0x200898;}export const STRIPE_CONFIG={'free':{'name':'TokenizerSpeedUp\x20Free','description':'Up\x20to\x20100K\x20tokens\x20saved/month.\x20Basic\x20dashboard.','recurringPrice':0x0},'pro':{'name':_0x15bba3(0x148),'description':_0x15bba3(0x151),'recurringPrice':0x1f4,'meteredUnitAmount':0x1e},'team':{'name':_0x15bba3(0x14a),'description':_0x15bba3(0x150),'recurringPrice':0x5dc,'meteredUnitAmount':0x18}};
1
+ function _0x1f70(_0x1aaa73,_0x262ecd){_0x1aaa73=_0x1aaa73-0x143;const _0x2305b4=_0x2305();let _0x1f7010=_0x2305b4[_0x1aaa73];return _0x1f7010;}const _0x2623c1=_0x1f70;function _0x2305(){const _0x2aac66=['147076FnKNCi','250282PSheUL','Per-seat\x20pricing.\x20$15/mo/seat\x20+\x208%\x20of\x20savings\x20over\x201M\x20tokens.','782280mhkPVh','6OjoXrf','6ZNqAEw','2536930dGqrxL','812799lbjdiR','706700dwksDN','1076880MZbsII','2nUhyfp','Up\x20to\x20100K\x20tokens\x20saved/month.\x20Basic\x20dashboard.'];_0x2305=function(){return _0x2aac66;};return _0x2305();}(function(_0x148d6b,_0x5257f4){const _0x4a06ab=_0x1f70,_0x4a2b75=_0x148d6b();while(!![]){try{const _0x1f5b44=parseInt(_0x4a06ab(0x146))/0x1*(-parseInt(_0x4a06ab(0x149))/0x2)+-parseInt(_0x4a06ab(0x14d))/0x3*(parseInt(_0x4a06ab(0x148))/0x4)+-parseInt(_0x4a06ab(0x144))/0x5+-parseInt(_0x4a06ab(0x14c))/0x6*(-parseInt(_0x4a06ab(0x145))/0x7)+parseInt(_0x4a06ab(0x14b))/0x8+parseInt(_0x4a06ab(0x143))/0x9+parseInt(_0x4a06ab(0x14e))/0xa;if(_0x1f5b44===_0x5257f4)break;else _0x4a2b75['push'](_0x4a2b75['shift']());}catch(_0x1546aa){_0x4a2b75['push'](_0x4a2b75['shift']());}}}(_0x2305,0x1fda5));export const STRIPE_CONFIG={'free':{'name':'TokenizerSpeedUp\x20Free','description':_0x2623c1(0x147),'recurringPrice':0x0},'pro':{'name':'TokenizerSpeedUp\x20Pro','description':'Unlimited\x20optimization.\x20$5/mo\x20+\x2010%\x20of\x20savings\x20over\x20500K\x20tokens.','recurringPrice':0x1f4,'meteredUnitAmount':0x1e},'team':{'name':'TokenizerSpeedUp\x20Team','description':_0x2623c1(0x14a),'recurringPrice':0x5dc,'meteredUnitAmount':0x18}};
@@ -1 +1 @@
1
- const _0x5bc67a=_0x1e6b;(function(_0x5d6a7c,_0x1491f6){const _0x18e154=_0x1e6b,_0x44cb8c=_0x5d6a7c();while(!![]){try{const _0x58fa09=parseInt(_0x18e154(0xd3))/0x1*(-parseInt(_0x18e154(0xd9))/0x2)+parseInt(_0x18e154(0xe4))/0x3*(parseInt(_0x18e154(0xd8))/0x4)+-parseInt(_0x18e154(0xd6))/0x5*(-parseInt(_0x18e154(0xda))/0x6)+parseInt(_0x18e154(0xdc))/0x7+-parseInt(_0x18e154(0xd4))/0x8+parseInt(_0x18e154(0xd2))/0x9*(-parseInt(_0x18e154(0xdd))/0xa)+parseInt(_0x18e154(0xd7))/0xb;if(_0x58fa09===_0x1491f6)break;else _0x44cb8c['push'](_0x44cb8c['shift']());}catch(_0x343709){_0x44cb8c['push'](_0x44cb8c['shift']());}}}(_0x201e,0x5ad6e));function _0x201e(){const _0x59b3c3=['4380icRpLU','1135476dlsavY','allowance','3013115UVwboN','1786930FzpCCI','unitRate','meteredUnitAmount','now','floor','team','dujHl','10683VyFFMp','aBDbZ','ceil','27qHXOrU','70veNXQU','2560000EkESLo','chargeableUnits','10SLFtkH','1048806tzUsDI','536HgtQWh'];_0x201e=function(){return _0x59b3c3;};return _0x201e();}import{STRIPE_CONFIG}from'./stripe-config.js';function _0x1e6b(_0x2efd77,_0x3f46ac){_0x2efd77=_0x2efd77-0xd1;const _0x201e89=_0x201e();let _0x1e6b36=_0x201e89[_0x2efd77];return _0x1e6b36;}const TIER_LIMITS={'free':{'allowance':0x186a0,'unitRate':0x0},'pro':{'allowance':0x7a120,'unitRate':STRIPE_CONFIG['pro'][_0x5bc67a(0xdf)]},'team':{'allowance':0xf4240,'unitRate':STRIPE_CONFIG[_0x5bc67a(0xe2)]['meteredUnitAmount']}};export function calculateUsageCharge(_0x2418e0,_0x349e88){const _0x2e70ef=_0x5bc67a,_0x4a7b40={'dujHl':function(_0x2b164d,_0x34451e){return _0x2b164d*_0x34451e;}},_0x505789=TIER_LIMITS[_0x2418e0];if(0x0===_0x505789['unitRate'])return{'tier':_0x2418e0,'tokensSaved':_0x349e88,'freeAllowance':_0x505789[_0x2e70ef(0xdb)],'chargeableTokens':0x0,'chargeableUnits':0x0,'unitRate':0x0,'amount':0x0};const _0x138628=Math['max'](0x0,_0x349e88-_0x505789[_0x2e70ef(0xdb)]),_0x5d23f1=Math[_0x2e70ef(0xd1)](_0x138628/0x186a0),_0x4df7ec=_0x4a7b40[_0x2e70ef(0xe3)](_0x5d23f1,_0x505789[_0x2e70ef(0xde)]);return{'tier':_0x2418e0,'tokensSaved':_0x349e88,'freeAllowance':_0x505789[_0x2e70ef(0xdb)],'chargeableTokens':_0x138628,'chargeableUnits':_0x5d23f1,'unitRate':_0x505789['unitRate'],'amount':_0x4df7ec};}export function buildUsageRecord(_0x5cfa9d,_0xb85db7){const _0x4804b5=_0x5bc67a;return{'subscription_item':_0x5cfa9d,'quantity':_0xb85db7,'action':'set','timestamp':Math[_0x4804b5(0xe1)](Date[_0x4804b5(0xe0)]()/0x3e8)};}export function prepareUsageSync(_0x44cd59,_0x28d1c8,_0x15b949){const _0x513475=_0x5bc67a,_0x3525d6={'aNFIS':function(_0x3ae90a,_0x134189,_0xa27858){return _0x3ae90a(_0x134189,_0xa27858);},'aBDbZ':function(_0xe62e7,_0x3d90bd){return _0xe62e7===_0x3d90bd;},'KxwuY':function(_0x32e02a,_0x341333,_0x2ac756){return _0x32e02a(_0x341333,_0x2ac756);}};if(!_0x15b949)return{'synced':!0x1,'subscriptionItemId':'','chargeableUnits':0x0,'tier':_0x44cd59,'error':'no\x20subscription_item_id'};const _0x2f54a0=_0x3525d6['aNFIS'](calculateUsageCharge,_0x44cd59,_0x28d1c8);if(_0x3525d6[_0x513475(0xe5)](0x0,_0x2f54a0['chargeableUnits']))return{'synced':!0x0,'subscriptionItemId':_0x15b949,'chargeableUnits':0x0,'tier':_0x44cd59};return _0x3525d6['KxwuY'](buildUsageRecord,_0x15b949,_0x2f54a0['chargeableUnits']),{'synced':!0x0,'subscriptionItemId':_0x15b949,'chargeableUnits':_0x2f54a0[_0x513475(0xd5)],'tier':_0x44cd59};}
1
+ const _0x1118c7=_0x1732;(function(_0xe23667,_0xbcf701){const _0x4bc423=_0x1732,_0x80ee56=_0xe23667();while(!![]){try{const _0x1fa37c=parseInt(_0x4bc423(0xff))/0x1*(parseInt(_0x4bc423(0x106))/0x2)+parseInt(_0x4bc423(0x102))/0x3+-parseInt(_0x4bc423(0x108))/0x4+parseInt(_0x4bc423(0xfb))/0x5*(parseInt(_0x4bc423(0x105))/0x6)+-parseInt(_0x4bc423(0x109))/0x7+parseInt(_0x4bc423(0x107))/0x8+-parseInt(_0x4bc423(0x10b))/0x9;if(_0x1fa37c===_0xbcf701)break;else _0x80ee56['push'](_0x80ee56['shift']());}catch(_0x5a5bc9){_0x80ee56['push'](_0x80ee56['shift']());}}}(_0x166a,0x8e0f1));import{STRIPE_CONFIG}from'./stripe-config.js';const TIER_LIMITS={'free':{'allowance':0x186a0,'unitRate':0x0},'pro':{'allowance':0x7a120,'unitRate':STRIPE_CONFIG[_0x1118c7(0xfc)][_0x1118c7(0x10a)]},'team':{'allowance':0xf4240,'unitRate':STRIPE_CONFIG['team']['meteredUnitAmount']}};function _0x1732(_0x50843c,_0x567dcc){_0x50843c=_0x50843c-0xfb;const _0x166ab7=_0x166a();let _0x1732a0=_0x166ab7[_0x50843c];return _0x1732a0;}export function calculateUsageCharge(_0x30c97e,_0x613587){const _0x4962a5=_0x1118c7,_0x3bb1d8={'GHYpS':function(_0x16647b,_0xb86079){return _0x16647b-_0xb86079;},'mSAes':function(_0x52ed1c,_0x334326){return _0x52ed1c/_0x334326;}},_0x58bd=TIER_LIMITS[_0x30c97e];if(0x0===_0x58bd['unitRate'])return{'tier':_0x30c97e,'tokensSaved':_0x613587,'freeAllowance':_0x58bd[_0x4962a5(0xfe)],'chargeableTokens':0x0,'chargeableUnits':0x0,'unitRate':0x0,'amount':0x0};const _0x56cb02=Math['max'](0x0,_0x3bb1d8['GHYpS'](_0x613587,_0x58bd[_0x4962a5(0xfe)])),_0x5ea9ba=Math['ceil'](_0x3bb1d8[_0x4962a5(0x103)](_0x56cb02,0x186a0)),_0x32946c=_0x5ea9ba*_0x58bd[_0x4962a5(0xfd)];return{'tier':_0x30c97e,'tokensSaved':_0x613587,'freeAllowance':_0x58bd['allowance'],'chargeableTokens':_0x56cb02,'chargeableUnits':_0x5ea9ba,'unitRate':_0x58bd[_0x4962a5(0xfd)],'amount':_0x32946c};}export function buildUsageRecord(_0x50174e,_0x104a5b){const _0x3bbd2b=_0x1118c7,_0x399ce1={'KsmKK':'set'};return{'subscription_item':_0x50174e,'quantity':_0x104a5b,'action':_0x399ce1['KsmKK'],'timestamp':Math[_0x3bbd2b(0x104)](Date['now']()/0x3e8)};}export function prepareUsageSync(_0x4e6649,_0x15d4f0,_0x9148f1){const _0x582679=_0x1118c7,_0x2d667a={'vdVOp':function(_0x58fc81,_0x19de91,_0xc3cbb0){return _0x58fc81(_0x19de91,_0xc3cbb0);}};if(!_0x9148f1)return{'synced':!0x1,'subscriptionItemId':'','chargeableUnits':0x0,'tier':_0x4e6649,'error':_0x582679(0x100)};const _0x3ec587=_0x2d667a[_0x582679(0x101)](calculateUsageCharge,_0x4e6649,_0x15d4f0);if(0x0===_0x3ec587['chargeableUnits'])return{'synced':!0x0,'subscriptionItemId':_0x9148f1,'chargeableUnits':0x0,'tier':_0x4e6649};return buildUsageRecord(_0x9148f1,_0x3ec587['chargeableUnits']),{'synced':!0x0,'subscriptionItemId':_0x9148f1,'chargeableUnits':_0x3ec587['chargeableUnits'],'tier':_0x4e6649};}function _0x166a(){const _0x167f0b=['4159344imvyZO','698208JVCZzc','1954778lTOQaK','meteredUnitAmount','10973907IzWczf','7495hIpJqO','pro','unitRate','allowance','10747EEqivt','no\x20subscription_item_id','vdVOp','191871QdahNt','mSAes','floor','4194DZWQVY','116XHNLEm'];_0x166a=function(){return _0x167f0b;};return _0x166a();}
@@ -1 +1 @@
1
- function _0x4dc2(_0x42fb57,_0x2f1a63){_0x42fb57=_0x42fb57-0x68;const _0x217855=_0x2178();let _0x4dc284=_0x217855[_0x42fb57];return _0x4dc284;}function _0x2178(){const _0x504d79=['data','976654uxWVKA','current_period_end','metered','invoice.paid','object','wgfAQ','usage_type','invoice_paid','4458wuZVTY','6kMthjO','514695vGxtdF','11veeYWT','357jHZdaQ','type','481AfakMj','265340NhVQLO','customer','2409324zrIrbQ','subscription_updated','299orlplK','price','active','37848bvxyHE','1005957UmUnPY','6PCuMUd','10wYoaxD','customer.subscription.updated','upsert','InXoT'];_0x2178=function(){return _0x504d79;};return _0x2178();}(function(_0x290947,_0x1663a1){const _0x2bf56d=_0x4dc2,_0x79b910=_0x290947();while(!![]){try{const _0x27f30c=-parseInt(_0x2bf56d(0x71))/0x1*(parseInt(_0x2bf56d(0x6b))/0x2)+-parseInt(_0x2bf56d(0x7b))/0x3*(-parseInt(_0x2bf56d(0x72))/0x4)+-parseInt(_0x2bf56d(0x6d))/0x5*(-parseInt(_0x2bf56d(0x6c))/0x6)+-parseInt(_0x2bf56d(0x6f))/0x7*(parseInt(_0x2bf56d(0x79))/0x8)+parseInt(_0x2bf56d(0x7a))/0x9*(-parseInt(_0x2bf56d(0x7c))/0xa)+-parseInt(_0x2bf56d(0x6e))/0xb*(-parseInt(_0x2bf56d(0x74))/0xc)+parseInt(_0x2bf56d(0x76))/0xd*(parseInt(_0x2bf56d(0x81))/0xe);if(_0x27f30c===_0x1663a1)break;else _0x79b910['push'](_0x79b910['shift']());}catch(_0x217146){_0x79b910['push'](_0x79b910['shift']());}}}(_0x2178,0x96506));export function handleWebhookEvent(_0x164938,_0x7699b1){const _0x4098eb=_0x4dc2,_0x43a378={'zMRuo':_0x4098eb(0x6a),'InXoT':_0x4098eb(0x78),'BPiOv':'customer.subscription.deleted','lekZJ':'subscription_canceled','wgfAQ':'free','FPaeA':'ignored'};switch(_0x164938[_0x4098eb(0x70)]){case _0x4098eb(0x84):{const _0x38c133=_0x164938[_0x4098eb(0x80)][_0x4098eb(0x85)];return{'handled':!0x0,'action':_0x43a378['zMRuo'],'customerId':_0x38c133[_0x4098eb(0x73)],'subscriptionId':_0x38c133['subscription']};}case _0x4098eb(0x7d):{const _0x36f253=_0x164938[_0x4098eb(0x80)]['object'],_0x2bf1cf={'handled':!0x0,'action':_0x4098eb(0x75),'customerId':_0x36f253[_0x4098eb(0x73)],'subscriptionId':_0x36f253['id']};return _0x7699b1&&_0x7699b1[_0x4098eb(0x7e)]({'id':_0x36f253['id'],'customerId':_0x36f253[_0x4098eb(0x73)],'status':_0x36f253['status']||_0x43a378[_0x4098eb(0x7f)],'tier':_0x36f253['metadata']?.['tier']||'free','currentPeriodEnd':_0x36f253[_0x4098eb(0x82)]||0x0,'meteredSubscriptionItemId':extractMeteredItemId(_0x36f253),'updatedAt':''}),_0x2bf1cf;}case _0x43a378['BPiOv']:{const _0x45fafc=_0x164938[_0x4098eb(0x80)][_0x4098eb(0x85)],_0x52a7fe={'handled':!0x0,'action':_0x43a378['lekZJ'],'customerId':_0x45fafc['customer'],'subscriptionId':_0x45fafc['id']};return _0x7699b1&&_0x7699b1['upsert']({'id':_0x45fafc['id'],'customerId':_0x45fafc[_0x4098eb(0x73)],'status':'canceled','tier':_0x45fafc['metadata']?.['tier']||_0x43a378[_0x4098eb(0x68)],'currentPeriodEnd':_0x45fafc['current_period_end']||0x0,'updatedAt':''}),_0x52a7fe;}default:return{'handled':!0x1,'action':_0x43a378['FPaeA']};}}function extractMeteredItemId(_0x2a6e1f){const _0x10be84=_0x4dc2,_0x564fff=_0x2a6e1f['items'];if(!_0x564fff?.[_0x10be84(0x80)])return;const _0x153441=_0x564fff['data']['find'](_0x5b383b=>_0x10be84(0x83)===_0x5b383b[_0x10be84(0x77)]?.['recurring']?.[_0x10be84(0x69)]);return _0x153441?.['id'];}
1
+ function _0x3ba1(){const _0x369665=['object','metered','customer.subscription.deleted','current_period_end','71387dupszL','subscription_canceled','tier','data','1615254DmnuGu','1902695tLbZwd','623eIVbNe','customer','6000624LgkQkl','3272CxjRnq','KXGGW','metadata','free','invoice.paid','subscription','hZnSD','zPabJ','728740hzoSxD','items','ignored','canceled','172uSvSrE','5667WIvZIN','DdRPB'];_0x3ba1=function(){return _0x369665;};return _0x3ba1();}function _0x43ff(_0x4ec3ce,_0x3a6624){_0x4ec3ce=_0x4ec3ce-0xd4;const _0x3ba1ca=_0x3ba1();let _0x43ff55=_0x3ba1ca[_0x4ec3ce];return _0x43ff55;}(function(_0x474e7,_0x5ba274){const _0x57c686=_0x43ff,_0x1df7ad=_0x474e7();while(!![]){try{const _0x4185d2=-parseInt(_0x57c686(0xe2))/0x1+parseInt(_0x57c686(0xd7))/0x2+-parseInt(_0x57c686(0xdc))/0x3*(parseInt(_0x57c686(0xdb))/0x4)+parseInt(_0x57c686(0xe7))/0x5+parseInt(_0x57c686(0xe6))/0x6+-parseInt(_0x57c686(0xe8))/0x7*(-parseInt(_0x57c686(0xeb))/0x8)+-parseInt(_0x57c686(0xea))/0x9;if(_0x4185d2===_0x5ba274)break;else _0x1df7ad['push'](_0x1df7ad['shift']());}catch(_0x695679){_0x1df7ad['push'](_0x1df7ad['shift']());}}}(_0x3ba1,0x38701));export function handleWebhookEvent(_0x1ebbbd,_0x3c93c6){const _0x53efe4=_0x43ff,_0x3c32d4={'TqrrB':_0x53efe4(0xef),'ERZyQ':'customer.subscription.updated','zPabJ':'subscription_updated','KXGGW':'active','GZVRQ':function(_0x45f26d,_0x21409f){return _0x45f26d(_0x21409f);},'DdRPB':_0x53efe4(0xda),'hZnSD':_0x53efe4(0xd9)};switch(_0x1ebbbd['type']){case _0x3c32d4['TqrrB']:{const _0x55e247=_0x1ebbbd[_0x53efe4(0xe5)]['object'];return{'handled':!0x0,'action':'invoice_paid','customerId':_0x55e247['customer'],'subscriptionId':_0x55e247[_0x53efe4(0xd4)]};}case _0x3c32d4['ERZyQ']:{const _0x30e560=_0x1ebbbd['data'][_0x53efe4(0xde)],_0x444c23={'handled':!0x0,'action':_0x3c32d4[_0x53efe4(0xd6)],'customerId':_0x30e560['customer'],'subscriptionId':_0x30e560['id']};return _0x3c93c6&&_0x3c93c6['upsert']({'id':_0x30e560['id'],'customerId':_0x30e560['customer'],'status':_0x30e560['status']||_0x3c32d4[_0x53efe4(0xec)],'tier':_0x30e560['metadata']?.[_0x53efe4(0xe4)]||'free','currentPeriodEnd':_0x30e560['current_period_end']||0x0,'meteredSubscriptionItemId':_0x3c32d4['GZVRQ'](extractMeteredItemId,_0x30e560),'updatedAt':''}),_0x444c23;}case _0x53efe4(0xe0):{const _0x2f0174=_0x1ebbbd['data'][_0x53efe4(0xde)],_0x1330fa={'handled':!0x0,'action':_0x53efe4(0xe3),'customerId':_0x2f0174['customer'],'subscriptionId':_0x2f0174['id']};return _0x3c93c6&&_0x3c93c6['upsert']({'id':_0x2f0174['id'],'customerId':_0x2f0174[_0x53efe4(0xe9)],'status':_0x3c32d4[_0x53efe4(0xdd)],'tier':_0x2f0174[_0x53efe4(0xed)]?.['tier']||_0x53efe4(0xee),'currentPeriodEnd':_0x2f0174[_0x53efe4(0xe1)]||0x0,'updatedAt':''}),_0x1330fa;}default:return{'handled':!0x1,'action':_0x3c32d4[_0x53efe4(0xd5)]};}}function extractMeteredItemId(_0x2c407b){const _0x272a85=_0x43ff,_0x597388=_0x2c407b[_0x272a85(0xd8)];if(!_0x597388?.['data'])return;const _0xfd37d7=_0x597388['data']['find'](_0x22a7db=>_0x272a85(0xdf)===_0x22a7db['price']?.['recurring']?.['usage_type']);return _0xfd37d7?.['id'];}
@@ -1 +1 @@
1
- const _0x3fe062=_0x37b0;function _0x37b0(_0x3836f3,_0x496f1c){_0x3836f3=_0x3836f3-0xf9;const _0x41614c=_0x4161();let _0x37b043=_0x41614c[_0x3836f3];return _0x37b043;}function _0x4161(){const _0x3fbdb0=['5619165sMVluq','getByCustomerId','updatedAt','1978924HRbWOq','subs','818424ldgXBi','3946026Mioely','90AniDlM','3isUeti','4094101iCDhwZ','getBySubscriptionId','10nAzGhW','set','161263ZGhbhY','6724176tFoAcc','14evvGgD','values'];_0x4161=function(){return _0x3fbdb0;};return _0x4161();}(function(_0x5a6c93,_0x23ba36){const _0x74908e=_0x37b0,_0x16ff70=_0x5a6c93();while(!![]){try{const _0x3abbad=-parseInt(_0x74908e(0xf9))/0x1*(parseInt(_0x74908e(0xfb))/0x2)+parseInt(_0x74908e(0x105))/0x3*(parseInt(_0x74908e(0x100))/0x4)+-parseInt(_0x74908e(0xfd))/0x5+parseInt(_0x74908e(0xfa))/0x6+parseInt(_0x74908e(0x103))/0x7+parseInt(_0x74908e(0x102))/0x8*(parseInt(_0x74908e(0x104))/0x9)+parseInt(_0x74908e(0x108))/0xa*(-parseInt(_0x74908e(0x106))/0xb);if(_0x3abbad===_0x23ba36)break;else _0x16ff70['push'](_0x16ff70['shift']());}catch(_0x41a5fb){_0x16ff70['push'](_0x16ff70['shift']());}}}(_0x4161,0x8cf1e));export class MemorySubscriptionStore{[_0x3fe062(0x101)]=new Map();['upsert'](_0x3e80ad){const _0x537026=_0x3fe062;_0x3e80ad[_0x537026(0xff)]=new Date()['toISOString'](),this['subs'][_0x537026(0x109)](_0x3e80ad['id'],_0x3e80ad);}[_0x3fe062(0xfe)](_0x200285){const _0x237102=_0x3fe062;for(const _0x1c2ed8 of this[_0x237102(0x101)][_0x237102(0xfc)]())if(_0x1c2ed8['customerId']===_0x200285)return _0x1c2ed8;}[_0x3fe062(0x107)](_0x24b17e){return this['subs']['get'](_0x24b17e);}['list'](){const _0x1e3d77=_0x3fe062;return[...this['subs'][_0x1e3d77(0xfc)]()];}}
1
+ function _0x1925(_0x2ee080,_0x483cd4){_0x2ee080=_0x2ee080-0x112;const _0x541348=_0x5413();let _0x1925b4=_0x541348[_0x2ee080];return _0x1925b4;}(function(_0x32f707,_0x237539){const _0x4e8e6a=_0x1925,_0x56224f=_0x32f707();while(!![]){try{const _0x36a1c8=parseInt(_0x4e8e6a(0x11a))/0x1*(-parseInt(_0x4e8e6a(0x11e))/0x2)+parseInt(_0x4e8e6a(0x119))/0x3+-parseInt(_0x4e8e6a(0x117))/0x4+-parseInt(_0x4e8e6a(0x11f))/0x5*(-parseInt(_0x4e8e6a(0x114))/0x6)+-parseInt(_0x4e8e6a(0x113))/0x7*(parseInt(_0x4e8e6a(0x115))/0x8)+parseInt(_0x4e8e6a(0x116))/0x9*(parseInt(_0x4e8e6a(0x120))/0xa)+-parseInt(_0x4e8e6a(0x118))/0xb*(-parseInt(_0x4e8e6a(0x11b))/0xc);if(_0x36a1c8===_0x237539)break;else _0x56224f['push'](_0x56224f['shift']());}catch(_0x1ad249){_0x56224f['push'](_0x56224f['shift']());}}}(_0x5413,0x5b4fc));function _0x5413(){const _0xbb7975=['set','values','1358NyXUvY','122406ZQbCSk','17272WZQtUW','927jVLhIY','1790096NSxcVT','55ocvNJY','1454391QhBpQh','2sEQHrX','574164yByOqb','get','subs','37338QEKJji','45Erjcsa','35930EcQvku'];_0x5413=function(){return _0xbb7975;};return _0x5413();}export class MemorySubscriptionStore{['subs']=new Map();['upsert'](_0x4acc5e){const _0x5b441a=_0x1925;_0x4acc5e['updatedAt']=new Date()['toISOString'](),this['subs'][_0x5b441a(0x121)](_0x4acc5e['id'],_0x4acc5e);}['getByCustomerId'](_0x282087){const _0x314764={'cayYV':function(_0x37f86c,_0x3eadd0){return _0x37f86c===_0x3eadd0;}};for(const _0x2383e4 of this['subs']['values']())if(_0x314764['cayYV'](_0x2383e4['customerId'],_0x282087))return _0x2383e4;}['getBySubscriptionId'](_0x51235e){const _0x4291ce=_0x1925;return this[_0x4291ce(0x11d)][_0x4291ce(0x11c)](_0x51235e);}['list'](){const _0x4fa899=_0x1925;return[...this['subs'][_0x4fa899(0x112)]()];}}
@@ -1,51 +1,55 @@
1
1
  {
2
- "version": "0.9.0",
3
- "build": "2026-07-03T09:08:40.413Z",
2
+ "version": "0.10.0",
3
+ "build": "2026-07-03T09:22:00.154Z",
4
4
  "files": {
5
- "cli/analyze.js": "sha256:ebe65ed4b29979af6cfd6f0a4ec66d7b42bcefe7e380689855b56fab12807208",
6
- "cli/config-cmd.js": "sha256:70faeb118e3aa77f9cd919ad00d0fb3b35811bef1d8d4b274fc215fa837ba328",
7
- "cli/index.js": "sha256:d0dcbb24f0819ec207c8b28b14f01c3674a34eb53f7417c45b0ead54aae2f090",
8
- "cli/init-cmd.js": "sha256:c62535c8a25381a66a227645a3b27dbd7b1255c5b324bb756b8996e9cef2e577",
9
- "cli/setup-cmd.js": "sha256:e2398fbc709acd15c1894229e20420a6838949fd89ae3178a1a17ac7dc9fadc2",
10
- "cloud/stripe-checkout.js": "sha256:e54208ff904abcc6afc147cb3dca7413dd9417362199a24a728ce611a69a0b01",
11
- "cloud/stripe-config.js": "sha256:0ce49547bca01825f493ab0f2273b697e0617111c6f6c36853e0b16aa628ed31",
12
- "cloud/stripe-usage.js": "sha256:b2b55067bd12b5a49a469c464acf6834803a08b539d4bd5511d60a78f60015ff",
13
- "cloud/stripe-webhooks.js": "sha256:9cf40b633f94c09d2836949797d0570611cdeb0a5978b871bde05c0069d189a2",
14
- "cloud/subscription-store.js": "sha256:af6eb90ec730d5ac49e13a7a12788e838139e751cfd4abda3e881510ce04e52b",
15
- "mcp/index.js": "sha256:9c9b91d0ab3dec96471e79255e4775bc427d722e4024c04a2d4a807ed3b602a1",
16
- "mcp/resources.js": "sha256:1f62f805069790692e1ed3e528811108cbe96f8d12a1049f77fae90edc924ff2",
17
- "mcp/session.js": "sha256:d47f6a7eb432b9cbc30b36d9447b6e9a4521a648920b1017eb7f5edffeb73237",
18
- "mcp/tools.js": "sha256:87977ca1303719cef6eab179495f69c25809d7d0fbe08772153965ad6500db95",
19
- "plugin/cli.js": "sha256:75d88f2fa18cca2d31ff31e28aebf9ef604766e342cead4ea2636bd6f07549a7",
20
- "plugin/compression/chunked.js": "sha256:a57f41db1ac20cf745bcfd7d2673f29435d78b23f9dd9c638b08fe6e757480e0",
21
- "plugin/compression/index.js": "sha256:971ca8ce2c1361a349a0cc16a02f1c20837a1a4c81ec7622be8b138c8f1405b5",
22
- "plugin/compression/pipeline.js": "sha256:b22dabd68adc4e72a06103f358e3e1442b0d229d485cfd7fecdcd6e9c26325c5",
23
- "plugin/compression/quality.js": "sha256:af9a1feb96e2786b6226347b66cba4bd8213f419e4f8e69d617c08ba8b62a774",
24
- "plugin/compression/rule-based.js": "sha256:a025aaebae41430aed244dbc755922d2bb22234b53afa59f89330005fc46082a",
25
- "plugin/compression/structural.js": "sha256:12270ed11885a99467129a5ab699558e31039c0c2465f16958d21abe1e41ee53",
26
- "plugin/compression/text-utils.js": "sha256:105283763cec2d5f9cab1ab361a79740e5dc6dfb728c11151630939935fce3db",
27
- "plugin/compression/token-budget.js": "sha256:56a714783092236e3fbe0096c19dfe7d9cc22cebca21abfc9029d9a327adc756",
5
+ "cli/analyze.js": "sha256:5907fe7481ef7ff26f4abbc3c4c8c95e54905bd7471304a24cf7211ecc3676f0",
6
+ "cli/config-cmd.js": "sha256:34f24a5059cb54339161147aefbc1d49655a9d2a8d55f31eaf060530831e4274",
7
+ "cli/index.js": "sha256:5febf9bdfe4c90148be98f0f414ce2572ee507eb1c66041c47389025b9d128e1",
8
+ "cli/init-cmd.js": "sha256:7f759cadc8f9f0ccaf1a190421c84b22c1958b31407348de23f0247300d90510",
9
+ "cli/setup-cmd.js": "sha256:7b0d3e48c66c341c3ef8a1066a5d5212cad5c3412c553b1e65ed5633cbe0e5ae",
10
+ "cloud/stripe-checkout.js": "sha256:a2b6a3ca0b21180d159cb8f2c5c0e6aab71aad094f7887b87137e2ff9418443a",
11
+ "cloud/stripe-config.js": "sha256:47f740cffece13a9b9f3dd4acddf97f0d7dac3c011cc4fd3184acda0d6cd228a",
12
+ "cloud/stripe-usage.js": "sha256:6923782d11736c23736139c9eb5eab558d1886ec113d71b6d1a7ae2f7699fcd0",
13
+ "cloud/stripe-webhooks.js": "sha256:06dcc1319a563524584454aca0be4213d834d75355455982899b7b6f9d8f0d63",
14
+ "cloud/subscription-store.js": "sha256:b879a696e3842f4f5a56ba750558de53991f9b49d2d8ccf9334d10a75d11ef35",
15
+ "mcp/index.js": "sha256:178760e99eb31a04db688d8b840c02339486a7f3c78b38b59ce17cee635196f4",
16
+ "mcp/resources.js": "sha256:d85aa5fc5166310009424e3b6f198f0647a554cc3faa405ec4a37f5a33214e67",
17
+ "mcp/session.js": "sha256:07189fad9595c32bde92b5cb432a556e1a4248e39cab28df20ab8e4ab93f66a8",
18
+ "mcp/tools.js": "sha256:7f0a2e46d7d92c22152c7ea0cf0a6ead9d4671a3ffddc62c8ac564ab50335eaa",
19
+ "plugin/cli.js": "sha256:ca1d655a58cc95ddd5d205516d2d3b618b3691e85ad90328c83c9ecedd9639fd",
20
+ "plugin/compression/anonymize.js": "sha256:d2392ce330967cc3872b4882013848c59a8976a3a99836d8f56134e7bd56eb09",
21
+ "plugin/compression/cache.js": "sha256:cfde2f81df9111ae449492e4d40b6389a4459a1aed1c92cab528cb52db719afe",
22
+ "plugin/compression/chunked.js": "sha256:6a28bfb1365407d99de49e2bbbe6a82254364fff733d46f39747a77e971b74b8",
23
+ "plugin/compression/dedup.js": "sha256:062b309066a4a2a1d9e2de4abe6b40152d1271e18735503e8f7e8ee78df09b94",
24
+ "plugin/compression/format-optimizer.js": "sha256:43c7827a6cf9bc9dc7d84fffd3e8014db8a1588e44dae1f9857321e67bdbb809",
25
+ "plugin/compression/index.js": "sha256:6eb8464efed2d22fa3056fda1aa46c2cd09cdd37609686a38b63251370f909c3",
26
+ "plugin/compression/pipeline.js": "sha256:625a4fb6f51816d216c0645c4379dce624df6b026839ebd9f6b416a53ac8ac2e",
27
+ "plugin/compression/quality.js": "sha256:af9e54fb844c026c31e573d6cbf2099e91bafb0a0c5bad10fd994340f44c9e8e",
28
+ "plugin/compression/rule-based.js": "sha256:7f985c06e4329c7715ef7dc0cc0d318c8053c7bf65c95e6910d9120f102c3e81",
29
+ "plugin/compression/structural.js": "sha256:9b194d4c66b33722ac9ea3f001c037bc483b50367c4479341cbb19151663e08e",
30
+ "plugin/compression/text-utils.js": "sha256:e19a204e3a163086143439d8e728f401a2245a5973291b51e1b8888ecdda02db",
31
+ "plugin/compression/token-budget.js": "sha256:6b01ae4b662b9e98284dc4f2e673f45691502ac2b87b394bced1bc70e292b97c",
28
32
  "plugin/compression/types.js": "sha256:56e1b0c10087ee6ff7f949b15d1ef63cb11228ff93a159a52f9ad7ef851e4e02",
29
- "plugin/config-loader.js": "sha256:80db5858643003f12b3c00df04c09efba43f0f47a3115af2c3a1e21642cec403",
30
- "plugin/context-compressor.js": "sha256:3d9aee732e54c59515e7ede7f93723cb0f4baaeac65023990448c65e43d447cb",
31
- "plugin/hook-dispatcher.js": "sha256:654cc2a6b847d38047f8b2f694d78b21171c0f46db2e03bc4d14af78e8f3ac0a",
32
- "plugin/metering-client.js": "sha256:ac81c28f43717f6fb918a7109a93fa79df149929a1f3e55da61b88020a1abf47",
33
- "plugin/metrics-collector.js": "sha256:7e3611a61ed5d773c6800b686545ef620a9ed339294d5bdaddb534b04645e433",
34
- "plugin/onboarding.js": "sha256:5d7750ac834072612bdeb4becade5c3c3ddab5518bb76d4220acea2d7a726b6f",
35
- "plugin/precompact-handler.js": "sha256:c16b3ad7b3aa07ac8c042fa0597a563ba6ae52ca5226c098f3972d27038a98aa",
36
- "plugin/report.js": "sha256:6e568f948fde6e49aa789ac374c7a0e2450c551cb4ff076ea8b43b2fb91b5b4f",
37
- "plugin/rule-analytics-store.js": "sha256:f0af78de3a39f63f38dcf0f9f6fdc07bab5ff66521bd86a25383a1d85cc17208",
38
- "plugin/rule-analytics.js": "sha256:3bd7bd8c6776589e594ff03eca9264b57772b18f0933e095f15687a3105211f0",
39
- "plugin/rule-engine.js": "sha256:1eb58f013ee2a0c44e44bbb355613f5f5013be675d894af874a39af2a7641fc5",
40
- "plugin/rule-sharing.js": "sha256:98f280b6e9557cc0710e2d9828ccfc640c23524020c8704475894d42d27a4818",
41
- "plugin/rule-suggest.js": "sha256:0c6412b94443592c2692cdd3e9873a03f8607abd12e2d6f87217d3e3a655d22f",
42
- "plugin/session-start.js": "sha256:cd50fa4b05754a629ba9e45f202e296582c693f1329f5cc22c990f47b1063ed0",
43
- "plugin/smart-context.js": "sha256:f07f27c774d37dc01b21344c7c86930dd82ab7809f947a1b62cf2bd461dedda3",
44
- "shared/license.js": "sha256:c324a8164939a864b57fa966cf050668f4ddfa1d27ac149d1f0c791149d7bd5c",
45
- "shared/providers/claude-provider.js": "sha256:7d12406eabc03f2d6c5e02bb81e5ce8501cd6fc66bd23f7f17932374c2ae2a26",
46
- "shared/providers/openai-provider.js": "sha256:18c22570c73eba71793a9186f6c50870a40a0d18e9280b8072c0b2138d883dfb",
47
- "shared/token-counter.js": "sha256:0747f1a3d2752c36ed27cf3368ada75f92dc6151d45ac8cd2eb3f8aec9eb8ff9",
48
- "shared/token-provider.js": "sha256:e1fbe8e2961a0887661a88b4bcc9269e5d277bbbf0dc0f7ea7b388b25b4e11cd",
33
+ "plugin/config-loader.js": "sha256:bf2cb5abc55a0771f8804b924581d719322bfdb3663791300008ee2900bdb654",
34
+ "plugin/context-compressor.js": "sha256:c45052b705f02cba89fc703a8ed4bb94028a73fa1349a49c786550cf7a966ee2",
35
+ "plugin/hook-dispatcher.js": "sha256:7f64d69b44062298df12cfc4697a478f40578d7e54fffd4ca52d4bf311c42503",
36
+ "plugin/metering-client.js": "sha256:90b48d157f375227092a791a8e93968135015c5b575bab0fe763fd7d6e607840",
37
+ "plugin/metrics-collector.js": "sha256:52d6076267ba7cd245d0bc4aed858384e37e0d5b3a55fe4b307b35c155c78788",
38
+ "plugin/onboarding.js": "sha256:cc46e39e7906878ac228a5efa10e624354fb8845fe16ca36068eee013efb6e28",
39
+ "plugin/precompact-handler.js": "sha256:14d088b68e1ea31803fc081f277967f3ce26f2ff93ddec1ef21572a27c5670b2",
40
+ "plugin/report.js": "sha256:4d361148191f1522c1e473c472040a22861e7f8bc6f9655efa4682b77ec2be2a",
41
+ "plugin/rule-analytics-store.js": "sha256:3f14921c0729eb1a2c52935976aeace3e49dcea692776c95db79df9446e6fc37",
42
+ "plugin/rule-analytics.js": "sha256:622d14b7607bd3a6e328d9084b790c3a923ae607076a16596b94722b3e30decf",
43
+ "plugin/rule-engine.js": "sha256:e179a3c9f1454366c190a80e05739f37b6c33188812670a048238af6ce3ad03a",
44
+ "plugin/rule-sharing.js": "sha256:118645573383bb14c4d2955a7432e31464b4d5f007a2d5aac86655552665ae77",
45
+ "plugin/rule-suggest.js": "sha256:45e1002f0bc87c5d02ee442f6c98f6edd36a5a9e7a287750be4daf921f70a58c",
46
+ "plugin/session-start.js": "sha256:e43ea0bdacc30e38a72a51448dad01c425d9e8d0cff0382b2bd74e176bf85ff1",
47
+ "plugin/smart-context.js": "sha256:7c9be6574f5c8d455557eb7c6dbc4af58e4298606992b3884769cef169d406e0",
48
+ "shared/license.js": "sha256:b69a9a7319a472e139d630773bd2a7bcb0597dc7f8170ee281458b78f716dab4",
49
+ "shared/providers/claude-provider.js": "sha256:e538cb3a2c0049102f6dd0abf15d635287511c4a45a8547dd5d2697d2d1cf9bd",
50
+ "shared/providers/openai-provider.js": "sha256:0a31fb589b4ba1e5dc6a60fbd5d6defd297cc839d8a22f7ba0559aac3aafd43b",
51
+ "shared/token-counter.js": "sha256:8be9806d22d8d99b2e82cac27e753acb6bb8e68b9d41e5c83d6d460526e31e5e",
52
+ "shared/token-provider.js": "sha256:9a2724f0bf822e3f03f42841698a6bb0fa8f9e6fbf5102896f5d5e9ae187d7a1",
49
53
  "shared/types.js": "sha256:56e1b0c10087ee6ff7f949b15d1ef63cb11228ff93a159a52f9ad7ef851e4e02"
50
54
  }
51
55
  }
package/dist/mcp/index.js CHANGED
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- const _0x40a73e=_0x3bf3;(function(_0x528387,_0x39b459){const _0x45f436=_0x3bf3,_0x25cd0b=_0x528387();while(!![]){try{const _0x1641cf=parseInt(_0x45f436(0x18f))/0x1*(-parseInt(_0x45f436(0x188))/0x2)+-parseInt(_0x45f436(0x17f))/0x3+-parseInt(_0x45f436(0x180))/0x4*(-parseInt(_0x45f436(0x186))/0x5)+-parseInt(_0x45f436(0x184))/0x6+parseInt(_0x45f436(0x183))/0x7+parseInt(_0x45f436(0x182))/0x8+parseInt(_0x45f436(0x185))/0x9*(parseInt(_0x45f436(0x181))/0xa);if(_0x1641cf===_0x39b459)break;else _0x25cd0b['push'](_0x25cd0b['shift']());}catch(_0x4981c4){_0x25cd0b['push'](_0x25cd0b['shift']());}}}(_0xd503,0xeed6e));import'../shared/providers/claude-provider.js';import'../shared/providers/openai-provider.js';function _0xd503(){const _0x4e3725=['TklfP','exit','handleSessionStop','qyhsq','41aAfGIR','catch','2671707LoewbN','3867836soHmEP','190JfQreG','15019040nzBnoI','4811002zbLdWj','1543566AGWGkK','208782GiYkqS','5GAkXpl','tokenizer-speedup\x20MCP\x20server\x20running','90062hUpKaJ','getDispatcher','error'];_0xd503=function(){return _0x4e3725;};return _0xd503();}import{McpServer}from'@modelcontextprotocol/sdk/server/mcp.js';import{StdioServerTransport}from'@modelcontextprotocol/sdk/server/stdio.js';function _0x3bf3(_0x3f4439,_0x15c0c6){_0x3f4439=_0x3f4439-0x17e;const _0xd503bd=_0xd503();let _0x3bf39b=_0xd503bd[_0x3f4439];return _0x3bf39b;}import{createSession}from'./session.js';import{registerTools}from'./tools.js';import{registerResources}from'./resources.js';async function main(){const _0x49e644=_0x3bf3,_0x181011={'qyhsq':'tokenizer-speedup','TklfP':function(_0x37dcb7){return _0x37dcb7();},'VYIbO':function(_0xff56f0,_0x935216,_0x5289d3){return _0xff56f0(_0x935216,_0x5289d3);}},_0x1c6d95=new McpServer({'name':_0x181011[_0x49e644(0x18e)],'version':'0.8.1'}),_0x3c2596=_0x181011[_0x49e644(0x18b)](createSession);_0x181011['VYIbO'](registerTools,_0x1c6d95,_0x3c2596),registerResources(_0x1c6d95,_0x3c2596),process['on']('SIGINT',()=>{const _0x47ea20=_0x49e644;try{_0x3c2596[_0x47ea20(0x189)]()[_0x47ea20(0x18d)]();}catch{}process[_0x47ea20(0x18c)](0x0);});const _0x4f18b1=new StdioServerTransport();await _0x1c6d95['connect'](_0x4f18b1),console['error'](_0x49e644(0x187));}main()[_0x40a73e(0x17e)](_0x2889d2=>{const _0x582366=_0x40a73e;console[_0x582366(0x18a)]('tokenizer-speedup\x20MCP\x20server\x20failed\x20to\x20start:',_0x2889d2),process['exit'](0x1);});
2
+ function _0x1e29(){const _0x5da4a9=['32BuAAKP','223590cWrLqN','BIFuQ','exit','error','tokenizer-speedup','8uqzXbQ','2673786chojvG','tokenizer-speedup\x20MCP\x20server\x20failed\x20to\x20start:','12bulSrk','7015851xWzoek','20440732tpLYYm','XLCgq','0.8.1','getDispatcher','connect','511329UgJHfn','handleSessionStop','33rVGyRt','SIGINT','5gnRbTD','12933eVqxXT','552HwJOxH','96179GmyiPg'];_0x1e29=function(){return _0x5da4a9;};return _0x1e29();}(function(_0x1a2ea9,_0x31a05e){const _0x150cb0=_0x14e3,_0x336364=_0x1a2ea9();while(!![]){try{const _0x5ceba5=parseInt(_0x150cb0(0x162))/0x1*(-parseInt(_0x150cb0(0x169))/0x2)+parseInt(_0x150cb0(0x160))/0x3*(-parseInt(_0x150cb0(0x161))/0x4)+-parseInt(_0x150cb0(0x15f))/0x5*(parseInt(_0x150cb0(0x16a))/0x6)+-parseInt(_0x150cb0(0x15b))/0x7*(parseInt(_0x150cb0(0x163))/0x8)+parseInt(_0x150cb0(0x16d))/0x9+-parseInt(_0x150cb0(0x164))/0xa*(parseInt(_0x150cb0(0x15d))/0xb)+parseInt(_0x150cb0(0x16c))/0xc*(parseInt(_0x150cb0(0x16e))/0xd);if(_0x5ceba5===_0x31a05e)break;else _0x336364['push'](_0x336364['shift']());}catch(_0x2be624){_0x336364['push'](_0x336364['shift']());}}}(_0x1e29,0x8a84d));import'../shared/providers/claude-provider.js';import'../shared/providers/openai-provider.js';import{McpServer}from'@modelcontextprotocol/sdk/server/mcp.js';import{StdioServerTransport}from'@modelcontextprotocol/sdk/server/stdio.js';function _0x14e3(_0x2b840f,_0xb63af2){_0x2b840f=_0x2b840f-0x158;const _0x1e2922=_0x1e29();let _0x14e3ea=_0x1e2922[_0x2b840f];return _0x14e3ea;}import{createSession}from'./session.js';import{registerTools}from'./tools.js';import{registerResources}from'./resources.js';async function main(){const _0x560610=_0x14e3,_0x2ed959={'yDDOD':_0x560610(0x158),'FnBDZ':function(_0x3591d0,_0x1fde73,_0x2ed789){return _0x3591d0(_0x1fde73,_0x2ed789);},'BIFuQ':_0x560610(0x15e)},_0x11bddf=new McpServer({'name':_0x560610(0x168),'version':_0x2ed959['yDDOD']}),_0x237dae=createSession();_0x2ed959['FnBDZ'](registerTools,_0x11bddf,_0x237dae),registerResources(_0x11bddf,_0x237dae),process['on'](_0x2ed959[_0x560610(0x165)],()=>{const _0x511202=_0x560610;try{_0x237dae[_0x511202(0x159)]()[_0x511202(0x15c)]();}catch{}process[_0x511202(0x166)](0x0);});const _0x1101e9=new StdioServerTransport();await _0x11bddf[_0x560610(0x15a)](_0x1101e9),console[_0x560610(0x167)]('tokenizer-speedup\x20MCP\x20server\x20running');}main()['catch'](_0x2a2dbe=>{const _0x2cf9e7=_0x14e3,_0x4d5552={'XLCgq':_0x2cf9e7(0x16b)};console['error'](_0x4d5552[_0x2cf9e7(0x16f)],_0x2a2dbe),process[_0x2cf9e7(0x166)](0x1);});
@@ -1 +1 @@
1
- (function(_0x220e47,_0x2a3795){const _0x321892=_0x51b6,_0x27e20d=_0x220e47();while(!![]){try{const _0x1ae2d5=parseInt(_0x321892(0x1b7))/0x1*(parseInt(_0x321892(0x1a6))/0x2)+parseInt(_0x321892(0x1b0))/0x3*(parseInt(_0x321892(0x1a3))/0x4)+parseInt(_0x321892(0x1a1))/0x5+parseInt(_0x321892(0x1ad))/0x6*(-parseInt(_0x321892(0x19f))/0x7)+-parseInt(_0x321892(0x1b1))/0x8*(parseInt(_0x321892(0x1b3))/0x9)+parseInt(_0x321892(0x1aa))/0xa+parseInt(_0x321892(0x1b5))/0xb*(-parseInt(_0x321892(0x1b6))/0xc);if(_0x1ae2d5===_0x2a3795)break;else _0x27e20d['push'](_0x27e20d['shift']());}catch(_0xaf76b){_0x27e20d['push'](_0x27e20d['shift']());}}}(_0x403a,0x8b5ad));function _0x51b6(_0x48dae0,_0x2c33bf){_0x48dae0=_0x48dae0-0x19e;const _0x403a0c=_0x403a();let _0x51b690=_0x403a0c[_0x48dae0];return _0x51b690;}import{generateReport}from'../plugin/report.js';export function registerResources(_0x32dfad,_0x42d207){const _0x3afafe=_0x51b6,_0x5b0060={'KpnlH':_0x3afafe(0x1a5),'cNlfD':_0x3afafe(0x1a7),'dZLQY':_0x3afafe(0x1ac),'UIJma':'TokenizerSpeedUp\x20Savings\x20Report','SAnrE':'Returns\x20an\x20aggregated\x20report\x20of\x20token\x20savings\x20across\x20all\x20recorded\x20sessions,\x20including\x20baseline\x20vs.\x20optimized\x20counts,\x20cost\x20estimates,\x20and\x20rule\x20trigger\x20statistics.','OiVfR':'application/json'};_0x32dfad['registerResource'](_0x3afafe(0x1a4),_0x5b0060['KpnlH'],{'title':_0x5b0060[_0x3afafe(0x1a8)],'description':_0x3afafe(0x19e),'mimeType':_0x3afafe(0x1a0)},async _0x49f98c=>{const _0x3f505d=_0x3afafe,_0x530a08=_0x42d207[_0x3f505d(0x1ae)]();return{'contents':[{'uri':_0x49f98c[_0x3f505d(0x1af)],'text':JSON[_0x3f505d(0x1a2)](_0x530a08,null,0x2)}]};}),_0x32dfad[_0x3afafe(0x1ab)](_0x5b0060[_0x3afafe(0x1b4)],'tokenizer-speedup://report',{'title':_0x5b0060['UIJma'],'description':_0x5b0060[_0x3afafe(0x1b2)],'mimeType':_0x5b0060['OiVfR']},async _0x1b1bd3=>{const _0x281aa1=_0x3afafe;try{const _0x3d7cca=generateReport(_0x42d207['projectRoot']);return{'contents':[{'uri':_0x1b1bd3[_0x281aa1(0x1af)],'text':JSON[_0x281aa1(0x1a2)](_0x3d7cca,null,0x2)}]};}catch{return{'contents':[{'uri':_0x1b1bd3['href'],'text':JSON['stringify']({'message':_0x281aa1(0x1a9),'sessions_count':0x0,'total_baseline':0x0,'total_optimized':0x0,'total_delta':0x0,'savings_percent':0x0,'total_prompts':0x0,'rules_triggered':{},'estimated_cost_saved_usd':0x0,'period_start':'','period_end':''},null,0x2)}]};}});}function _0x403a(){const _0x15067b=['33hPfkGa','1237224hiOkqq','1AyqyNE','Returns\x20the\x20current\x20YAML-based\x20plugin\x20configuration\x20as\x20JSON,\x20including\x20rules,\x20context\x20limits,\x20and\x20metering\x20settings.','5635427SnSKNP','application/json','1394190kGuxxf','stringify','1188536JgFNPU','config','tokenizer-speedup://config','878652oeVqNS','TokenizerSpeedUp\x20Configuration','cNlfD','No\x20metrics\x20data\x20available\x20yet.\x20Run\x20at\x20least\x20one\x20optimized\x20session\x20to\x20generate\x20a\x20report.','2527070siBplz','registerResource','report','6XdKwiN','getConfig','href','9eTdSaO','1416872ejvPYT','SAnrE','9yrtOXe','dZLQY'];_0x403a=function(){return _0x15067b;};return _0x403a();}
1
+ (function(_0x5900f6,_0x1e9b0c){const _0x5850e4=_0x47f9,_0x306a76=_0x5900f6();while(!![]){try{const _0x21effc=-parseInt(_0x5850e4(0xc2))/0x1+parseInt(_0x5850e4(0xc4))/0x2+-parseInt(_0x5850e4(0xcd))/0x3*(-parseInt(_0x5850e4(0xbd))/0x4)+parseInt(_0x5850e4(0xbf))/0x5+parseInt(_0x5850e4(0xc1))/0x6*(parseInt(_0x5850e4(0xca))/0x7)+parseInt(_0x5850e4(0xce))/0x8*(-parseInt(_0x5850e4(0xc9))/0x9)+parseInt(_0x5850e4(0xc5))/0xa;if(_0x21effc===_0x1e9b0c)break;else _0x306a76['push'](_0x306a76['shift']());}catch(_0x1e170f){_0x306a76['push'](_0x306a76['shift']());}}}(_0x1cad,0x5904b));function _0x47f9(_0x2dcb35,_0x241ba6){_0x2dcb35=_0x2dcb35-0xbd;const _0x1cad69=_0x1cad();let _0x47f9f8=_0x1cad69[_0x2dcb35];return _0x47f9f8;}function _0x1cad(){const _0x2ac52a=['getConfig','2108110pEwEpj','stringify','102JbRkpq','483665oUeDZD','TokenizerSpeedUp\x20Configuration','854368cOKoPQ','519900YiZQLf','application/json','tokenizer-speedup://report','HpmMy','9009xwfDxu','176568NFiHgT','projectRoot','FKWOM','3sTByUw','4208FpLTgE','href','registerResource','report','180824jRZBPe'];_0x1cad=function(){return _0x2ac52a;};return _0x1cad();}import{generateReport}from'../plugin/report.js';export function registerResources(_0x2403b3,_0x2c19ab){const _0x2c364f=_0x47f9,_0x37b6de={'FKWOM':'tokenizer-speedup://config','KISJf':_0x2c364f(0xc3),'PXgfT':_0x2c364f(0xc6),'HpmMy':_0x2c364f(0xd1),'VzMjn':_0x2c364f(0xc7),'OyIIg':'TokenizerSpeedUp\x20Savings\x20Report'};_0x2403b3['registerResource']('config',_0x37b6de[_0x2c364f(0xcc)],{'title':_0x37b6de['KISJf'],'description':'Returns\x20the\x20current\x20YAML-based\x20plugin\x20configuration\x20as\x20JSON,\x20including\x20rules,\x20context\x20limits,\x20and\x20metering\x20settings.','mimeType':_0x37b6de['PXgfT']},async _0x490bb6=>{const _0x6388e=_0x2c364f,_0x5cee98=_0x2c19ab[_0x6388e(0xbe)]();return{'contents':[{'uri':_0x490bb6['href'],'text':JSON['stringify'](_0x5cee98,null,0x2)}]};}),_0x2403b3[_0x2c364f(0xd0)](_0x37b6de[_0x2c364f(0xc8)],_0x37b6de['VzMjn'],{'title':_0x37b6de['OyIIg'],'description':'Returns\x20an\x20aggregated\x20report\x20of\x20token\x20savings\x20across\x20all\x20recorded\x20sessions,\x20including\x20baseline\x20vs.\x20optimized\x20counts,\x20cost\x20estimates,\x20and\x20rule\x20trigger\x20statistics.','mimeType':_0x2c364f(0xc6)},async _0x388281=>{const _0x3438ef=_0x2c364f;try{const _0xa4009d=generateReport(_0x2c19ab[_0x3438ef(0xcb)]);return{'contents':[{'uri':_0x388281[_0x3438ef(0xcf)],'text':JSON['stringify'](_0xa4009d,null,0x2)}]};}catch{return{'contents':[{'uri':_0x388281[_0x3438ef(0xcf)],'text':JSON[_0x3438ef(0xc0)]({'message':'No\x20metrics\x20data\x20available\x20yet.\x20Run\x20at\x20least\x20one\x20optimized\x20session\x20to\x20generate\x20a\x20report.','sessions_count':0x0,'total_baseline':0x0,'total_optimized':0x0,'total_delta':0x0,'savings_percent':0x0,'total_prompts':0x0,'rules_triggered':{},'estimated_cost_saved_usd':0x0,'period_start':'','period_end':''},null,0x2)}]};}});}
@@ -1 +1 @@
1
- const _0x1596eb=_0xf091;(function(_0x206c52,_0x80eaa8){const _0x1b2a6c=_0xf091,_0x255e01=_0x206c52();while(!![]){try{const _0x438ccf=-parseInt(_0x1b2a6c(0x1b2))/0x1+parseInt(_0x1b2a6c(0x1ba))/0x2+parseInt(_0x1b2a6c(0x1b5))/0x3+-parseInt(_0x1b2a6c(0x1b3))/0x4*(-parseInt(_0x1b2a6c(0x1b4))/0x5)+parseInt(_0x1b2a6c(0x1bb))/0x6*(-parseInt(_0x1b2a6c(0x1b7))/0x7)+parseInt(_0x1b2a6c(0x1bd))/0x8*(parseInt(_0x1b2a6c(0x1b8))/0x9)+parseInt(_0x1b2a6c(0x1bc))/0xa;if(_0x438ccf===_0x80eaa8)break;else _0x255e01['push'](_0x255e01['shift']());}catch(_0x5291b7){_0x255e01['push'](_0x255e01['shift']());}}}(_0xfe41,0xcd698));import{loadConfig,DEFAULT_LIMITS,DEFAULT_METERING}from'../plugin/config-loader.js';import{HookDispatcher}from'../plugin/hook-dispatcher.js';import{MetricsCollector}from'../plugin/metrics-collector.js';function _0xf091(_0x3b31b2,_0x51e950){_0x3b31b2=_0x3b31b2-0x1b2;const _0xfe41c9=_0xfe41();let _0xf09179=_0xfe41c9[_0x3b31b2];return _0xf09179;}function _0xfe41(){const _0x169a91=['4541070yALsPD','51512fucEEM','claude','601216oqhsTw','52rOvSMK','243590cJmite','297054HBJqCb','mcp-session-','14glLlcZ','1674NuCzgV','model','1065138xbrKdP','4422294bqHKrk'];_0xfe41=function(){return _0x169a91;};return _0xfe41();}import{createTokenProvider}from'../shared/token-provider.js';const DEFAULT_CONFIG={'version':0x1,'provider':_0x1596eb(0x1be),'model':'claude-sonnet-4-20250514','rules':[],'context_limits':DEFAULT_LIMITS,'metering':DEFAULT_METERING};export function createSession(_0x4fa3fb){const _0x15092e=_0x1596eb,_0x2dbc2c={'svxsR':function(_0x35e0e7,_0x4c86a1){return _0x35e0e7(_0x4c86a1);},'DgiVb':function(_0x277802,_0x39461b,_0x55b0f0){return _0x277802(_0x39461b,_0x55b0f0);}};let _0x36a91d=_0x4fa3fb??process['cwd'](),_0x35feb0=null,_0x5a1370=null;const _0x1baa3=_0x15092e(0x1b6)+Date['now']();let _0x1df2e7=new MetricsCollector(_0x36a91d,_0x1baa3);const _0x4f5dcd={get 'projectRoot'(){return _0x36a91d;},get 'config'(){return _0x35feb0;},get 'collector'(){return _0x1df2e7;},get 'sessionId'(){return _0x1baa3;},'getConfig':()=>(_0x35feb0||(_0x35feb0=(function(){try{return _0x2dbc2c['svxsR'](loadConfig,_0x36a91d);}catch{return structuredClone(DEFAULT_CONFIG);}}())),_0x35feb0),'getDispatcher'(){if(!_0x5a1370){const _0xa1ee13=_0x4f5dcd['getConfig']();_0x5a1370=new HookDispatcher(_0xa1ee13,_0x36a91d,_0x1baa3);}return _0x5a1370;},'getTokenProvider'(_0x3c1e4b,_0xfee254){const _0x53b2aa=_0x15092e,_0x597ebc=_0x4f5dcd['getConfig']();return _0x2dbc2c['DgiVb'](createTokenProvider,_0x3c1e4b??_0x597ebc['provider'],_0xfee254??_0x597ebc[_0x53b2aa(0x1b9)]);},'setProjectRoot'(_0x2c8b1f){_0x36a91d=_0x2c8b1f,_0x35feb0=null,_0x5a1370=null,_0x1df2e7=new MetricsCollector(_0x36a91d,_0x1baa3);}};return _0x4f5dcd;}
1
+ function _0x4059(){const _0x2e5c96=['6447ZZcbDP','1055591kYiMRD','8532eoyKBD','cwd','15wKWTWU','24657804UXdDiS','5716536kMIdmE','5641156GAJCJg','now','model','mcp-session-','provider','14548CIjNwA','1637335VgbcCs'];_0x4059=function(){return _0x2e5c96;};return _0x4059();}(function(_0x329b74,_0x1a919a){const _0x1fc1d2=_0x3d0d,_0x4ef94f=_0x329b74();while(!![]){try{const _0x161611=parseInt(_0x1fc1d2(0x166))/0x1+-parseInt(_0x1fc1d2(0x163))/0x2*(-parseInt(_0x1fc1d2(0x169))/0x3)+-parseInt(_0x1fc1d2(0x16c))/0x4+parseInt(_0x1fc1d2(0x164))/0x5+-parseInt(_0x1fc1d2(0x167))/0x6*(parseInt(_0x1fc1d2(0x165))/0x7)+-parseInt(_0x1fc1d2(0x16b))/0x8+parseInt(_0x1fc1d2(0x16a))/0x9;if(_0x161611===_0x1a919a)break;else _0x4ef94f['push'](_0x4ef94f['shift']());}catch(_0x307648){_0x4ef94f['push'](_0x4ef94f['shift']());}}}(_0x4059,0xb0eba));import{loadConfig,DEFAULT_LIMITS,DEFAULT_METERING}from'../plugin/config-loader.js';import{HookDispatcher}from'../plugin/hook-dispatcher.js';function _0x3d0d(_0x780575,_0x105ea8){_0x780575=_0x780575-0x160;const _0x405913=_0x4059();let _0x3d0de9=_0x405913[_0x780575];return _0x3d0de9;}import{MetricsCollector}from'../plugin/metrics-collector.js';import{createTokenProvider}from'../shared/token-provider.js';const DEFAULT_CONFIG={'version':0x1,'provider':'claude','model':'claude-sonnet-4-20250514','rules':[],'context_limits':DEFAULT_LIMITS,'metering':DEFAULT_METERING};export function createSession(_0x5f3924){const _0x568564=_0x3d0d,_0x57c6c8={'ftVrv':function(_0x335d3b,_0x221fb4){return _0x335d3b(_0x221fb4);}};let _0x23ca8d=_0x5f3924??process[_0x568564(0x168)](),_0x531115=null,_0x1168da=null;const _0x353dac=_0x568564(0x161)+Date[_0x568564(0x16d)]();let _0x1e2f94=new MetricsCollector(_0x23ca8d,_0x353dac);const _0xd65fea={get 'projectRoot'(){return _0x23ca8d;},get 'config'(){return _0x531115;},get 'collector'(){return _0x1e2f94;},get 'sessionId'(){return _0x353dac;},'getConfig':()=>(_0x531115||(_0x531115=(function(){try{return _0x57c6c8['ftVrv'](loadConfig,_0x23ca8d);}catch{return structuredClone(DEFAULT_CONFIG);}}())),_0x531115),'getDispatcher'(){if(!_0x1168da){const _0x235c35=_0xd65fea['getConfig']();_0x1168da=new HookDispatcher(_0x235c35,_0x23ca8d,_0x353dac);}return _0x1168da;},'getTokenProvider'(_0x2a40d3,_0x2736b5){const _0x224347=_0x568564,_0x510e22=_0xd65fea['getConfig']();return createTokenProvider(_0x2a40d3??_0x510e22[_0x224347(0x162)],_0x2736b5??_0x510e22[_0x224347(0x160)]);},'setProjectRoot'(_0x5454d0){_0x23ca8d=_0x5454d0,_0x531115=null,_0x1168da=null,_0x1e2f94=new MetricsCollector(_0x23ca8d,_0x353dac);}};return _0xd65fea;}
package/dist/mcp/tools.js CHANGED
@@ -1 +1 @@
1
- (function(_0x5d56e4,_0x2dfddf){const _0x34d98d=_0x50d9,_0x3c39ad=_0x5d56e4();while(!![]){try{const _0x2354c8=parseInt(_0x34d98d(0x195))/0x1*(parseInt(_0x34d98d(0x185))/0x2)+parseInt(_0x34d98d(0x178))/0x3+parseInt(_0x34d98d(0x1a1))/0x4*(parseInt(_0x34d98d(0x18b))/0x5)+-parseInt(_0x34d98d(0x192))/0x6+-parseInt(_0x34d98d(0x193))/0x7+-parseInt(_0x34d98d(0x19b))/0x8*(parseInt(_0x34d98d(0x189))/0x9)+-parseInt(_0x34d98d(0x187))/0xa*(-parseInt(_0x34d98d(0x1a5))/0xb);if(_0x2354c8===_0x2dfddf)break;else _0x3c39ad['push'](_0x3c39ad['shift']());}catch(_0x5823a7){_0x3c39ad['push'](_0x3c39ad['shift']());}}}(_0x1f35,0x67dd2));import{readFile}from'node:fs/promises';import{resolve,normalize}from'node:path';import{z}from'zod';import{countTokens}from'../shared/token-counter.js';function _0x50d9(_0x403b5f,_0x36cc26){_0x403b5f=_0x403b5f-0x176;const _0x1f35c9=_0x1f35();let _0x50d92a=_0x1f35c9[_0x403b5f];return _0x50d92a;}export function registerTools(_0x1dd12a,_0x23247a){const _0x1d62da=_0x50d9,_0x5c3e67={'QVXho':'UserPromptSubmit','HEFNM':function(_0x295cf6,_0x44633e){return _0x295cf6>_0x44633e;},'MPjln':function(_0x55ae16,_0xa4b723){return _0x55ae16(_0xa4b723);},'jMhrN':'text','eOMWG':function(_0x375d55,_0x5bdb62){return _0x375d55===_0x5bdb62;},'rPjBM':function(_0x3028da,_0x209fdd){return _0x3028da===_0x209fdd;},'piWRd':function(_0x2c00e8,_0x5b9e0d){return _0x2c00e8===_0x5b9e0d;},'MKgZb':'openai','uydiu':function(_0x851e7,_0x33a707){return _0x851e7 instanceof _0x33a707;},'njsfU':function(_0x397b32,_0x485e02,_0x16dfb2){return _0x397b32(_0x485e02,_0x16dfb2);},'anYFo':function(_0x504e65,_0xbb8625,_0x12a23b){return _0x504e65(_0xbb8625,_0x12a23b);},'ztdUr':function(_0x4cfba3,_0x7fddb6){return _0x4cfba3(_0x7fddb6);},'DaJyb':_0x1d62da(0x184),'JJomk':_0x1d62da(0x17f),'CgOSd':'optimize-context','VWaQn':'Optimize\x20LLM\x20context\x20for\x20a\x20given\x20prompt.\x20Returns\x20matched\x20rules,\x20injected\x20context\x20and\x20token\x20savings.','Kbigi':_0x1d62da(0x1a3),'CjKQW':'Optional\x20project\x20root\x20path;\x20re-loads\x20config\x20if\x20provided','DmIoY':_0x1d62da(0x1a6),'ewCXD':'Count\x20and\x20estimate\x20tokens\x20for\x20a\x20given\x20text\x20or\x20file.\x20Returns\x20exact\x20BPE\x20count\x20and\x20word-based\x20heuristic\x20estimate.','rYpvG':_0x1d62da(0x18a),'EAKio':_0x1d62da(0x199),'DvPrF':'get-savings','pCdbS':'Return\x20cumulative\x20token\x20savings\x20for\x20the\x20current\x20MCP\x20session.\x20Shows\x20baseline\x20vs\x20optimized\x20token\x20counts\x20and\x20per-rule\x20trigger\x20counts.'};_0x1dd12a['registerTool'](_0x5c3e67['CgOSd'],{'description':_0x5c3e67['VWaQn'],'inputSchema':{'prompt':z[_0x1d62da(0x1aa)]()[_0x1d62da(0x180)](_0x5c3e67[_0x1d62da(0x18c)]),'project_path':z[_0x1d62da(0x1aa)]()['optional']()[_0x1d62da(0x180)](_0x5c3e67[_0x1d62da(0x1a8)])}},async({prompt:_0x4deaeb,project_path:_0xf26410})=>{const _0x3dca6a=_0x1d62da;_0xf26410&&_0x23247a['setProjectRoot'](_0xf26410);const _0x17c0e6=_0x23247a[_0x3dca6a(0x1a4)](),_0x103132=_0x17c0e6[_0x3dca6a(0x18d)](),_0x3f7db9={'session_id':_0x23247a[_0x3dca6a(0x1a0)],'cwd':_0x23247a['projectRoot'],'prompt':_0x4deaeb,'hook_event_name':_0x5c3e67['QVXho']},_0x890ca6=_0x17c0e6['handleUserPromptSubmit'](_0x3f7db9),_0x39f65a=_0x17c0e6['getSessionSummary']()[_0x3dca6a(0x183)]-_0x103132['total_delta'],_0x301b57=_0x890ca6[_0x3dca6a(0x196)]??'',_0x5c784b=_0x5c3e67[_0x3dca6a(0x19d)](_0x301b57[_0x3dca6a(0x17b)],0x0)?_0x5c3e67[_0x3dca6a(0x17e)](countTokens,_0x301b57):0x0,_0x47ff39=[..._0x301b57[_0x3dca6a(0x19a)](/^\[([^\]]+)\]/gm)]['map'](_0x592a90=>_0x592a90[0x1]),_0x56fddb={'context':_0x301b57,'rules_matched':_0x47ff39,'tokens_injected':_0x5c784b,'tokens_saved':_0x39f65a};return{'content':[{'type':_0x5c3e67[_0x3dca6a(0x18e)],'text':JSON[_0x3dca6a(0x198)](_0x56fddb)}]};}),_0x1dd12a[_0x1d62da(0x186)](_0x5c3e67[_0x1d62da(0x190)],{'description':_0x5c3e67['ewCXD'],'inputSchema':{'text':z[_0x1d62da(0x1aa)]()['optional']()['describe'](_0x5c3e67[_0x1d62da(0x1a7)]),'file_path':z['string']()[_0x1d62da(0x1a2)]()['describe']('Path\x20to\x20a\x20file\x20to\x20analyze'),'provider':z['string']()[_0x1d62da(0x1a2)]()['describe']('LLM\x20provider\x20(claude,\x20openai).\x20Defaults\x20to\x20config\x20provider.'),'model':z['string']()['optional']()[_0x1d62da(0x180)](_0x5c3e67['EAKio'])}},async({text:_0x45eba5,file_path:_0x341dc2,provider:_0x1a2d76,model:_0x165f59})=>{const _0x565b4a=_0x1d62da;if(_0x5c3e67['eOMWG'](void 0x0,_0x45eba5)&&_0x5c3e67['rPjBM'](void 0x0,_0x341dc2))return{'content':[{'type':_0x5c3e67['jMhrN'],'text':JSON[_0x565b4a(0x198)]({'error':'Either\x20text\x20or\x20file_path\x20must\x20be\x20provided.'})}],'isError':!0x0};const _0x48853e=_0x1a2d76??_0x23247a['getConfig']()[_0x565b4a(0x19e)],_0x2ac4b4=_0x165f59??(_0x5c3e67[_0x565b4a(0x191)](_0x5c3e67['MKgZb'],_0x48853e)?_0x565b4a(0x19c):_0x23247a['getConfig']()[_0x565b4a(0x18f)]);let _0xd4092,_0x33121e;try{_0xd4092=_0x23247a['getTokenProvider'](_0x48853e,_0x2ac4b4);}catch(_0x2b90b9){const _0x4256e3=_0x5c3e67['uydiu'](_0x2b90b9,Error)?_0x2b90b9[_0x565b4a(0x19f)]:String(_0x2b90b9);return{'content':[{'type':'text','text':JSON[_0x565b4a(0x198)]({'error':_0x4256e3})}],'isError':!0x0};}if(void 0x0!==_0x45eba5)_0x33121e=_0x45eba5;else{const _0x280a5c=normalize(_0x23247a['projectRoot']),_0x3904a6=_0x5c3e67['MPjln'](normalize,_0x5c3e67[_0x565b4a(0x1a9)](resolve,_0x280a5c,_0x341dc2));if(!_0x3904a6[_0x565b4a(0x194)](_0x280a5c))return{'content':[{'type':_0x5c3e67['jMhrN'],'text':JSON[_0x565b4a(0x198)]({'error':'file_path\x20escapes\x20project\x20root.'})}],'isError':!0x0};try{_0x33121e=await _0x5c3e67[_0x565b4a(0x17a)](readFile,_0x3904a6,'utf-8');}catch(_0x542d0c){const _0x1c9697=_0x542d0c instanceof Error?_0x542d0c[_0x565b4a(0x19f)]:_0x5c3e67['ztdUr'](String,_0x542d0c);return{'content':[{'type':_0x565b4a(0x17c),'text':JSON['stringify']({'error':_0x565b4a(0x179)+_0x1c9697})}],'isError':!0x0};}}const _0x112160={'tokens':_0xd4092[_0x565b4a(0x188)](_0x33121e),'tokens_method':_0x5c3e67[_0x565b4a(0x182)],'estimate':_0xd4092[_0x565b4a(0x197)](_0x33121e),'estimate_method':'word\x20heuristic\x20(words\x20×\x20'+(_0x5c3e67[_0x565b4a(0x176)](_0x5c3e67[_0x565b4a(0x177)],_0x48853e)?_0x5c3e67['JJomk']:'1.4')+')','provider':_0x48853e,'model':_0x2ac4b4};return{'content':[{'type':_0x5c3e67[_0x565b4a(0x18e)],'text':JSON['stringify'](_0x112160)}]};}),_0x1dd12a[_0x1d62da(0x186)](_0x5c3e67['DvPrF'],{'description':_0x5c3e67['pCdbS']},async()=>{const _0x5e6ac0=_0x1d62da,_0x2a72b5=_0x23247a['getDispatcher']()['getSessionSummary'](),_0x4de96e={'baseline_tokens':_0x2a72b5['total_baseline'],'optimized_tokens':_0x2a72b5[_0x5e6ac0(0x17d)],'saved_tokens':_0x2a72b5['total_delta'],'saved_percent':_0x2a72b5[_0x5e6ac0(0x181)],'prompts_count':_0x2a72b5['prompts_count'],'rules_triggered':_0x2a72b5['rules_triggered']};return{'content':[{'type':'text','text':JSON[_0x5e6ac0(0x198)](_0x4de96e)}]};});}function _0x1f35(){const _0x3c5758=['string','rPjBM','MKgZb','96786XptdQE','Failed\x20to\x20read\x20file:\x20','anYFo','length','text','total_optimized','MPjln','1.3','describe','savings_percent','DaJyb','total_delta','BPE\x20tokenizer\x20(accurate)','242470dWDEZA','registerTool','10lRuGTl','countTokens','9rYblQZ','Inline\x20text\x20to\x20analyze','5aCvybr','Kbigi','getSessionSummary','jMhrN','model','DmIoY','piWRd','3520578DzwYea','2776844inXNbp','startsWith','1opqDWt','additionalContext','estimateTokens','stringify','Model\x20name.\x20Defaults\x20to\x20config\x20model.','matchAll','745088peiffi','gpt-4o','HEFNM','provider','message','sessionId','729836moXQyk','optional','The\x20user\x20prompt\x20to\x20optimize','getDispatcher','12826671lOZdLm','analyze-tokens','rYpvG','CjKQW','njsfU'];_0x1f35=function(){return _0x3c5758;};return _0x1f35();}
1
+ (function(_0x496cb2,_0xbb23a4){const _0x54b8f3=_0x6d54,_0x2f74c0=_0x496cb2();while(!![]){try{const _0x1919a0=parseInt(_0x54b8f3(0xb6))/0x1+parseInt(_0x54b8f3(0xe6))/0x2*(parseInt(_0x54b8f3(0xe4))/0x3)+parseInt(_0x54b8f3(0xbf))/0x4+parseInt(_0x54b8f3(0xd1))/0x5+-parseInt(_0x54b8f3(0xd0))/0x6+-parseInt(_0x54b8f3(0xcd))/0x7*(-parseInt(_0x54b8f3(0xc1))/0x8)+-parseInt(_0x54b8f3(0xba))/0x9;if(_0x1919a0===_0xbb23a4)break;else _0x2f74c0['push'](_0x2f74c0['shift']());}catch(_0x90ef23){_0x2f74c0['push'](_0x2f74c0['shift']());}}}(_0xd1a5,0xbc538));function _0x6d54(_0x259a54,_0x1c724f){_0x259a54=_0x259a54-0xb6;const _0xd1a5b2=_0xd1a5();let _0x6d542c=_0xd1a5b2[_0x259a54];return _0x6d542c;}import{readFile}from'node:fs/promises';import{resolve,normalize}from'node:path';import{z}from'zod';import{countTokens}from'../shared/token-counter.js';function _0xd1a5(){const _0x2cff3b=['matchAll','4729500UACncb','3655285GVyQtK','setProjectRoot','UwBsX','qyYGY','vjkjM','getConfig','getDispatcher','Failed\x20to\x20read\x20file:\x20','Either\x20text\x20or\x20file_path\x20must\x20be\x20provided.','word\x20heuristic\x20(words\x20×\x20','registerTool','TGIFU','string','PAtKX','LLM\x20provider\x20(claude,\x20openai).\x20Defaults\x20to\x20config\x20provider.','additionalContext','uBICv','handleUserPromptSubmit','xGkqu','9xUNMFg','Inline\x20text\x20to\x20analyze','369676eZsGYP','sessionId','Kczrf','Count\x20and\x20estimate\x20tokens\x20for\x20a\x20given\x20text\x20or\x20file.\x20Returns\x20exact\x20BPE\x20count\x20and\x20word-based\x20heuristic\x20estimate.','600650UenpGI','savings_percent','total_optimized','text','12391020CjudgO','optimize-context','UserPromptSubmit','describe','provider','1675956GoTbWl','optional','1262408GNwTfu','xGTaX','startsWith','ehehQ','stringify','getSessionSummary','total_baseline','projectRoot','The\x20user\x20prompt\x20to\x20optimize','1.4','openai','Return\x20cumulative\x20token\x20savings\x20for\x20the\x20current\x20MCP\x20session.\x20Shows\x20baseline\x20vs\x20optimized\x20token\x20counts\x20and\x20per-rule\x20trigger\x20counts.','28aiHzNR','Optional\x20project\x20root\x20path;\x20re-loads\x20config\x20if\x20provided'];_0xd1a5=function(){return _0x2cff3b;};return _0xd1a5();}export function registerTools(_0x4a59c0,_0x1bfed4){const _0x495763=_0x6d54,_0x289a99={'ehehQ':function(_0x477772,_0x135be3){return _0x477772-_0x135be3;},'vjkjM':function(_0x4e998b,_0xe28e8c){return _0x4e998b(_0xe28e8c);},'UwBsX':function(_0x308a44,_0x661c74){return _0x308a44===_0x661c74;},'PAtKX':function(_0x3e86f3,_0x5c0472,_0xcf06cc){return _0x3e86f3(_0x5c0472,_0xcf06cc);},'uEivv':'utf-8','uBICv':function(_0x5038bb,_0x4794e0){return _0x5038bb instanceof _0x4794e0;},'YsuaH':function(_0x2d6259,_0x112970){return _0x2d6259(_0x112970);},'TGIFU':'text','fCYeT':'BPE\x20tokenizer\x20(accurate)','xGTaX':'1.3','spsyk':_0x495763(0xca),'xGkqu':'analyze-tokens','qyYGY':_0x495763(0xe9),'Kczrf':_0x495763(0xe5),'sHJqY':_0x495763(0xdf),'GGzSK':'Model\x20name.\x20Defaults\x20to\x20config\x20model.','CxEsv':_0x495763(0xcc)};_0x4a59c0[_0x495763(0xdb)](_0x495763(0xbb),{'description':'Optimize\x20LLM\x20context\x20for\x20a\x20given\x20prompt.\x20Returns\x20matched\x20rules,\x20injected\x20context\x20and\x20token\x20savings.','inputSchema':{'prompt':z['string']()[_0x495763(0xbd)](_0x495763(0xc9)),'project_path':z['string']()[_0x495763(0xc0)]()[_0x495763(0xbd)](_0x495763(0xce))}},async({prompt:_0x5026a1,project_path:_0x1ec650})=>{const _0xa58e7a=_0x495763;_0x1ec650&&_0x1bfed4[_0xa58e7a(0xd2)](_0x1ec650);const _0x19131a=_0x1bfed4[_0xa58e7a(0xd7)](),_0x3d2972=_0x19131a[_0xa58e7a(0xc6)](),_0x87fe2c={'session_id':_0x1bfed4[_0xa58e7a(0xe7)],'cwd':_0x1bfed4[_0xa58e7a(0xc8)],'prompt':_0x5026a1,'hook_event_name':_0xa58e7a(0xbc)},_0x51d86c=_0x19131a[_0xa58e7a(0xe2)](_0x87fe2c),_0x1717e2=_0x289a99[_0xa58e7a(0xc4)](_0x19131a['getSessionSummary']()['total_delta'],_0x3d2972['total_delta']),_0xc9ded9=_0x51d86c[_0xa58e7a(0xe0)]??'',_0x290a46=_0xc9ded9['length']>0x0?_0x289a99[_0xa58e7a(0xd5)](countTokens,_0xc9ded9):0x0,_0x275a0a=[..._0xc9ded9[_0xa58e7a(0xcf)](/^\[([^\]]+)\]/gm)]['map'](_0x399824=>_0x399824[0x1]),_0x3c8074={'context':_0xc9ded9,'rules_matched':_0x275a0a,'tokens_injected':_0x290a46,'tokens_saved':_0x1717e2};return{'content':[{'type':_0xa58e7a(0xb9),'text':JSON['stringify'](_0x3c8074)}]};}),_0x4a59c0[_0x495763(0xdb)](_0x289a99[_0x495763(0xe3)],{'description':_0x289a99[_0x495763(0xd4)],'inputSchema':{'text':z['string']()[_0x495763(0xc0)]()[_0x495763(0xbd)](_0x289a99[_0x495763(0xe8)]),'file_path':z['string']()[_0x495763(0xc0)]()['describe']('Path\x20to\x20a\x20file\x20to\x20analyze'),'provider':z['string']()['optional']()[_0x495763(0xbd)](_0x289a99['sHJqY']),'model':z[_0x495763(0xdd)]()['optional']()['describe'](_0x289a99['GGzSK'])}},async({text:_0x514acf,file_path:_0xc015c7,provider:_0x3c6431,model:_0x2465a8})=>{const _0x269dba=_0x495763;if(_0x289a99[_0x269dba(0xd3)](void 0x0,_0x514acf)&&void 0x0===_0xc015c7)return{'content':[{'type':'text','text':JSON['stringify']({'error':_0x269dba(0xd9)})}],'isError':!0x0};const _0xdeb906=_0x3c6431??_0x1bfed4[_0x269dba(0xd6)]()[_0x269dba(0xbe)],_0x5843f9=_0x2465a8??(_0x269dba(0xcb)===_0xdeb906?'gpt-4o':_0x1bfed4[_0x269dba(0xd6)]()['model']);let _0x517d48,_0x1b6fe3;try{_0x517d48=_0x1bfed4['getTokenProvider'](_0xdeb906,_0x5843f9);}catch(_0x2ff7f2){const _0x3cafe0=_0x2ff7f2 instanceof Error?_0x2ff7f2['message']:String(_0x2ff7f2);return{'content':[{'type':'text','text':JSON['stringify']({'error':_0x3cafe0})}],'isError':!0x0};}if(void 0x0!==_0x514acf)_0x1b6fe3=_0x514acf;else{const _0x12db3e=_0x289a99['vjkjM'](normalize,_0x1bfed4['projectRoot']),_0xfbd007=normalize(resolve(_0x12db3e,_0xc015c7));if(!_0xfbd007[_0x269dba(0xc3)](_0x12db3e))return{'content':[{'type':_0x269dba(0xb9),'text':JSON['stringify']({'error':'file_path\x20escapes\x20project\x20root.'})}],'isError':!0x0};try{_0x1b6fe3=await _0x289a99[_0x269dba(0xde)](readFile,_0xfbd007,_0x289a99['uEivv']);}catch(_0x2078e8){const _0x1c1941=_0x289a99[_0x269dba(0xe1)](_0x2078e8,Error)?_0x2078e8['message']:_0x289a99['YsuaH'](String,_0x2078e8);return{'content':[{'type':_0x289a99['TGIFU'],'text':JSON['stringify']({'error':_0x269dba(0xd8)+_0x1c1941})}],'isError':!0x0};}}const _0x3b81ef={'tokens':_0x517d48['countTokens'](_0x1b6fe3),'tokens_method':_0x289a99['fCYeT'],'estimate':_0x517d48['estimateTokens'](_0x1b6fe3),'estimate_method':_0x269dba(0xda)+(_0x289a99['UwBsX'](_0x269dba(0xcb),_0xdeb906)?_0x289a99[_0x269dba(0xc2)]:_0x289a99['spsyk'])+')','provider':_0xdeb906,'model':_0x5843f9};return{'content':[{'type':_0x289a99[_0x269dba(0xdc)],'text':JSON['stringify'](_0x3b81ef)}]};}),_0x4a59c0[_0x495763(0xdb)]('get-savings',{'description':_0x289a99['CxEsv']},async()=>{const _0x2a9bf5=_0x495763,_0x495994=_0x1bfed4['getDispatcher']()[_0x2a9bf5(0xc6)](),_0x22b9ac={'baseline_tokens':_0x495994[_0x2a9bf5(0xc7)],'optimized_tokens':_0x495994[_0x2a9bf5(0xb8)],'saved_tokens':_0x495994['total_delta'],'saved_percent':_0x495994[_0x2a9bf5(0xb7)],'prompts_count':_0x495994['prompts_count'],'rules_triggered':_0x495994['rules_triggered']};return{'content':[{'type':'text','text':JSON[_0x2a9bf5(0xc5)](_0x22b9ac)}]};});}
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- const _0x34d274=_0x5825;(function(_0x18414d,_0x2a8ae7){const _0x1be245=_0x5825,_0x3a50ce=_0x18414d();while(!![]){try{const _0x2f4e22=-parseInt(_0x1be245(0x1f6))/0x1+-parseInt(_0x1be245(0x204))/0x2*(-parseInt(_0x1be245(0x1ef))/0x3)+parseInt(_0x1be245(0x1ed))/0x4*(parseInt(_0x1be245(0x1fa))/0x5)+-parseInt(_0x1be245(0x1f8))/0x6*(-parseInt(_0x1be245(0x201))/0x7)+parseInt(_0x1be245(0x1fe))/0x8*(parseInt(_0x1be245(0x1f9))/0x9)+parseInt(_0x1be245(0x1f0))/0xa+-parseInt(_0x1be245(0x1fb))/0xb;if(_0x2f4e22===_0x2a8ae7)break;else _0x3a50ce['push'](_0x3a50ce['shift']());}catch(_0x1d9c6d){_0x3a50ce['push'](_0x3a50ce['shift']());}}}(_0x577e,0x66089));import{resolve}from'node:path';import{loadConfig}from'./config-loader.js';import{HookDispatcher}from'./hook-dispatcher.js';import{buildSessionStartContext}from'./session-start.js';function _0x577e(){const _0x515ec6=['33850MkYqyM','20824309dAHDgQ','exit','push','1128kLqXgj','parse','metering','3608437UjLKXL','concat','handleUserPromptSubmit','10fHoMsf','Stop','handlePreCompact','utf-8','bJQeD','492rqxolx','PreCompact','155703aXrfok','8039470ideLGq','UserPromptSubmit','join','catch','stdout','cwd','308157pMrdfW','send','6LyfyVC','13248NnzDMR'];_0x577e=function(){return _0x515ec6;};return _0x577e();}function _0x5825(_0x476030,_0x1a5630){_0x476030=_0x476030-0x1ed;const _0x577e16=_0x577e();let _0x5825e3=_0x577e16[_0x476030];return _0x5825e3;}import{buildSmartContext}from'./smart-context.js';import{MeteringClient,buildMeterPayload}from'./metering-client.js';import{loadApiKeyFromConfig}from'../cli/setup-cmd.js';if(!process.env.TOKENIZER_API_KEY){const t=loadApiKeyFromConfig();t&&(process.env.TOKENIZER_API_KEY=t);}async function main(){const _0x67d9e1=_0x5825,_0x7868f={'cBiFc':_0x67d9e1(0x207),'bJQeD':function(_0x543a76,_0x57f08d){return _0x543a76(_0x57f08d);},'TnEOM':_0x67d9e1(0x1f1),'iaFxg':function(_0x48b191,_0x47d9b6){return _0x48b191>_0x47d9b6;},'oGsiu':_0x67d9e1(0x1ee)},_0x53e738=[];for await(const _0x1f35cf of process['stdin'])_0x53e738[_0x67d9e1(0x1fd)](_0x1f35cf);const _0x19b868=Buffer[_0x67d9e1(0x202)](_0x53e738)['toString'](_0x7868f['cBiFc']);let _0x34d3de;try{_0x34d3de=JSON[_0x67d9e1(0x1ff)](_0x19b868);}catch{process['exit'](0x0);}const _0x1bf125=_0x34d3de[_0x67d9e1(0x1f5)]||process[_0x67d9e1(0x1f5)](),_0x4b1145=_0x34d3de['hook_event_name'];let _0x302c3a;try{_0x302c3a=_0x7868f[_0x67d9e1(0x208)](loadConfig,_0x1bf125);}catch{const _0xb31e1c=process.env.CLAUDE_PLUGIN_ROOT||resolve(import.meta.dirname,'../..');_0x302c3a=loadConfig(_0xb31e1c);}const _0x546b8d=new HookDispatcher(_0x302c3a,_0x1bf125,_0x34d3de['session_id']);let _0x38003b={};switch(_0x4b1145){case'SessionStart':_0x38003b=buildSessionStartContext({'cwd':_0x1bf125});break;case _0x7868f['TnEOM']:{const _0x38a808=_0x546b8d[_0x67d9e1(0x203)](_0x34d3de),_0x222951=buildSmartContext({'prompt':_0x34d3de['prompt']||'','cwd':_0x1bf125}),_0x306f65=[_0x38a808['additionalContext'],_0x222951['additionalContext']]['filter'](Boolean);_0x38003b=_0x7868f['iaFxg'](_0x306f65['length'],0x0)?{'additionalContext':_0x306f65[_0x67d9e1(0x1f2)]('\x0a')}:{};break;}case _0x7868f['oGsiu']:_0x38003b=_0x546b8d[_0x67d9e1(0x206)](_0x34d3de);break;case _0x67d9e1(0x205):{const _0x449418=_0x546b8d['handleSessionStop'](),_0x1208f8=new MeteringClient(_0x302c3a[_0x67d9e1(0x200)]['endpoint']),_0x43ad5f=buildMeterPayload(_0x449418,{'provider':_0x302c3a['provider'],'model':_0x302c3a['model']});await _0x1208f8[_0x67d9e1(0x1f7)](_0x43ad5f);break;}}process[_0x67d9e1(0x1f4)]['write'](JSON['stringify'](_0x38003b)),process[_0x67d9e1(0x1fc)](0x0);}main()[_0x34d274(0x1f3)](()=>process[_0x34d274(0x1fc)](0x0));
2
+ const _0x29b02e=_0x1968;(function(_0x35a9d4,_0x2ed138){const _0x407989=_0x1968,_0x2be3c2=_0x35a9d4();while(!![]){try{const _0xff872a=parseInt(_0x407989(0x1f9))/0x1+parseInt(_0x407989(0x1f5))/0x2*(-parseInt(_0x407989(0x1f6))/0x3)+-parseInt(_0x407989(0x201))/0x4+-parseInt(_0x407989(0x203))/0x5+-parseInt(_0x407989(0x1ff))/0x6+-parseInt(_0x407989(0x1f1))/0x7+parseInt(_0x407989(0x1f2))/0x8;if(_0xff872a===_0x2ed138)break;else _0x2be3c2['push'](_0x2be3c2['shift']());}catch(_0x55a9c9){_0x2be3c2['push'](_0x2be3c2['shift']());}}}(_0x246b,0xaf4f5));import{resolve}from'node:path';import{loadConfig}from'./config-loader.js';function _0x1968(_0x1d0841,_0x5c1046){_0x1d0841=_0x1d0841-0x1ee;const _0x246be3=_0x246b();let _0x1968f4=_0x246be3[_0x1d0841];return _0x1968f4;}function _0x246b(){const _0x1ced9f=['utf-8','sHcmv','qcYOw','7387314yrYZAi','handleSessionStop','374096qQHGcm','Stop','6568895RyPaJl','../..','send','join','6973813mqkqwa','44601888qhrZFA','filter','zcwyE','349882FxtZSQ','21bjXMaR','parse','additionalContext','2201AMpIgj','write','exit'];_0x246b=function(){return _0x1ced9f;};return _0x246b();}import{HookDispatcher}from'./hook-dispatcher.js';import{buildSessionStartContext}from'./session-start.js';import{buildSmartContext}from'./smart-context.js';import{MeteringClient,buildMeterPayload}from'./metering-client.js';import{loadApiKeyFromConfig}from'../cli/setup-cmd.js';if(!process.env.TOKENIZER_API_KEY){const t=loadApiKeyFromConfig();t&&(process.env.TOKENIZER_API_KEY=t);}async function main(){const _0x4e9620=_0x1968,_0x1d1061={'sHcmv':function(_0x3f5fdd,_0x53900a){return _0x3f5fdd(_0x53900a);},'ziZhA':function(_0x4d7247,_0xfe723,_0x27038a){return _0x4d7247(_0xfe723,_0x27038a);},'akNyC':_0x4e9620(0x1ee),'Ukvwp':'SessionStart','zcwyE':'UserPromptSubmit','qcYOw':function(_0xac4aed,_0x26d5e1){return _0xac4aed>_0x26d5e1;},'YNAnM':_0x4e9620(0x202)},_0xbaa56f=[];for await(const _0x1261b3 of process['stdin'])_0xbaa56f['push'](_0x1261b3);const _0x2b97dc=Buffer['concat'](_0xbaa56f)['toString'](_0x4e9620(0x1fc));let _0x140dbd;try{_0x140dbd=JSON[_0x4e9620(0x1f7)](_0x2b97dc);}catch{process['exit'](0x0);}const _0x2b1fe6=_0x140dbd['cwd']||process['cwd'](),_0x149e8f=_0x140dbd['hook_event_name'];let _0x7280c9;try{_0x7280c9=_0x1d1061['sHcmv'](loadConfig,_0x2b1fe6);}catch{const _0x3ffd81=process.env.CLAUDE_PLUGIN_ROOT||_0x1d1061['ziZhA'](resolve,import.meta.dirname,_0x1d1061['akNyC']);_0x7280c9=loadConfig(_0x3ffd81);}const _0xd90e57=new HookDispatcher(_0x7280c9,_0x2b1fe6,_0x140dbd['session_id']);let _0x39ed4d={};switch(_0x149e8f){case _0x1d1061['Ukvwp']:_0x39ed4d=_0x1d1061[_0x4e9620(0x1fd)](buildSessionStartContext,{'cwd':_0x2b1fe6});break;case _0x1d1061[_0x4e9620(0x1f4)]:{const _0x135e76=_0xd90e57['handleUserPromptSubmit'](_0x140dbd),_0x210094=buildSmartContext({'prompt':_0x140dbd['prompt']||'','cwd':_0x2b1fe6}),_0xcb29f0=[_0x135e76[_0x4e9620(0x1f8)],_0x210094['additionalContext']][_0x4e9620(0x1f3)](Boolean);_0x39ed4d=_0x1d1061[_0x4e9620(0x1fe)](_0xcb29f0['length'],0x0)?{'additionalContext':_0xcb29f0[_0x4e9620(0x1f0)]('\x0a')}:{};break;}case'PreCompact':_0x39ed4d=_0xd90e57['handlePreCompact'](_0x140dbd);break;case _0x1d1061['YNAnM']:{const _0x4d3b36=_0xd90e57[_0x4e9620(0x200)](),_0x450250=new MeteringClient(_0x7280c9['metering']['endpoint']),_0x3b6e0f=buildMeterPayload(_0x4d3b36,{'provider':_0x7280c9['provider'],'model':_0x7280c9['model']});await _0x450250[_0x4e9620(0x1ef)](_0x3b6e0f);break;}}process['stdout'][_0x4e9620(0x1fa)](JSON['stringify'](_0x39ed4d)),process['exit'](0x0);}main()['catch'](()=>process[_0x29b02e(0x1fb)](0x0));