pikiclaw 0.2.37 → 0.2.39
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/bot.js +1 -1
- package/package.json +1 -1
package/dist/bot.js
CHANGED
|
@@ -11,7 +11,7 @@ import { getActiveUserConfig, onUserConfigChange, resolveUserWorkdir, setUserWor
|
|
|
11
11
|
import { doStream, getSessions, getSessionTail, getUsage, initializeProjectSkills, listAgents, listModels, listSkills, isPendingSessionId, } from './code-agent.js';
|
|
12
12
|
import { getDriver, hasDriver, allDriverIds } from './agent-driver.js';
|
|
13
13
|
import { terminateProcessTree } from './process-control.js';
|
|
14
|
-
export const VERSION = '0.2.
|
|
14
|
+
export const VERSION = '0.2.39';
|
|
15
15
|
const MACOS_USER_ACTIVITY_PULSE_INTERVAL_MS = 20_000;
|
|
16
16
|
const MACOS_USER_ACTIVITY_PULSE_TIMEOUT_S = 30;
|
|
17
17
|
// ---------------------------------------------------------------------------
|