fluxflow-cli 4.6.0 → 4.6.1
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/dist/chunks/{ai-MBEY7TQE.js → ai-2ADJ6USE.js} +1 -1
- package/dist/chunks/app-VJDC5MFQ.js +224 -0
- package/dist/chunks/chunk-4TZKD2XR.js +1 -0
- package/dist/chunks/{chunk-3JTGIHTN.js → chunk-7PJOF5I2.js} +1 -1
- package/dist/chunks/{chunk-INAFOYCM.js → chunk-A2MCYGU4.js} +1 -1
- package/dist/chunks/{chunk-27R5UNHK.js → chunk-BYSB5PYK.js} +210 -202
- package/dist/chunks/{chunk-N5EE3XWJ.js → chunk-IJCIHHAH.js} +2 -2
- package/dist/chunks/{chunk-ACHIC75V.js → chunk-JM3JCK2K.js} +1 -1
- package/dist/chunks/{chunk-XGA3P7TV.js → chunk-QLPFOHKZ.js} +1 -1
- package/dist/chunks/{chunk-LXTXILI5.js → chunk-ROHVHR3J.js} +1 -1
- package/dist/chunks/export-PSA6YZMJ.js +1 -0
- package/dist/chunks/{paths-R3DD7CRF.js → paths-CHZDSDRF.js} +1 -1
- package/dist/chunks/{screen_grid-PVIPPVR7.js → screen_grid-WWZV4QEB.js} +1 -1
- package/dist/chunks/{secrets-BTHIU63L.js → secrets-K4C4B5TU.js} +1 -1
- package/dist/chunks/settings-QKREUSRE.js +1 -0
- package/dist/chunks/usageServer-2ICYG54E.js +1 -0
- package/dist/cli.js +3 -3
- package/dist/package.json +1 -1
- package/package.json +1 -1
- package/dist/chunks/app-H32HU2V4.js +0 -239
- package/dist/chunks/chunk-I27MASHH.js +0 -1
- package/dist/chunks/export-NRMLNZUN.js +0 -1
- package/dist/chunks/settings-TAIBP5U4.js +0 -1
- package/dist/chunks/usageServer-C2QUDNFE.js +0 -1
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import f from"os";import t from"path";import a from"fs";import E from"crypto";var r=t.join(f.homedir(),".fluxflow"),x=t.join(r,"settings.json"),j=null;try{if(a.existsSync(x)){let n=a.readFileSync(x,"utf8").trim(),s;if(n.startsWith("{"))s=JSON.parse(n);else{let e=n.split(":");if(e.length===2){let _=Buffer.from(e[0],"hex"),I=e[1],l=E.createHash("sha256").update("fluxflow-cli-sanctuary-key").digest(),c=E.createDecipheriv("aes-256-cbc",l,_),p=c.update(I,"hex","utf8");p+=c.final("utf8"),s=JSON.parse(p)}}if(s){let e=s.systemSettings||{};e.useExternalData&&e.externalDataPath&&(j=e.externalDataPath)}}}catch{}var i=j||r,S=t.join(i,"logs"),o=t.join(i,"secret"),R=t.join(o,"history.json"),F=t.join(o,"history"),u=t.join(r,"usage.json"),y=t.join(o,"usage.json"),T=t.join(o,"memories.json"),A=t.join(o,"memory-temp.json"),d=t.join(o,"temp-memory-chat.json"),C=t.join(i,"backups"),g=t.join(o,"ledger.json"),O=t.join(o,"ledgerAdvance.json"),M=t.join(o,"active_tx.json"),P=t.join(o,"path.json"),G=t.join(o,"context.json"),H=t.join(i,"parsers"),U=t.join(r,".cache","CU");export{r as a,x as b,i as c,S as d,o as e,R as f,F as g,u as h,y as i,T as j,A as k,d as l,C as m,g as n,O as o,M as p,P as q,G as r,H as s,U as t};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{a,b,c,d,e}from"./chunk-3JTGIHTN.js";import"./chunk-I27MASHH.js";export{b as exportCurrentChat,d as exportErrorLogs,e as handleExport,a as parseAgentText,c as parseLogEntries};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{h as a,i as b}from"./chunk-N5EE3XWJ.js";import"./chunk-SIINYZWE.js";import"./chunk-I27MASHH.js";export{a as loadSettings,b as saveSettings};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{a,b}from"./chunk-INAFOYCM.js";import"./chunk-XGA3P7TV.js";import"./chunk-N5EE3XWJ.js";import"./chunk-SIINYZWE.js";import"./chunk-I27MASHH.js";export{b as openUsageDashboard,a as startUsageServer};
|