aicli 0.2.6 → 0.2.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.
- checksums.yaml +4 -4
- data/README.md +4 -8
- data/lib/aicli/version.rb +1 -1
- metadata +5 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c38b286746d1ffdef26b15f61a628e2a5ef9dcc774f5fc7b3b925d2b76df1a45
|
|
4
|
+
data.tar.gz: 2c0a48abc6fbe2f279ca644d69f3de61e4df895d9950b209268996f4f66fc7b5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: dc70046850d2544dd0f3c4c4af1827bc40c1fe04a5b24e88b36e873115f7f9adcc1e89c5565e79f9d6205bd65effb3ad3e0365a003cfcac99566f58d5395b50a
|
|
7
|
+
data.tar.gz: 274a2632ce615915704e9aec158a82fcddbdc2ee589a3d2fbb194a39fc053f376e10f5cbed4375c019ce784461b534d9d357c735a4cd2b856a8ae78485ce5ff0
|
data/README.md
CHANGED
|
@@ -6,18 +6,18 @@
|
|
|
6
6
|
</h2>
|
|
7
7
|
|
|
8
8
|
<h4 align="center">
|
|
9
|
-
|
|
9
|
+
Natural language to live shell commands — OpenAI & Anthropic.
|
|
10
10
|
</h4>
|
|
11
11
|
|
|
12
12
|
<p align="center">
|
|
13
|
-
|
|
13
|
+
Chat with the model and run suggested commands in your shell in one seamless flow.
|
|
14
14
|
</p>
|
|
15
15
|
|
|
16
16
|
<br>
|
|
17
17
|
|
|
18
18
|
# aicli
|
|
19
19
|
|
|
20
|
-
|
|
20
|
+
CLI by [Antonio Molinari](https://github.com/magnum). Converts prompts into shell commands, with optional chat mode that can execute them live.
|
|
21
21
|
|
|
22
22
|
## Setup
|
|
23
23
|
|
|
@@ -203,8 +203,4 @@ I am not a bash wizard, and am dying for access to the copilot CLI, and got impa
|
|
|
203
203
|
|
|
204
204
|
## Credit
|
|
205
205
|
|
|
206
|
-
-
|
|
207
|
-
- Inspired by [BuilderIO/ai-shell](https://github.com/BuilderIO/ai-shell)
|
|
208
|
-
- Thanks to GitHub Copilot for their amazing tools and the idea for this
|
|
209
|
-
- Thanks to Hassan and his work on [aicommits](https://github.com/Nutlope/aicommits), which inspired the workflow and some parts of the code and flows
|
|
210
|
-
- Original Node.js implementation by [Builder.io](https://www.builder.io)
|
|
206
|
+
- [Antonio Molinari](https://github.com/magnum)
|
data/lib/aicli/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aicli
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Antonio Molinari
|
|
@@ -93,8 +93,9 @@ dependencies:
|
|
|
93
93
|
- - "~>"
|
|
94
94
|
- !ruby/object:Gem::Version
|
|
95
95
|
version: '0.9'
|
|
96
|
-
description: aicli turns natural language
|
|
97
|
-
the
|
|
96
|
+
description: aicli turns natural language into runnable shell commands using OpenAI
|
|
97
|
+
or Anthropic. Chat with the model and execute suggested commands live in your shell
|
|
98
|
+
in one seamless flow.
|
|
98
99
|
email:
|
|
99
100
|
- antoniomolinari@me.com
|
|
100
101
|
executables:
|
|
@@ -166,5 +167,5 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
166
167
|
requirements: []
|
|
167
168
|
rubygems_version: 4.0.17
|
|
168
169
|
specification_version: 4
|
|
169
|
-
summary:
|
|
170
|
+
summary: Natural language to live shell commands, with OpenAI and Anthropic.
|
|
170
171
|
test_files: []
|