@mrclrchtr/supi-code-intelligence 2.8.0 → 3.1.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 (27) hide show
  1. package/node_modules/@mrclrchtr/supi-code-runtime/node_modules/@mrclrchtr/supi-core/package.json +2 -1
  2. package/node_modules/@mrclrchtr/supi-code-runtime/node_modules/@mrclrchtr/supi-core/src/api.ts +2 -0
  3. package/node_modules/@mrclrchtr/supi-code-runtime/package.json +2 -2
  4. package/node_modules/@mrclrchtr/supi-code-runtime/src/api.ts +2 -2
  5. package/node_modules/@mrclrchtr/supi-core/package.json +2 -1
  6. package/node_modules/@mrclrchtr/supi-core/src/api.ts +2 -0
  7. package/node_modules/@mrclrchtr/supi-lsp/node_modules/@mrclrchtr/supi-code-runtime/node_modules/@mrclrchtr/supi-core/package.json +2 -1
  8. package/node_modules/@mrclrchtr/supi-lsp/node_modules/@mrclrchtr/supi-code-runtime/node_modules/@mrclrchtr/supi-core/src/api.ts +2 -0
  9. package/node_modules/@mrclrchtr/supi-lsp/node_modules/@mrclrchtr/supi-code-runtime/package.json +2 -2
  10. package/node_modules/@mrclrchtr/supi-lsp/node_modules/@mrclrchtr/supi-code-runtime/src/api.ts +2 -2
  11. package/node_modules/@mrclrchtr/supi-lsp/node_modules/@mrclrchtr/supi-core/package.json +2 -1
  12. package/node_modules/@mrclrchtr/supi-lsp/node_modules/@mrclrchtr/supi-core/src/api.ts +2 -0
  13. package/node_modules/@mrclrchtr/supi-lsp/node_modules/@mrclrchtr/supi-core/src/evidence-badge.ts +40 -0
  14. package/node_modules/@mrclrchtr/supi-lsp/package.json +3 -3
  15. package/node_modules/@mrclrchtr/supi-tree-sitter/node_modules/@mrclrchtr/supi-code-runtime/node_modules/@mrclrchtr/supi-core/package.json +2 -1
  16. package/node_modules/@mrclrchtr/supi-tree-sitter/node_modules/@mrclrchtr/supi-code-runtime/node_modules/@mrclrchtr/supi-core/src/api.ts +2 -0
  17. package/node_modules/@mrclrchtr/supi-tree-sitter/node_modules/@mrclrchtr/supi-code-runtime/node_modules/@mrclrchtr/supi-core/src/evidence-badge.ts +40 -0
  18. package/node_modules/@mrclrchtr/supi-tree-sitter/node_modules/@mrclrchtr/supi-code-runtime/package.json +2 -2
  19. package/node_modules/@mrclrchtr/supi-tree-sitter/node_modules/@mrclrchtr/supi-code-runtime/src/api.ts +2 -2
  20. package/node_modules/@mrclrchtr/supi-tree-sitter/node_modules/@mrclrchtr/supi-core/package.json +2 -1
  21. package/node_modules/@mrclrchtr/supi-tree-sitter/node_modules/@mrclrchtr/supi-core/src/api.ts +2 -0
  22. package/node_modules/@mrclrchtr/supi-tree-sitter/node_modules/@mrclrchtr/supi-core/src/evidence-badge.ts +40 -0
  23. package/node_modules/@mrclrchtr/supi-tree-sitter/package.json +3 -3
  24. package/package.json +5 -5
  25. /package/node_modules/@mrclrchtr/supi-code-runtime/{src → node_modules/@mrclrchtr/supi-core/src}/evidence-badge.ts +0 -0
  26. /package/node_modules/@mrclrchtr/{supi-lsp/node_modules/@mrclrchtr/supi-code-runtime → supi-core}/src/evidence-badge.ts +0 -0
  27. /package/node_modules/@mrclrchtr/{supi-tree-sitter/node_modules/@mrclrchtr/supi-code-runtime → supi-lsp/node_modules/@mrclrchtr/supi-code-runtime/node_modules/@mrclrchtr/supi-core}/src/evidence-badge.ts +0 -0
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mrclrchtr/supi-core",
3
- "version": "2.8.0",
3
+ "version": "3.1.0",
4
4
  "description": "SuPi core — shared infrastructure for SuPi extensions (XML context tags, config system)",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -55,6 +55,7 @@
