@glasstrace/sdk 1.6.1 → 1.8.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.
@@ -14929,7 +14929,7 @@ async function mcpAdd(options) {
14929
14929
  const bearer = resolved.effective.key;
14930
14930
  for (const agent of targetAgents) {
14931
14931
  const name = formatAgentName(agent.name);
14932
- const sdkVersion = true ? "1.6.1" : "0.0.0-dev";
14932
+ const sdkVersion = true ? "1.8.0" : "0.0.0-dev";
14933
14933
  if (agent.name !== "generic") {
14934
14934
  const cliSuccess = await registerViaCli(agent, bearer);
14935
14935
  if (cliSuccess) {
@@ -168,7 +168,7 @@ async function mcpAdd(options) {
168
168
  const bearer = resolved.effective.key;
169
169
  for (const agent of targetAgents) {
170
170
  const name = formatAgentName(agent.name);
171
- const sdkVersion = true ? "1.6.1" : "0.0.0-dev";
171
+ const sdkVersion = true ? "1.8.0" : "0.0.0-dev";
172
172
  if (agent.name !== "generic") {
173
173
  const cliSuccess = await registerViaCli(agent, bearer);
174
174
  if (cliSuccess) {
@@ -395,7 +395,7 @@ async function runUpgradeInstructions(options) {
395
395
  );
396
396
  return { exitCode: 1, refreshed, skipped, warnings, errors };
397
397
  }
398
- const sdkVersion = true ? "1.6.1" : "0.0.0-dev";
398
+ const sdkVersion = true ? "1.8.0" : "0.0.0-dev";
399
399
  for (const agent of agents) {
400
400
  if (agent.infoFilePath === null) {
401
401
  continue;
@@ -36,7 +36,7 @@ async function runUpgradeInstructions(options) {
36
36
  );
37
37
  return { exitCode: 1, refreshed, skipped, warnings, errors };
38
38
  }
39
- const sdkVersion = true ? "1.6.1" : "0.0.0-dev";
39
+ const sdkVersion = true ? "1.8.0" : "0.0.0-dev";
40
40
  for (const agent of agents) {
41
41
  if (agent.infoFilePath === null) {
42
42
  continue;