@glasstrace/sdk 0.17.1 → 0.17.2
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/README.md +12 -0
- package/dist/{chunk-CTJI2YKA.js → chunk-HAU66QBQ.js} +2 -1
- package/dist/chunk-HAU66QBQ.js.map +1 -0
- package/dist/{chunk-UUUKI65I.js → chunk-IOPCSX6C.js} +12 -4
- package/dist/chunk-IOPCSX6C.js.map +1 -0
- package/dist/cli/init.cjs +2 -1
- package/dist/cli/init.cjs.map +1 -1
- package/dist/cli/init.js +3 -3
- package/dist/cli/mcp-add.cjs +1 -0
- package/dist/cli/mcp-add.cjs.map +1 -1
- package/dist/cli/mcp-add.js +1 -1
- package/dist/index.cjs +15 -7
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +5 -5
- package/package.json +2 -2
- package/dist/chunk-CTJI2YKA.js.map +0 -1
- package/dist/chunk-UUUKI65I.js.map +0 -1
package/dist/cli/init.js
CHANGED
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
import {
|
|
6
6
|
buildImportGraph,
|
|
7
7
|
verifyInitReachable
|
|
8
|
-
} from "../chunk-
|
|
8
|
+
} from "../chunk-IOPCSX6C.js";
|
|
9
9
|
import {
|
|
10
10
|
resolveConfig
|
|
11
11
|
} from "../chunk-VUZCLMIX.js";
|
|
@@ -23,7 +23,7 @@ import {
|
|
|
23
23
|
injectInfoSection,
|
|
24
24
|
updateGitignore,
|
|
25
25
|
writeMcpConfig
|
|
26
|
-
} from "../chunk-
|
|
26
|
+
} from "../chunk-HAU66QBQ.js";
|
|
27
27
|
import {
|
|
28
28
|
getOrCreateAnonKey,
|
|
29
29
|
readAnonKey
|
|
@@ -509,7 +509,7 @@ async function verifyAnonKeyRegistration(projectRoot) {
|
|
|
509
509
|
}
|
|
510
510
|
const baseConfig = resolveConfig({ apiKey: devKey });
|
|
511
511
|
const config = { ...baseConfig, apiKey: devKey };
|
|
512
|
-
const sdkVersion = true ? "0.17.
|
|
512
|
+
const sdkVersion = true ? "0.17.2" : "0.0.0-dev";
|
|
513
513
|
const result = await verifyInitReachable(config, anonKey, sdkVersion);
|
|
514
514
|
if (result.ok) {
|
|
515
515
|
return { outcome: "verified" };
|
package/dist/cli/mcp-add.cjs
CHANGED
|
@@ -14249,6 +14249,7 @@ function generateInfoSection(agent, endpoint) {
|
|
|
14249
14249
|
"",
|
|
14250
14250
|
"Available tools:",
|
|
14251
14251
|
"- `get_latest_error` - Get the most recent error trace from the current session",
|
|
14252
|
+
"- `get_error_list` - List recent errors with filtering and pagination",
|
|
14252
14253
|
"- `get_trace` - Get a specific trace by ID or URL pattern",
|
|
14253
14254
|
"- `get_root_cause` - Get the full span tree and root cause analysis for an error",
|
|
14254
14255
|
"- `get_test_suggestions` - Get test suggestions based on recent errors",
|