blun-king-cli 9.1.433 → 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.
- package/blun.mjs +2 -2
- package/package.json +1 -1
package/blun.mjs
CHANGED
|
@@ -232256,7 +232256,7 @@ var init_validated_learning_signal = __esmMin((() => {
|
|
|
232256
232256
|
const signal = syncValidatedLearningCandidate(this.agent.context.history, {
|
|
232257
232257
|
homeDir: process.env["BLUN_SHARED_HOME"] ?? process.env["BLUN_HOME"] ?? "",
|
|
232258
232258
|
profile: process.env["BLUN_PROFILE"] ?? "default",
|
|
232259
|
-
projectDir:
|
|
232259
|
+
projectDir: this.agent.config.cwd
|
|
232260
232260
|
});
|
|
232261
232261
|
if (signal === null) {
|
|
232262
232262
|
if (existing.length > 0) this.agent.context.removeSystemRemindersMatching(isValidatedLearningSignalReminder);
|
|
@@ -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:
|
|
517526
|
+
workDir: this.state.appState.workDir
|
|
517527
517527
|
});
|
|
517528
517528
|
const routedEnvelopeBase = urgentEnvelope ?? directEnvelope ?? envelope;
|
|
517529
517529
|
const routedEnvelope = identity?.model_context ? {
|