55
55
  "./config": "./src/config.ts",
56
56
  "./context": "./src/context.ts",
57
57
  "./debug": "./src/debug-registry.ts",
58
+ "./evidence-badge": "./src/evidence-badge.ts",
58
59
  "./footer-registry": "./src/footer-registry.ts",
59
60
  "./llm": "./src/llm.ts",
60
61
  "./model-selection": "./src/model-selection.ts",
@@ -15,6 +15,8 @@ export * from "./context.ts";
15
15
  // biome-ignore lint/performance/noReExportAll: intentional convenience barrel
16
16
  export * from "./debug-registry.ts";
17
17
  // biome-ignore lint/performance/noReExportAll: intentional convenience barrel
18
+ export * from "./evidence-badge.ts";
19
+ // biome-ignore lint/performance/noReExportAll: intentional convenience barrel
18
20
  export * from "./footer-registry.ts";
19
21
  // biome-ignore lint/performance/noReExportAll: intentional convenience barrel
20
22
  export * from "./llm.ts";
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mrclrchtr/supi-code-runtime",
3
- "version": "2.8.0",
3
+ "version": "3.1.0",
4
4
  "description": "SuPi code-runtime — shared workspace context, capability contracts, and canonical types for the code-understanding stack",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -29,7 +29,7 @@
29
29
  "!__tests__"
30
30
  ],
31
31
  "dependencies": {
32
- "@mrclrchtr/supi-core": "2.8.0"
32
+ "@mrclrchtr/supi-core": "3.1.0"
33
33
  },
