@byteask/cli 0.1.1 → 0.1.2
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/README.md +1 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -7,7 +7,6 @@ C/C++ tooling — talking to the self-hosted ByteAsk gateway.
|
|
|
7
7
|
[](https://pypi.org/project/byteask/)
|
|
8
8
|
[](https://www.npmjs.com/package/@byteask/cli)
|
|
9
9
|
[](https://pypi.org/project/byteask/)
|
|
10
|
-
[](https://code.byteask.ai)
|
|
11
10
|
|
|
12
11
|
```console
|
|
13
12
|
$ byteask
|
|
@@ -127,4 +126,4 @@ machine.
|
|
|
127
126
|
- Home: <https://code.byteask.ai>
|
|
128
127
|
- Install script: <https://code.byteask.ai/install.sh>
|
|
129
128
|
|
|
130
|
-
|
|
129
|
+
© ByteAsk. All rights reserved.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@byteask/cli",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"description": "ByteAsk - AI coding agent CLI for your terminal. Run `npx @byteask/cli` or `npm i -g @byteask/cli`.",
|
|
5
5
|
"bin": {
|
|
6
6
|
"byteask": "bin/byteask.js"
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"cli",
|
|
23
23
|
"tui"
|
|
24
24
|
],
|
|
25
|
-
"license": "
|
|
25
|
+
"license": "UNLICENSED",
|
|
26
26
|
"homepage": "https://code.byteask.ai",
|
|
27
27
|
"repository": {
|
|
28
28
|
"type": "git",
|