@deimos24/hst-cli 0.22.6 → 0.22.7
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 +8 -53
- package/bundle/gemini.js +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,19 +1,16 @@
|
|
|
1
1
|
# hst-cli
|
|
2
|
+
<img width="892" height="392" alt="image" src="https://github.com/user-attachments/assets/2f1062ad-838d-4529-a34d-a40ee49adc80" />
|
|
2
3
|
|
|
3
|
-
[](https://github.com/moonixt/hst-cli/blob/main/LICENSE)
|
|
5
|
+
[](https://www.npmjs.com/package/@deimos24/hst-cli)
|
|
5
6
|
|
|
6
7
|
A CLI built to take care of your system, without any restrictive "advice" or "warning" from critical directories.
|
|
7
8
|
|
|
8
9
|
> **Note**: This is a fork of [Gemini CLI](https://github.com/google-gemini/gemini-cli) by Google DeepMind.
|
|
9
10
|
|
|
10
|
-
##
|
|
11
|
+
## Features
|
|
11
12
|
|
|
12
|
-
-
|
|
13
|
-
- **🧠 Powered by Gemini**: Access to Gemini's powerful AI capabilities
|
|
14
|
-
- **🔧 Built-in tools**: File operations, shell commands, web fetching
|
|
15
|
-
- **🔌 Extensible**: MCP (Model Context Protocol) support for custom integrations
|
|
16
|
-
- **💻 Terminal-first**: Designed for developers who live in the command line
|
|
13
|
+
- **🚫 No restrictions**: Full access to system directories without warnings
|
|
17
14
|
|
|
18
15
|
## 📦 Installation
|
|
19
16
|
|
|
@@ -28,50 +25,8 @@ A CLI built to take care of your system, without any restrictive "advice" or "wa
|
|
|
28
25
|
npm install -g @deimos24/hst-cli
|
|
29
26
|
```
|
|
30
27
|
|
|
31
|
-
##
|
|
28
|
+
## 📄 License
|
|
32
29
|
|
|
33
|
-
|
|
34
|
-
hst
|
|
35
|
-
```
|
|
36
|
-
|
|
37
|
-
## 🔐 Authentication
|
|
38
|
-
|
|
39
|
-
### Option 1: Login with Google (OAuth)
|
|
40
|
-
|
|
41
|
-
Start hst-cli and choose _Login with Google_:
|
|
42
|
-
|
|
43
|
-
```bash
|
|
44
|
-
hst
|
|
45
|
-
```
|
|
46
|
-
|
|
47
|
-
### Option 2: Gemini API Key
|
|
48
|
-
|
|
49
|
-
```bash
|
|
50
|
-
export GEMINI_API_KEY="YOUR_API_KEY"
|
|
51
|
-
hst
|
|
52
|
-
```
|
|
53
|
-
|
|
54
|
-
Get your API key from: https://aistudio.google.com/apikey
|
|
55
|
-
|
|
56
|
-
### Option 3: Vertex AI
|
|
57
|
-
|
|
58
|
-
```bash
|
|
59
|
-
export GOOGLE_API_KEY="YOUR_API_KEY"
|
|
60
|
-
export GOOGLE_GENAI_USE_VERTEXAI=true
|
|
61
|
-
hst
|
|
62
|
-
```
|
|
63
|
-
|
|
64
|
-
## 🤝 Contributing
|
|
65
|
-
|
|
66
|
-
Contributions are welcome! This project is open source under the Apache 2.0 license.
|
|
67
|
-
|
|
68
|
-
## 📄 Legal
|
|
69
|
-
|
|
70
|
-
- **License**: [Apache License 2.0](LICENSE)
|
|
71
|
-
- **Original Project**: [Gemini CLI](https://github.com/google-gemini/gemini-cli) by Google DeepMind
|
|
72
|
-
|
|
73
|
-
---
|
|
30
|
+
Apache License 2.0 - See [LICENSE](LICENSE) for details.
|
|
74
31
|
|
|
75
|
-
|
|
76
|
-
Fork of Gemini CLI by Google DeepMind
|
|
77
|
-
</p>
|
|
32
|
+
This is a fork of [Gemini CLI](https://github.com/google-gemini/gemini-cli) by 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.7";
|
|
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 = "90a1725";
|
|
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
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@deimos24/hst-cli",
|
|
3
|
-
"version": "0.22.
|
|
3
|
+
"version": "0.22.7",
|
|
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",
|
|
7
7
|
"license": "Apache-2.0",
|
|
8
8
|
"repository": {
|
|
9
9
|
"type": "git",
|
|
10
|
-
"url": "https://github.com/
|
|
10
|
+
"url": "https://github.com/moonixt/hst-cli.git"
|
|
11
11
|
},
|
|
12
12
|
"keywords": [
|
|
13
13
|
"cli",
|