@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/dist/cli/init.js CHANGED
@@ -5,7 +5,7 @@ import {
5
5
  import {
6
6
  buildImportGraph,
7
7
  verifyInitReachable
8
- } from "../chunk-UUUKI65I.js";
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-CTJI2YKA.js";
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.1" : "0.0.0-dev";
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" };
@@ -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",