@simosphere/tokenizer-speedup 0.8.1 → 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.
- package/.claude-plugin/plugin.json +22 -14
- package/dist/cli/analyze.js +1 -1
- package/dist/cli/config-cmd.js +1 -1
- package/dist/cli/index.js +1 -1
- package/dist/cli/init-cmd.js +1 -1
- package/dist/cli/setup-cmd.js +1 -1
- package/dist/cloud/stripe-checkout.js +1 -1
- package/dist/cloud/stripe-config.js +1 -1
- package/dist/cloud/stripe-usage.js +1 -1
- package/dist/cloud/stripe-webhooks.js +1 -1
- package/dist/cloud/subscription-store.js +1 -1
- package/dist/manifest.json +50 -37
- package/dist/mcp/index.js +1 -1
- package/dist/mcp/resources.js +1 -1
- package/dist/mcp/session.js +1 -1
- package/dist/mcp/tools.js +1 -1
- package/dist/plugin/cli.js +1 -1
- package/dist/plugin/compression/anonymize.js +1 -0
- package/dist/plugin/compression/cache.js +1 -0
- package/dist/plugin/compression/chunked.js +1 -0
- package/dist/plugin/compression/dedup.js +1 -0
- package/dist/plugin/compression/format-optimizer.js +1 -0
- package/dist/plugin/compression/index.js +1 -0
- package/dist/plugin/compression/pipeline.js +1 -0
- package/dist/plugin/compression/quality.js +1 -0
- package/dist/plugin/compression/rule-based.js +1 -0
- package/dist/plugin/compression/structural.js +1 -0
- package/dist/plugin/compression/text-utils.js +1 -0
- package/dist/plugin/compression/token-budget.js +1 -0
- package/dist/plugin/compression/types.js +1 -0
- package/dist/plugin/config-loader.js +1 -1
- package/dist/plugin/context-compressor.js +1 -1
- package/dist/plugin/hook-dispatcher.js +1 -1
- package/dist/plugin/metering-client.js +1 -1
- package/dist/plugin/metrics-collector.js +1 -1
- package/dist/plugin/onboarding.js +1 -1
- package/dist/plugin/precompact-handler.js +1 -1
- package/dist/plugin/report.js +1 -1
- package/dist/plugin/rule-analytics-store.js +1 -1
- package/dist/plugin/rule-analytics.js +1 -1
- package/dist/plugin/rule-engine.js +1 -1
- package/dist/plugin/rule-sharing.js +1 -1
- package/dist/plugin/rule-suggest.js +1 -1
- package/dist/plugin/session-start.js +1 -1
- package/dist/plugin/smart-context.js +1 -1
- package/dist/shared/license.js +1 -1
- package/dist/shared/providers/claude-provider.js +1 -1
- package/dist/shared/providers/openai-provider.js +1 -1
- package/dist/shared/token-counter.js +1 -1
- package/dist/shared/token-provider.js +1 -1
- package/package.json +1 -1
|
@@ -1,15 +1,23 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
}
|
|
2
|
+
"name": "tokenizer-speedup",
|
|
3
|
+
"version": "0.9.0",
|
|
4
|
+
"description": "Intelligent context optimization for LLM sessions \u2014 save 30-60% on tokens",
|
|
5
|
+
"author": {
|
|
6
|
+
"name": "SIMO GmbH",
|
|
7
|
+
"email": "info@simo-online.com",
|
|
8
|
+
"url": "https://simo-online.com"
|
|
9
|
+
},
|
|
10
|
+
"homepage": "https://tokenizer-speedup.simosphereai.com",
|
|
11
|
+
"repository": "https://gitlab.simo-online.com/simosphereos/tokenizer-speedup",
|
|
12
|
+
"license": "BSL-1.1",
|
|
13
|
+
"engines": {
|
|
14
|
+
"node": ">=20.0.0"
|
|
15
|
+
},
|
|
16
|
+
"keywords": [
|
|
17
|
+
"claude",
|
|
18
|
+
"token-optimization",
|
|
19
|
+
"context-management",
|
|
20
|
+
"cost-reduction",
|
|
21
|
+
"llm"
|
|
22
|
+
]
|
|
23
|
+
}
|
package/dist/cli/analyze.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
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')};}
|
package/dist/cli/config-cmd.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
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
|
-
(function(
|
|
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)]();
|
package/dist/cli/init-cmd.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
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']);}
|
package/dist/cli/setup-cmd.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
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(
|
|
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
|
-
function
|
|
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
|
|
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(
|
|
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
|
|
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)]()];}}
|
package/dist/manifest.json
CHANGED
|
@@ -1,42 +1,55 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "0.
|
|
3
|
-
"build": "2026-
|
|
2
|
+
"version": "0.10.0",
|
|
3
|
+
"build": "2026-07-03T09:22:00.154Z",
|
|
4
4
|
"files": {
|
|
5
|
-
"cli/analyze.js": "sha256:
|
|
6
|
-
"cli/config-cmd.js": "sha256:
|
|
7
|
-
"cli/index.js": "sha256:
|
|
8
|
-
"cli/init-cmd.js": "sha256:
|
|
9
|
-
"cli/setup-cmd.js": "sha256:
|
|
10
|
-
"cloud/stripe-checkout.js": "sha256:
|
|
11
|
-
"cloud/stripe-config.js": "sha256:
|
|
12
|
-
"cloud/stripe-usage.js": "sha256:
|
|
13
|
-
"cloud/stripe-webhooks.js": "sha256:
|
|
14
|
-
"cloud/subscription-store.js": "sha256:
|
|
15
|
-
"mcp/index.js": "sha256:
|
|
16
|
-
"mcp/resources.js": "sha256:
|
|
17
|
-
"mcp/session.js": "sha256:
|
|
18
|
-
"mcp/tools.js": "sha256:
|
|
19
|
-
"plugin/cli.js": "sha256:
|
|
20
|
-
"plugin/
|
|
21
|
-
"plugin/
|
|
22
|
-
"plugin/
|
|
23
|
-
"plugin/
|
|
24
|
-
"plugin/
|
|
25
|
-
"plugin/
|
|
26
|
-
"plugin/
|
|
27
|
-
"plugin/
|
|
28
|
-
"plugin/rule-
|
|
29
|
-
"plugin/
|
|
30
|
-
"plugin/
|
|
31
|
-
"plugin/
|
|
32
|
-
"plugin/
|
|
33
|
-
"plugin/
|
|
34
|
-
"plugin/
|
|
35
|
-
"
|
|
36
|
-
"
|
|
37
|
-
"
|
|
38
|
-
"
|
|
39
|
-
"
|
|
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",
|
|
32
|
+
"plugin/compression/types.js": "sha256:56e1b0c10087ee6ff7f949b15d1ef63cb11228ff93a159a52f9ad7ef851e4e02",
|
|
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",
|
|
40
53
|
"shared/types.js": "sha256:56e1b0c10087ee6ff7f949b15d1ef63cb11228ff93a159a52f9ad7ef851e4e02"
|
|
41
54
|
}
|
|
42
55
|
}
|
package/dist/mcp/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
const
|
|
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);});
|
package/dist/mcp/resources.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
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)}]};}});}
|
package/dist/mcp/session.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
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
|
-
|
|
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)}]};});}
|