blun-king-cli 9.1.434 → 9.1.435

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.
Files changed (2) hide show
  1. package/blun.mjs +1 -1
  2. package/package.json +1 -1
package/blun.mjs CHANGED
@@ -517523,7 +517523,7 @@ var BlunTUI = class {
517523
517523
  ...this.streamingUI.getTurnContext(),
517524
517524
  agentId: this.harness.interactiveAgentId,
517525
517525
  queueDepth: this.state.queuedMessages.length,
517526
- workDir: process.cwd()
517526
+ workDir: this.state.appState.workDir
517527
517527
  });
517528
517528
  const routedEnvelopeBase = urgentEnvelope ?? directEnvelope ?? envelope;
517529
517529
  const routedEnvelope = identity?.model_context ? {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "blun-king-cli",
3
- "version": "9.1.434",
3
+ "version": "9.1.435",
4
4
  "description": "BLUN CLI - your own AI agent with a Telegram channel. Get it done. With BLUN.",
5
5
  "license": "MIT",
6
6
  "bin": {