autohand-cli 0.2.0 → 0.3.0

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.
@@ -5,7 +5,7 @@ import readline from "readline";
5
5
  // package.json
6
6
  var package_default = {
7
7
  name: "autohand-cli",
8
- version: "0.2.0",
8
+ version: "0.3.0",
9
9
  description: "Autohand interactive coding agent CLI powered by LLMs.",
10
10
  type: "module",
11
11
  bin: {
package/dist/index.cjs CHANGED
@@ -36,7 +36,7 @@ var init_package = __esm({
36
36
  "package.json"() {
37
37
  package_default = {
38
38
  name: "autohand-cli",
39
- version: "0.2.0",
39
+ version: "0.3.0",
40
40
  description: "Autohand interactive coding agent CLI powered by LLMs.",
41
41
  type: "module",
42
42
  bin: {
package/dist/index.js CHANGED
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  metadata as metadata18,
10
10
  package_default
11
- } from "./chunk-4UISIRMD.js";
11
+ } from "./chunk-36DMDDA7.js";
12
12
  import {
13
13
  metadata as metadata19
14
14
  } from "./chunk-UW2LYWIM.js";
@@ -5694,7 +5694,7 @@ var SlashCommandHandler = class {
5694
5694
  return null;
5695
5695
  }
5696
5696
  case "/status": {
5697
- const { status } = await import("./status-XAJH67SE.js");
5697
+ const { status } = await import("./status-GVCEBMAV.js");
5698
5698
  return status(this.ctx);
5699
5699
  }
5700
5700
  case "/login": {
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  metadata,
3
3
  status
4
- } from "./chunk-4UISIRMD.js";
4
+ } from "./chunk-36DMDDA7.js";
5
5
  export {
6
6
  metadata,
7
7
  status
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "autohand-cli",
3
- "version": "0.2.0",
3
+ "version": "0.3.0",
4
4
  "description": "Autohand interactive coding agent CLI powered by LLMs.",
5
5
  "type": "module",
6
6
  "bin": {