@tulex-cli/tulex-code 0.1.2 → 0.1.4
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 +9 -2
- package/dist/package.json +2 -2
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +2 -2
- /package/{images → imagess}/Terminal1.png +0 -0
package/README.md
CHANGED
|
@@ -31,17 +31,24 @@ npm install -g @tulex-cli/tulex-code
|
|
|
31
31
|
## Quick Start
|
|
32
32
|
|
|
33
33
|
```bash
|
|
34
|
+
# Install Ollama on your system first
|
|
35
|
+
|
|
34
36
|
tulex # Launch interactive terminal UI
|
|
35
37
|
|
|
36
38
|
# Inside the session:
|
|
39
|
+
/auth # Select Third-Party Provider → Ollama
|
|
40
|
+
# Base URL: http://localhost:11434
|
|
41
|
+
# Model: gpt-oss:20b-cloud
|
|
42
|
+
|
|
37
43
|
/help # Show available commands
|
|
38
|
-
/auth # Configure your provider and API key
|
|
39
44
|
```
|
|
40
45
|
|
|
46
|
+
Once configured, you're ready to use Tulex CLI with a free local AI model.
|
|
47
|
+
|
|
41
48
|
## Preview
|
|
42
49
|
|
|
43
50
|
<p align="center">
|
|
44
|
-
<img src="
|
|
51
|
+
<img src="https://res.cloudinary.com/dtjqazg1q/image/upload/v1784979410/Terminal1_sxbgy8.png" alt="Tulex CLI Terminal" width="1000">
|
|
45
52
|
</p>
|
|
46
53
|
|
|
47
54
|
|
package/dist/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tulex-cli/tulex-code",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.4",
|
|
4
4
|
"description": "Tulex CLI",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"dist",
|
|
34
34
|
"README.md",
|
|
35
35
|
"LICENSE",
|
|
36
|
-
"
|
|
36
|
+
"imagess"
|
|
37
37
|
],
|
|
38
38
|
"config": {
|
|
39
39
|
"sandboxImageUri": "ghcr.io/tulex/tulex-cli:0.17.1"
|