34
34
  "bundledDependencies": [
35
35
  "@mrclrchtr/supi-core"
@@ -6,6 +6,8 @@
6
6
  * It is a library-only package with no pi extension entrypoint.
7
7
  */
8
8
 
9
+ // Evidence display — re-exported from supi-core
10
+ export { type EvidenceBadgeInput, formatEvidenceBadge } from "@mrclrchtr/supi-core/evidence-badge";
9
11
  // Capability interfaces and availability states
10
12
  export type {
11
13
  CapabilityState,
@@ -13,8 +15,6 @@ export type {
13
15
  StructuralProvider,
14
16
  StructuralResult,
15
17
  } from "./capability/types.ts";
16
- // Evidence display
17
- export { type EvidenceBadgeInput, formatEvidenceBadge } from "./evidence-badge.ts";
18
18
  // Shared canonical types
19
19
  export type {
20
20
  CalleeDepth,
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mrclrchtr/supi-core",
3
- "version": "2.8.0",
3
+ "version": "3.1.0",
4
4
  "description": "SuPi core — shared infrastructure for SuPi extensions (XML context tags, config system)",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -55,6 +55,7 @@
55
55
  "./config": "./src/config.ts",
56
56
  "./context": "./src/context.ts",
57
57
  "./debug": "./src/debug-registry.ts",
58
+ "./evidence-badge": "./src/evidence-badge.ts",
58
59
  "./footer-registry": "./src/footer-registry.ts",
59
60
  "./llm": "./src/llm.ts",
60
61
  "./model-selection": "./src/model-selection.ts",
@@ -15,6 +15,8 @@ export * from "./context.ts";
15
15
  // biome-ignore lint/performance/noReExportAll: intentional convenience barrel
16
16
  export * from "./debug-registry.ts";
17
17
  // biome-ignore lint/performance/noReExportAll: intentional convenience barrel
18
+ export * from "./evidence-badge.ts";
19
+ // biome-ignore lint/performance/noReExportAll: intentional convenience barrel
18
20
  export * from "./footer-registry.ts";
19
21
  // biome-ignore lint/performance/noReExportAll: intentional convenience barrel
20
22
  export * from "./llm.ts";
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mrclrchtr/supi-core",
3
- "version": "2.8.0",
3
+ "version": "3.1.0",
4
4
  "description": "SuPi core — shared infrastructure for SuPi extensions (XML context tags, config system)",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -59,6 +59,7 @@
59
59
  "./config": "./src/config.ts",
60
60
  "./context": "./src/context.ts",
61
61
  "./debug": "./src/debug-registry.ts",
62
+ "./evidence-badge": "./src/evidence-badge.ts",
62
63
  "./footer-registry": "./src/footer-registry.ts",
63
64
  "./llm": "./src/llm.ts",
64
65
  "./model-selection": "./src/model-selection.ts",
@@ -15,6 +15,8 @@ export * from "./context.ts";
15
15
  // biome-ignore lint/performance/noReExportAll: intentional convenience barrel
16
16
  export * from "./debug-registry.ts";
17
17
  // biome-ignore lint/performance/noReExportAll: intentional convenience barrel
18
+ export * from "./evidence-badge.ts";
19
+ // biome-ignore lint/performance/noReExportAll: intentional convenience barrel
18
20
  export * from "./footer-registry.ts";
19
21
  // biome-ignore lint/performance/noReExportAll: intentional convenience barrel
20
22
  export * from "./llm.ts";
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mrclrchtr/supi-code-runtime",
3
- "version": "2.8.0",
3
+ "version": "3.1.0",
4
4
  "description": "SuPi code-runtime — shared workspace context, capability contracts, and canonical types for the code-understanding stack",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -29,7 +29,7 @@
29
29
  "!__tests__"
30
30
  ],
31
31
  "dependencies": {
32
- "@mrclrchtr/supi-core": "2.8.0"
32
+ "@mrclrchtr/supi-core": "3.1.0"
33
33
  },
34
34
  "bundledDependencies": [
35
35
  "@mrclrchtr/supi-core"
@@ -6,6 +6,8 @@
6
6
  * It is a library-only package with no pi extension entrypoint.
7
7
  */
8
8
 
9
+ // Evidence display — re-exported from supi-core
10
+ export { type EvidenceBadgeInput, formatEvidenceBadge } from "@mrclrchtr/supi-core/evidence-badge";
9
11
  // Capability interfaces and availability states
10
12
  export type {
11
13
  CapabilityState,
@@ -13,8 +15,6 @@ export type {
13
15
  StructuralProvider,
14
16
  StructuralResult,
15
17
  } from "./capability/types.ts";
16
- // Evidence display
17
- export { type EvidenceBadgeInput, formatEvidenceBadge } from "./evidence-badge.ts";
18
18
  // Shared canonical types
19
19
  export type {
20
20
  CalleeDepth,
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mrclrchtr/supi-core",
3
- "version": "2.8.0",
3
+ "version": "3.1.0",
4
4
  "description": "SuPi core — shared infrastructure for SuPi extensions (XML context tags, config system)",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -55,6 +55,7 @@
55
55
  "./config": "./src/config.ts",
56
56
  "./context": "./src/context.ts",
57
57
  "./debug": "./src/debug-registry.ts",
58
+ "./evidence-badge": "./src/evidence-badge.ts",
58
59
  "./footer-registry": "./src/footer-registry.ts",
59
60
  "./llm": "./src/llm.ts",
60
61
  "./model-selection": "./src/model-selection.ts",
@@ -15,6 +15,8 @@ export * from "./context.ts";
15
15
  // biome-ignore lint/performance/noReExportAll: intentional convenience barrel
16
16
  export * from "./debug-registry.ts";
17
17
  // biome-ignore lint/performance/noReExportAll: intentional convenience barrel
18
+ export * from "./evidence-badge.ts";
19
+ // biome-ignore lint/performance/noReExportAll: intentional convenience barrel
18
20
  export * from "./footer-registry.ts";
19
21
  // biome-ignore lint/performance/noReExportAll: intentional convenience barrel
20
22
  export * from "./llm.ts";
@@ -0,0 +1,40 @@
1
+ /**
2
+ * TUI-facing evidence badge string formatter.
3
+ *
4
+ * Pure string formatting — no pi-tui dependency. Consumes evidence
5
+ * completeness metadata and produces compact human-readable badges.
6
+ */
7
+
8
+ /** Metadata describing how many evidence atoms were shown vs exist. */
9
+ export interface EvidenceBadgeInput {
10
+ shownCount: number;
11
+ totalCount: number | null;
12
+ omittedCount: number | null;
13
+ partialReason: string | null;
14
+ /** Human-readable label for the badge, e.g. "references", "symbols". */
15
+ label: string;
16
+ }
17
+
18
+ /**
19
+ * Format a compact evidence completeness badge.
20
+ *
21
+ * | Input | Output |
22
+ * |------------------------------------------------------|---------------------------------------|
23
+ * | shown=12, total=12, omitted=0, label="references" | `12 references` |
24
+ * | shown=8, total=20, omitted=12, label="symbols" | `8 of 20 symbols (12 omitted)` |
25
+ * | shown=5, total=null, reason="timeout", label="matches" | `5 matches — timeout` |
26
+ */
27
+ export function formatEvidenceBadge(input: EvidenceBadgeInput): string {
28
+ const { shownCount, totalCount, omittedCount, partialReason, label } = input;
29
+
30
+ if (totalCount === null) {
31
+ const reasonSuffix = partialReason ? ` — ${partialReason}` : "";
32
+ return `${shownCount} ${label}${reasonSuffix}`;
33
+ }
34
+
35
+ if (omittedCount !== null && omittedCount > 0) {
36
+ return `${shownCount} of ${totalCount} ${label} (${omittedCount} omitted)`;
37
+ }
38
+
39
+ return `${shownCount} ${label}`;
40
+ }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mrclrchtr/supi-lsp",
3
- "version": "2.8.0",
3
+ "version": "3.1.0",
4
4
  "description": "SuPi LSP extension — Language Server Protocol integration for pi",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -38,8 +38,8 @@
38
38
  "vscode-jsonrpc": "^9.0.0",
39
39
  "vscode-languageserver-protocol": "^3.17.5",
40
40
  "vscode-languageserver-types": "^3.17.5",
41
- "@mrclrchtr/supi-code-runtime": "2.8.0",
42
- "@mrclrchtr/supi-core": "2.8.0"
41
+ "@mrclrchtr/supi-code-runtime": "3.1.0",
42
+ "@mrclrchtr/supi-core": "3.1.0"
43
43
  },
44
44
  "bundledDependencies": [
45
45
  "@mrclrchtr/supi-code-runtime",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mrclrchtr/supi-core",
3
- "version": "2.8.0",
3
+ "version": "3.1.0",
4
4
  "description": "SuPi core — shared infrastructure for SuPi extensions (XML context tags, config system)",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -59,6 +59,7 @@
59
59
  "./config": "./src/config.ts",
60
60
  "./context": "./src/context.ts",
61
61
  "./debug": "./src/debug-registry.ts",
62
+ "./evidence-badge": "./src/evidence-badge.ts",
62
63
  "./footer-registry": "./src/footer-registry.ts",
63
64
  "./llm": "./src/llm.ts",
64
65
  "./model-selection": "./src/model-selection.ts",
@@ -15,6 +15,8 @@ export * from "./context.ts";
15
15
  // biome-ignore lint/performance/noReExportAll: intentional convenience barrel
16
16
  export * from "./debug-registry.ts";
17
17
  // biome-ignore lint/performance/noReExportAll: intentional convenience barrel
18
+ export * from "./evidence-badge.ts";
19
+ // biome-ignore lint/performance/noReExportAll: intentional convenience barrel
18
20
  export * from "./footer-registry.ts";
19
21
  // biome-ignore lint/performance/noReExportAll: intentional convenience barrel
20
22
  export * from "./llm.ts";
@@ -0,0 +1,40 @@
1
+ /**
2
+ * TUI-facing evidence badge string formatter.
3
+ *
4
+ * Pure string formatting — no pi-tui dependency. Consumes evidence
5
+ * completeness metadata and produces compact human-readable badges.
6
+ */
7
+
8
+ /** Metadata describing how many evidence atoms were shown vs exist. */
9
+ export interface EvidenceBadgeInput {
10
+ shownCount: number;
11
+ totalCount: number | null;
12
+ omittedCount: number | null;
13
+ partialReason: string | null;
14
+ /** Human-readable label for the badge, e.g. "references", "symbols". */
15
+ label: string;
16
+ }
17
+
18
+ /**
19
+ * Format a compact evidence completeness badge.
20
+ *
21
+ * | Input | Output |
22
+ * |------------------------------------------------------|---------------------------------------|
23
+ * | shown=12, total=12, omitted=0, label="references" | `12 references` |
24
+ * | shown=8, total=20, omitted=12, label="symbols" | `8 of 20 symbols (12 omitted)` |
25
+ * | shown=5, total=null, reason="timeout", label="matches" | `5 matches — timeout` |
26
+ */
27
+ export function formatEvidenceBadge(input: EvidenceBadgeInput): string {
28
+ const { shownCount, totalCount, omittedCount, partialReason, label } = input;
29
+
30
+ if (totalCount === null) {
31
+ const reasonSuffix = partialReason ? ` — ${partialReason}` : "";
32
+ return `${shownCount} ${label}${reasonSuffix}`;
33
+ }
34
+
35
+ if (omittedCount !== null && omittedCount > 0) {
36
+ return `${shownCount} of ${totalCount} ${label} (${omittedCount} omitted)`;
37
+ }
38
+
39
+ return `${shownCount} ${label}`;
40
+ }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mrclrchtr/supi-code-runtime",
3
- "version": "2.8.0",
3
+ "version": "3.1.0",
4
4
  "description": "SuPi code-runtime — shared workspace context, capability contracts, and canonical types for the code-understanding stack",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -29,7 +29,7 @@
29
29
  "!__tests__"
30
30
  ],
31
31
  "dependencies": {
32
- "@mrclrchtr/supi-core": "2.8.0"
32
+ "@mrclrchtr/supi-core": "3.1.0"
33
33
  },
34
34
  "bundledDependencies": [
35
35
  "@mrclrchtr/supi-core"
@@ -6,6 +6,8 @@
6
6
  * It is a library-only package with no pi extension entrypoint.
7
7
  */
8
8
 
9
+ // Evidence display — re-exported from supi-core
10
+ export { type EvidenceBadgeInput, formatEvidenceBadge } from "@mrclrchtr/supi-core/evidence-badge";
9
11
  // Capability interfaces and availability states
10
12
  export type {
11
13
  CapabilityState,
@@ -13,8 +15,6 @@ export type {
13
15
  StructuralProvider,
14
16
  StructuralResult,
15
17
  } from "./capability/types.ts";
16
- // Evidence display
17
- export { type EvidenceBadgeInput, formatEvidenceBadge } from "./evidence-badge.ts";
18
18
  // Shared canonical types
19
19
  export type {
20
20
  CalleeDepth,
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mrclrchtr/supi-core",
3
- "version": "2.8.0",
3
+ "version": "3.1.0",
4
4
  "description": "SuPi core — shared infrastructure for SuPi extensions (XML context tags, config system)",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -55,6 +55,7 @@
55
55
  "./config": "./src/config.ts",
56
56
  "./context": "./src/context.ts",
57
57
  "./debug": "./src/debug-registry.ts",
58
+ "./evidence-badge": "./src/evidence-badge.ts",
58
59
  "./footer-registry": "./src/footer-registry.ts",
59
60
  "./llm": "./src/llm.ts",
60
61
  "./model-selection": "./src/model-selection.ts",
@@ -15,6 +15,8 @@ export * from "./context.ts";
15
15
  // biome-ignore lint/performance/noReExportAll: intentional convenience barrel
16
16
  export * from "./debug-registry.ts";
17
17
  // biome-ignore lint/performance/noReExportAll: intentional convenience barrel
18
+ export * from "./evidence-badge.ts";
19
+ // biome-ignore lint/performance/noReExportAll: intentional convenience barrel
18
20
  export * from "./footer-registry.ts";
19
21
  // biome-ignore lint/performance/noReExportAll: intentional convenience barrel
20
22
  export * from "./llm.ts";
@@ -0,0 +1,40 @@
1
+ /**
2
+ * TUI-facing evidence badge string formatter.
3
+ *
4
+ * Pure string formatting — no pi-tui dependency. Consumes evidence
5
+ * completeness metadata and produces compact human-readable badges.
6
+ */
7
+
8
+ /** Metadata describing how many evidence atoms were shown vs exist. */
9
+ export interface EvidenceBadgeInput {
10
+ shownCount: number;
11
+ totalCount: number | null;
12
+ omittedCount: number | null;
13
+ partialReason: string | null;
14
+ /** Human-readable label for the badge, e.g. "references", "symbols". */
15
+ label: string;
16
+ }
17
+
18
+ /**
19
+ * Format a compact evidence completeness badge.
20
+ *
21
+ * | Input | Output |
22
+ * |------------------------------------------------------|---------------------------------------|
23
+ * | shown=12, total=12, omitted=0, label="references" | `12 references` |
24
+ * | shown=8, total=20, omitted=12, label="symbols" | `8 of 20 symbols (12 omitted)` |
25
+ * | shown=5, total=null, reason="timeout", label="matches" | `5 matches — timeout` |
26
+ */
27
+ export function formatEvidenceBadge(input: EvidenceBadgeInput): string {
28
+ const { shownCount, totalCount, omittedCount, partialReason, label } = input;
29
+
30
+ if (totalCount === null) {
31
+ const reasonSuffix = partialReason ? ` — ${partialReason}` : "";
32
+ return `${shownCount} ${label}${reasonSuffix}`;
33
+ }
34
+
35
+ if (omittedCount !== null && omittedCount > 0) {
36
+ return `${shownCount} of ${totalCount} ${label} (${omittedCount} omitted)`;
37
+ }
38
+
39
+ return `${shownCount} ${label}`;
40
+ }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mrclrchtr/supi-tree-sitter",
3
- "version": "2.8.0",
3
+ "version": "3.1.0",
4
4
  "description": "SuPi Tree-sitter extension — structural AST analysis for pi",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -35,8 +35,8 @@
35
35
  ],
36
36
  "dependencies": {
37
37
  "web-tree-sitter": "^0.26.8",
38
- "@mrclrchtr/supi-code-runtime": "2.8.0",
39
- "@mrclrchtr/supi-core": "2.8.0"
38
+ "@mrclrchtr/supi-code-runtime": "3.1.0",
39
+ "@mrclrchtr/supi-core": "3.1.0"
40
40
  },
41
41
  "bundledDependencies": [
42
42
  "@mrclrchtr/supi-code-runtime",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mrclrchtr/supi-code-intelligence",
3
- "version": "2.8.0",
3
+ "version": "3.1.0",
4
4
  "description": "SuPi Code Intelligence extension — architecture briefs, caller/callee analysis, impact assessment, and pattern search for pi",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -34,10 +34,10 @@
34
34
  ],
35
35
  "dependencies": {
36
36
  "ts-pattern": "^5.9.0",
37
- "@mrclrchtr/supi-core": "2.8.0",
38
- "@mrclrchtr/supi-code-runtime": "2.8.0",
39
- "@mrclrchtr/supi-tree-sitter": "2.8.0",
40
- "@mrclrchtr/supi-lsp": "2.8.0"
37
+ "@mrclrchtr/supi-core": "3.1.0",
38
+ "@mrclrchtr/supi-lsp": "3.1.0",
39
+ "@mrclrchtr/supi-code-runtime": "3.1.0",
40
+ "@mrclrchtr/supi-tree-sitter": "3.1.0"
41
41
  },
42
42
  "bundledDependencies": [
43
43
  "@mrclrchtr/supi-code-runtime",