@blade-hq/agent-client 2610.0.0-beta.20 → 2610.0.0-beta.22

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/index.js CHANGED
@@ -3695,8 +3695,7 @@ var AgentSession = class _AgentSession {
3695
3695
  thinking_override: options.thinkingOverride,
3696
3696
  whatif: options.whatif,
3697
3697
  replay_decision: options.replayDecision,
3698
- app_context: appContext,
3699
- kb_ids: options.kbIds && options.kbIds.length > 0 ? options.kbIds : void 0
3698
+ app_context: appContext
3700
3699
  };
3701
3700
  try {
3702
3701
  await this.ensureJoined();
@@ -4651,7 +4650,7 @@ function resolveAuthToken(options) {
4651
4650
 
4652
4651
  // src/version.ts
4653
4652
  var SDK_NAME = "agent-client";
4654
- var SDK_VERSION = true ? "2610.0.0-beta.20" : "1.1.1";
4653
+ var SDK_VERSION = true ? "2610.0.0-beta.22" : "1.1.1";
4655
4654
 
4656
4655
  // src/socket.ts
4657
4656
  function withSdkIdentity(auth) {