@blade-hq/agent-client 2610.0.0-beta.22 → 2610.0.0-beta.24
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 +3 -2
- package/dist/index.js.map +1 -1
- package/dist/session/agent-session.d.ts +2 -0
- package/dist/types/socket-events.d.ts +2 -0
- package/package.json +1 -1
- package/public-api.md +1 -0
package/dist/index.js
CHANGED
|
@@ -3695,7 +3695,8 @@ 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
|
|
3698
|
+
app_context: appContext,
|
|
3699
|
+
kb_ids: options.kbIds && options.kbIds.length > 0 ? options.kbIds : void 0
|
|
3699
3700
|
};
|
|
3700
3701
|
try {
|
|
3701
3702
|
await this.ensureJoined();
|
|
@@ -4650,7 +4651,7 @@ function resolveAuthToken(options) {
|
|
|
4650
4651
|
|
|
4651
4652
|
// src/version.ts
|
|
4652
4653
|
var SDK_NAME = "agent-client";
|
|
4653
|
-
var SDK_VERSION = true ? "2610.0.0-beta.
|
|
4654
|
+
var SDK_VERSION = true ? "2610.0.0-beta.24" : "1.1.1";
|
|
4654
4655
|
|
|
4655
4656
|
// src/socket.ts
|
|
4656
4657
|
function withSdkIdentity(auth) {
|