@aiiware/aii 0.11.6 → 0.11.8
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 +5 -1
- package/bin/aii +532 -516
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,8 @@
|
|
|
1
|
-
|
|
1
|
+
<p align="center">
|
|
2
|
+
<img src="https://aiiware.gallerycdn.vsassets.io/extensions/aiiware/aii/0.1.1/1760456263611/Microsoft.VisualStudio.Services.Icons.Default" width="120" alt="Aii" />
|
|
3
|
+
</p>
|
|
4
|
+
|
|
5
|
+
<h1 align="center">@aiiware/aii</h1>
|
|
2
6
|
|
|
3
7
|
**AI-powered CLI agent** with autonomous tool execution, multi-agent delegation, persistent server sessions, and multi-channel access. An intelligent assistant that can read, write, search, and execute commands in your terminal — or through Telegram — with conversations that persist across channels and restarts.
|
|
4
8
|
|