@freesyntax/notch-cli 0.5.17 → 0.5.20

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 (44) hide show
  1. package/dist/apply-patch-D5PDUXUC.js +14 -0
  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-3QUV4JEX.js +162 -0
  12. package/dist/chunk-6CZCFY6H.js +98 -0
  13. package/dist/chunk-6U3ZAGYA.js +38 -0
  14. package/dist/chunk-C4CPDDMN.js +246 -0
  15. package/dist/chunk-CQMAVWLJ.js +134 -0
  16. package/dist/chunk-FAULT7VE.js +139 -0
  17. package/dist/chunk-FFB7GK3Y.js +72 -0
  18. package/dist/chunk-GBZGR6ID.js +174 -0
  19. package/dist/chunk-KZAS754V.js +118 -0
  20. package/dist/chunk-O3WZW7GS.js +35 -0
  21. package/dist/chunk-TH6GKC7E.js +315 -0
  22. package/dist/chunk-UR4XL6OM.js +104 -0
  23. package/dist/chunk-W4FAGQFL.js +171 -0
  24. package/dist/chunk-YAYPQTOU.js +53 -0
  25. package/dist/chunk-YBYF7L4A.js +2607 -0
  26. package/dist/{compression-LPFNGAV6.js → compression-UTB2Y4BB.js} +0 -1
  27. package/dist/edit-JEFEK43H.js +6 -0
  28. package/dist/git-5T5TSQTX.js +6 -0
  29. package/dist/github-DWRGWX6U.js +6 -0
  30. package/dist/glob-BI3P4C7Q.js +6 -0
  31. package/dist/grep-VZ3I5GNW.js +6 -0
  32. package/dist/index.js +4398 -3447
  33. package/dist/lsp-UPY6I3L7.js +6 -0
  34. package/dist/notebook-FXJBTSPA.js +6 -0
  35. package/dist/plugins-OG2P75K5.js +6 -0
  36. package/dist/read-OVJG2XKW.js +6 -0
  37. package/dist/server-W7FRCVRZ.js +1477 -0
  38. package/dist/shell-4X545EVN.js +6 -0
  39. package/dist/task-OS3E5F3X.js +10 -0
  40. package/dist/tools-Q7CDHB4K.js +30 -0
  41. package/dist/web-fetch-KNIV3Z3W.js +6 -0
  42. package/dist/write-NNHLOTYK.js +6 -0
  43. package/package.json +5 -4
  44. package/dist/chunk-3RG5ZIWI.js +0 -10
@@ -0,0 +1,6 @@
1
+ import {
2
+ shellTool
3
+ } from "./chunk-W4FAGQFL.js";
4
+ export {
5
+ shellTool
6
+ };
@@ -0,0 +1,10 @@
1
+ import {
2
+ formatTasksDisplay,
3
+ getAllTasks,
4
+ taskTool
5
+ } from "./chunk-UR4XL6OM.js";
6
+ export {
7
+ formatTasksDisplay,
8
+ getAllTasks,
9
+ taskTool
10
+ };
@@ -0,0 +1,30 @@
1
+ import {
2
+ buildToolMap,
3
+ describeTools,
4
+ disconnectMCPServers,
5
+ initMCPServers,
6
+ listToolNames,
7
+ mcpToolCount
8
+ } from "./chunk-YBYF7L4A.js";
9
+ import "./chunk-6CZCFY6H.js";
10
+ import "./chunk-6U3ZAGYA.js";
11
+ import "./chunk-FFB7GK3Y.js";
12
+ import "./chunk-GBZGR6ID.js";
13
+ import "./chunk-TH6GKC7E.js";
14
+ import "./chunk-KZAS754V.js";
15
+ import "./chunk-UR4XL6OM.js";
16
+ import "./chunk-3QUV4JEX.js";
17
+ import "./chunk-CQMAVWLJ.js";
18
+ import "./chunk-O3WZW7GS.js";
19
+ import "./chunk-YAYPQTOU.js";
20
+ import "./chunk-C4CPDDMN.js";
21
+ import "./chunk-W4FAGQFL.js";
22
+ import "./chunk-FAULT7VE.js";
23
+ export {
24
+ buildToolMap,
25
+ describeTools,
26
+ disconnectMCPServers,
27
+ initMCPServers,
28
+ listToolNames,
29
+ mcpToolCount
30
+ };
@@ -0,0 +1,6 @@
1
+ import {
2
+ webFetchTool
3
+ } from "./chunk-FFB7GK3Y.js";
4
+ export {
5
+ webFetchTool
6
+ };
@@ -0,0 +1,6 @@
1
+ import {
2
+ writeTool
3
+ } from "./chunk-O3WZW7GS.js";
4
+ export {
5
+ writeTool
6
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@freesyntax/notch-cli",
3
- "version": "0.5.17",
3
+ "version": "0.5.20",
4
4
  "description": "Notch CLI — AI-powered coding assistant by Driftrail",
5
5
  "type": "module",
6
6
  "bin": {
@@ -10,9 +10,9 @@
10
10
  "dist"
11
11
  ],
12
12
  "scripts": {
13
- "build": "tsup src/index.ts --format esm --dts --clean",
14
- "build:publish": "tsup src/index.ts --format esm --clean",
15
- "dev": "tsup src/index.ts --format esm --watch",
13
+ "build": "tsup --dts",
14
+ "build:publish": "tsup",
15
+ "dev": "tsup --watch",
16
16
  "start": "node dist/index.js",
17
17
  "typecheck": "tsc --noEmit",
18
18
  "lint": "eslint src/",
@@ -28,6 +28,7 @@
28
28
  "ignore": "^6.0.2",
29
29
  "ora": "^8.1.1",
30
30
  "simple-git": "^3.27.0",
31
+ "smol-toml": "^1.6.1",
31
32
  "zod": "^3.24.1"
32
33
  },
33
34
  "devDependencies": {
@@ -1,10 +0,0 @@
1
- var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require : typeof Proxy !== "undefined" ? new Proxy(x, {
2
- get: (a, b) => (typeof require !== "undefined" ? require : a)[b]
3
- }) : x)(function(x) {
4
- if (typeof require !== "undefined") return require.apply(this, arguments);
5
- throw Error('Dynamic require of "' + x + '" is not supported');
6
- });
7
-
8
- export {
9
- __require
10
- };