@deimos24/hst-cli 0.22.7 → 0.22.9

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 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
  [![License](https://img.shields.io/github/license/moonixt/hst-cli)](https://github.com/moonixt/hst-cli/blob/main/LICENSE)
5
6
  [![npm version](https://img.shields.io/npm/v/@deimos24/hst-cli)](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 "warning" from critical directories.
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 [Gemini CLI](https://github.com/google-gemini/gemini-cli) by Google DeepMind.
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 Google DeepMind.
41
+ This is a fork of [Gemini CLI](https://github.com/google-gemini/gemini-cli) by
42
+ Google DeepMind.
package/bundle/gemini.js CHANGED
@@ -1,4 +1,5 @@
1
1
  #!/usr/bin/env node
2
+ #!/usr/bin/env node
2
3
  import { createRequire } from 'module'; const require = createRequire(import.meta.url); globalThis.__filename = require('url').fileURLToPath(import.meta.url); globalThis.__dirname = require('path').dirname(globalThis.__filename);
3
4
  var __create = Object.create;
4
5
  var __defProp = Object.defineProperty;
@@ -356721,7 +356722,7 @@ import { fileURLToPath as fileURLToPath10 } from "node:url";
356721
356722
  import path52 from "node:path";
356722
356723
  async function getVersion() {
356723
356724
  const pkgJson = await getPackageJson(__dirname5);
356724
- return "0.22.7";
356725
+ return "0.22.9";
356725
356726
  }
356726
356727
  var __filename, __dirname5;
356727
356728
  var init_version5 = __esm({
@@ -430775,7 +430776,7 @@ var WarningMessage = ({ text }) => {
430775
430776
  };
430776
430777
 
430777
430778
  // packages/cli/src/generated/git-commit.ts
430778
- var GIT_COMMIT_INFO2 = "90a1725";
430779
+ var GIT_COMMIT_INFO2 = "16d7a33";
430779
430780
 
430780
430781
  // packages/cli/src/ui/components/AboutBox.tsx
430781
430782
  var import_jsx_runtime33 = __toESM(require_jsx_runtime(), 1);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deimos24/hst-cli",
3
- "version": "0.22.7",
3
+ "version": "0.22.9",
4
4
  "private": false,
5
5
  "description": "hst-cli is a CLI builted for take care of your system, whitout any 'advice' or 'warning' from critical directories",
6
6
  "author": "Deimos24",