@wanghuimvp/axon 0.5.6 → 0.5.8

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/README.md +14 -4
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,10 +1,20 @@
1
- # axon
1
+ # Axon
2
2
 
3
- A fast, open-source AI coding agent for the terminal — a rebranded fork of [opencode](https://github.com/anomalyco/opencode) (MIT).
3
+ A fast, open-source AI coding agent for your terminal — a fork of [opencode](https://github.com/anomalyco/opencode) (MIT).
4
4
 
5
5
  ```bash
6
6
  npm i -g @wanghuimvp/axon
7
- axon --help
7
+ axon
8
8
  ```
9
9
 
10
- See the [project README](https://github.com/Wade-DevCode/axon) for install, usage, and configuration.
10
+ Rich TUI, multi-provider models, plugins, MCP, and LSP. Press `Tab` to switch modes: **build · plan · ask · debug · orchestrator**.
11
+
12
+ ```bash
13
+ axon # start the TUI
14
+ axon run "<message>" # non-interactive run
15
+ axon --help # all commands
16
+ ```
17
+
18
+ See the [project README](https://github.com/Wade-DevCode/axon) for full install, usage, and configuration.
19
+
20
+ > Windows (x64) is published today; macOS and Linux builds are on the way.
package/package.json CHANGED
@@ -6,7 +6,7 @@
6
6
  "scripts": {
7
7
  "postinstall": "node ./postinstall.mjs"
8
8
  },
9
- "version": "0.5.6",
9
+ "version": "0.5.8",
10
10
  "license": "MIT",
11
11
  "os": [
12
12
  "darwin",
@@ -18,6 +18,6 @@
18
18
  "x64"
19
19
  ],
20
20
  "optionalDependencies": {
21
- "axon-windows-x64": "0.5.6"
21
+ "axon-windows-x64": "0.5.8"
22
22
  }
23
23
  }