@glasstrace/sdk 1.3.5 → 1.3.6
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/{chunk-EK6MYHR2.js → chunk-IY6A6EXS.js} +25 -18
- package/dist/{chunk-EK6MYHR2.js.map → chunk-IY6A6EXS.js.map} +1 -1
- package/dist/{chunk-P4OYPFQ5.js → chunk-TZMYGEMB.js} +2 -2
- package/dist/chunk-TZMYGEMB.js.map +1 -0
- package/dist/cli/init.cjs +2 -2
- package/dist/cli/init.cjs.map +1 -1
- package/dist/cli/init.js +2 -2
- package/dist/cli/mcp-add.cjs +1 -1
- package/dist/cli/mcp-add.cjs.map +1 -1
- package/dist/cli/mcp-add.js +1 -1
- package/dist/index.cjs +24 -17
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/node-entry.cjs +26 -19
- package/dist/node-entry.cjs.map +1 -1
- package/dist/node-entry.js +1 -1
- package/package.json +1 -1
- package/dist/chunk-P4OYPFQ5.js.map +0 -1
package/dist/cli/init.js
CHANGED
|
@@ -29,7 +29,7 @@ import {
|
|
|
29
29
|
injectInfoSection,
|
|
30
30
|
updateGitignore,
|
|
31
31
|
writeMcpConfig
|
|
32
|
-
} from "../chunk-
|
|
32
|
+
} from "../chunk-TZMYGEMB.js";
|
|
33
33
|
import {
|
|
34
34
|
MCP_ENDPOINT,
|
|
35
35
|
getOrCreateAnonKey,
|
|
@@ -994,7 +994,7 @@ async function verifyAnonKeyRegistration(projectRoot) {
|
|
|
994
994
|
}
|
|
995
995
|
const baseConfig = resolveConfig({ apiKey: devKey });
|
|
996
996
|
const config = { ...baseConfig, apiKey: devKey };
|
|
997
|
-
const sdkVersion = true ? "1.3.
|
|
997
|
+
const sdkVersion = true ? "1.3.6" : "0.0.0-dev";
|
|
998
998
|
const result = await verifyInitReachable(config, anonKey, sdkVersion);
|
|
999
999
|
if (result.ok) {
|
|
1000
1000
|
return { outcome: "verified" };
|
package/dist/cli/mcp-add.cjs
CHANGED
|
@@ -14528,7 +14528,7 @@ function generateInfoSection(agent, endpoint) {
|
|
|
14528
14528
|
"- `get_latest_error` - Get the most recent error trace from the current session",
|
|
14529
14529
|
"- `get_error_list` - List recent errors with filtering and pagination",
|
|
14530
14530
|
"- `get_trace` - Get a specific trace by ID or URL pattern",
|
|
14531
|
-
"- `get_root_cause` - Get the
|
|
14531
|
+
"- `get_root_cause` - Get the root cause analysis for a specific error trace (requires a `traceId` from `get_latest_error`, `get_error_list`, or `get_trace`)",
|
|
14532
14532
|
"- `get_test_suggestions` - Get test suggestions based on recent errors",
|
|
14533
14533
|
"- `get_session_timeline` - Get the timeline of all traces in the current session",
|
|
14534
14534
|
"",
|