@freesyntax/notch-cli 0.5.19 → 0.5.21

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 (42) hide show
  1. package/dist/{apply-patch-EBZ5VLO7.js → apply-patch-D5PDUXUC.js} +0 -1
  2. package/dist/{auth-S3FIB42I.js → auth-JQX6MHJG.js} +0 -1
  3. package/dist/builtins/archimedes.toml +18 -0
  4. package/dist/builtins/awaiter.toml +18 -0
  5. package/dist/builtins/euclid.toml +18 -0
  6. package/dist/builtins/hypatia.toml +18 -0
  7. package/dist/builtins/kepler.toml +18 -0
  8. package/dist/builtins/plato.toml +18 -0
  9. package/dist/builtins/ptolemy.toml +18 -0
  10. package/dist/builtins/pythagoras.toml +18 -0
  11. package/dist/chunk-443G6HCC.js +543 -0
  12. package/dist/chunk-GFVLHUSS.js +155 -0
  13. package/dist/chunk-MMBFNIKE.js +509 -0
  14. package/dist/chunk-OSWUX6TC.js +167 -0
  15. package/dist/{chunk-6M6CXXWR.js → chunk-PKZKVOAN.js} +209 -1
  16. package/dist/chunk-QKM27RHS.js +198 -0
  17. package/dist/chunk-TU465P2P.js +3106 -0
  18. package/dist/compression-SQAIQ2UU.js +32 -0
  19. package/dist/{edit-FXWXOFAF.js → edit-JEFEK43H.js} +0 -1
  20. package/dist/{git-XVWI2BT7.js → git-5T5TSQTX.js} +0 -1
  21. package/dist/{github-DOZ2MVQE.js → github-DWRGWX6U.js} +0 -1
  22. package/dist/{glob-XSBN4MDB.js → glob-BI3P4C7Q.js} +0 -1
  23. package/dist/{grep-2A42QPWM.js → grep-VZ3I5GNW.js} +0 -1
  24. package/dist/index.js +5049 -1113
  25. package/dist/{lsp-WUEGBQ3F.js → lsp-UPY6I3L7.js} +0 -1
  26. package/dist/{notebook-5U6PAF6M.js → notebook-FXJBTSPA.js} +0 -1
  27. package/dist/ollama-bench-QQHBIG2D.js +190 -0
  28. package/dist/ollama-launch-2ASVER3S.js +18 -0
  29. package/dist/ollama-usage-2WPCZJJI.js +69 -0
  30. package/dist/{plugins-GJIUZCJ5.js → plugins-OG2P75K5.js} +0 -1
  31. package/dist/{read-LY2VGCZY.js → read-OVJG2XKW.js} +0 -1
  32. package/dist/{server-4JRQH3DT.js → server-7UQKCB2Z.js} +15 -17
  33. package/dist/session-index-SSGOOZXK.js +21 -0
  34. package/dist/{shell-RGXMLRLH.js → shell-4X545EVN.js} +0 -1
  35. package/dist/{task-VIJ3N5EB.js → task-OS3E5F3X.js} +0 -1
  36. package/dist/{tools-XKVTMNR5.js → tools-7WAWS6V4.js} +3 -2
  37. package/dist/{web-fetch-XOH5PUCP.js → web-fetch-KNIV3Z3W.js} +0 -1
  38. package/dist/{write-DOLDW7HM.js → write-NNHLOTYK.js} +0 -1
  39. package/package.json +6 -4
  40. package/dist/chunk-3RG5ZIWI.js +0 -10
  41. package/dist/chunk-75K7DQVI.js +0 -630
  42. package/dist/compression-LPFNGAV6.js +0 -17
@@ -0,0 +1,32 @@
1
+ import {
2
+ autoCompactSummarize,
3
+ autoCompress,
4
+ autoCompressWithStats,
5
+ budgetReduce,
6
+ compressHistory,
7
+ contextCollapse,
8
+ estimateTokens,
9
+ fullCompact,
10
+ getArtifactStore,
11
+ microCompact,
12
+ parseArtifactUri,
13
+ restoreCollapsedSpan,
14
+ setArtifactStore,
15
+ snip
16
+ } from "./chunk-PKZKVOAN.js";
17
+ export {
18
+ autoCompactSummarize,
19
+ autoCompress,
20
+ autoCompressWithStats,
21
+ budgetReduce,
22
+ compressHistory,
23
+ contextCollapse,
24
+ estimateTokens,
25
+ fullCompact,
26
+ getArtifactStore,
27
+ microCompact,
28
+ parseArtifactUri,
29
+ restoreCollapsedSpan,
30
+ setArtifactStore,
31
+ snip
32
+ };
@@ -1,7 +1,6 @@
1
1
  import {
2
2
  editTool
3
3
  } from "./chunk-YAYPQTOU.js";
4
- import "./chunk-3RG5ZIWI.js";
5
4
  export {
6
5
  editTool
7
6
  };
@@ -1,7 +1,6 @@
1
1
  import {
2
2
  gitTool
3
3
  } from "./chunk-FAULT7VE.js";
4
- import "./chunk-3RG5ZIWI.js";
5
4
  export {
6
5
  gitTool
7
6
  };
@@ -1,7 +1,6 @@
1
1
  import {
2
2
  githubTool
3
3
  } from "./chunk-GBZGR6ID.js";
4
- import "./chunk-3RG5ZIWI.js";
5
4
  export {
6
5
  githubTool
7
6
  };
@@ -1,7 +1,6 @@
1
1
  import {
2
2
  globTool
3
3
  } from "./chunk-6U3ZAGYA.js";
4
- import "./chunk-3RG5ZIWI.js";
5
4
  export {
6
5
  globTool
7
6
  };
@@ -1,7 +1,6 @@
1
1
  import {
2
2
  grepTool
3
3
  } from "./chunk-6CZCFY6H.js";
4
- import "./chunk-3RG5ZIWI.js";
5
4
  export {
6
5
  grepTool
7
6
  };