vole-agent 0.1.0 → 0.1.1

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/app.js CHANGED
@@ -3,7 +3,7 @@ import {
3
3
  CliChatSession,
4
4
  loadConfig,
5
5
  renderToolResult
6
- } from "./chunk-RPVF2IWG.js";
6
+ } from "./chunk-S6F7XLCY.js";
7
7
 
8
8
  // src/app.tsx
9
9
  import { useState, useEffect, useCallback, useMemo, useRef as useRef2 } from "react";
@@ -4563,9 +4563,7 @@ async function main() {
4563
4563
  process.stderr.write(result.stderr);
4564
4564
  process.exitCode = result.exitCode;
4565
4565
  }
4566
- if (process.argv[1] === fileURLToPath(import.meta.url)) {
4567
- void main();
4568
- }
4566
+ void main();
4569
4567
 
4570
4568
  export {
4571
4569
  loadConfig,
package/dist/index.js CHANGED
@@ -8,7 +8,7 @@ import {
8
8
  renderTodosProgress,
9
9
  renderToolResult,
10
10
  runCli
11
- } from "./chunk-RPVF2IWG.js";
11
+ } from "./chunk-S6F7XLCY.js";
12
12
  export {
13
13
  CliChatSession,
14
14
  cliPackageName,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vole-agent",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "A capable coding and general-purpose agent",
5
5
  "type": "module",
6
6
  "bin": {