@aiiware/aii 0.11.12 → 0.11.14
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 +3 -1
- package/bin/aii +445 -445
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -9,7 +9,7 @@ An autonomous AI assistant that lives in your terminal. Ask it anything — it r
|
|
|
9
9
|
</p>
|
|
10
10
|
|
|
11
11
|
<p align="center">
|
|
12
|
-
<strong>npm:</strong> <code>@aiiware/aii</code> · <strong>Version:</strong> 0.11.
|
|
12
|
+
<strong>npm:</strong> <code>@aiiware/aii</code> · <strong>Version:</strong> 0.11.14 · <strong>Node.js:</strong> >= 18
|
|
13
13
|
</p>
|
|
14
14
|
|
|
15
15
|
---
|
|
@@ -211,6 +211,8 @@ aii telegram start mybot # Start listening
|
|
|
211
211
|
aii telegram list # Manage bots
|
|
212
212
|
```
|
|
213
213
|
|
|
214
|
+
Responses now stream live — you see the agent's reply building in real time, just like in the terminal. No more waiting for the full response.
|
|
215
|
+
|
|
214
216
|
Start a conversation in Telegram, continue it from the CLI — or vice versa.
|
|
215
217
|
|
|
216
218
|
### Skills System
|