@deimos24/hst-cli 0.22.7 → 0.22.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.
- package/README.md +13 -3
- package/bundle/gemini.js +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,12 +1,15 @@
|
|
|
1
1
|
# hst-cli
|
|
2
|
+
|
|
2
3
|
<img width="892" height="392" alt="image" src="https://github.com/user-attachments/assets/2f1062ad-838d-4529-a34d-a40ee49adc80" />
|
|
3
4
|
|
|
4
5
|
[](https://github.com/moonixt/hst-cli/blob/main/LICENSE)
|
|
5
6
|
[](https://www.npmjs.com/package/@deimos24/hst-cli)
|
|
6
7
|
|
|
7
|
-
A CLI built to take care of your system, without any restrictive "advice" or
|
|
8
|
+
A CLI built to take care of your system, without any restrictive "advice" or
|
|
9
|
+
"warning" from critical directories.
|
|
8
10
|
|
|
9
|
-
> **Note**: This is a fork of
|
|
11
|
+
> **Note**: This is a fork of
|
|
12
|
+
> [Gemini CLI](https://github.com/google-gemini/gemini-cli) by Google DeepMind.
|
|
10
13
|
|
|
11
14
|
## Features
|
|
12
15
|
|
|
@@ -25,8 +28,15 @@ A CLI built to take care of your system, without any restrictive "advice" or "wa
|
|
|
25
28
|
npm install -g @deimos24/hst-cli
|
|
26
29
|
```
|
|
27
30
|
|
|
31
|
+
### Usage
|
|
32
|
+
|
|
33
|
+
```bash
|
|
34
|
+
hst
|
|
35
|
+
```
|
|
36
|
+
|
|
28
37
|
## 📄 License
|
|
29
38
|
|
|
30
39
|
Apache License 2.0 - See [LICENSE](LICENSE) for details.
|
|
31
40
|
|
|
32
|
-
This is a fork of [Gemini CLI](https://github.com/google-gemini/gemini-cli) by
|
|
41
|
+
This is a fork of [Gemini CLI](https://github.com/google-gemini/gemini-cli) by
|
|
42
|
+
Google DeepMind.
|
package/bundle/gemini.js
CHANGED
|
@@ -356721,7 +356721,7 @@ import { fileURLToPath as fileURLToPath10 } from "node:url";
|
|
|
356721
356721
|
import path52 from "node:path";
|
|
356722
356722
|
async function getVersion() {
|
|
356723
356723
|
const pkgJson = await getPackageJson(__dirname5);
|
|
356724
|
-
return "0.22.
|
|
356724
|
+
return "0.22.8";
|
|
356725
356725
|
}
|
|
356726
356726
|
var __filename, __dirname5;
|
|
356727
356727
|
var init_version5 = __esm({
|
|
@@ -430775,7 +430775,7 @@ var WarningMessage = ({ text }) => {
|
|
|
430775
430775
|
};
|
|
430776
430776
|
|
|
430777
430777
|
// packages/cli/src/generated/git-commit.ts
|
|
430778
|
-
var GIT_COMMIT_INFO2 = "
|
|
430778
|
+
var GIT_COMMIT_INFO2 = "dc5cf55";
|
|
430779
430779
|
|
|
430780
430780
|
// packages/cli/src/ui/components/AboutBox.tsx
|
|
430781
430781
|
var import_jsx_runtime33 = __toESM(require_jsx_runtime(), 1);
|
package/package.json
CHANGED