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.
Files changed (2) hide show
  1. package/dist/bot.js +1 -1
  2. 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.37';
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
  // ---------------------------------------------------------------------------
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pikiclaw",
3
- "version": "0.2.37",
3
+ "version": "0.2.39",
4
4
  "description": "The best IM-driven remote coding experience. Bridge AI coding agents to any IM.",
5
5
  "type": "module",
6
6
  "bin": {