@hasna/assistants 1.1.8 → 1.1.10
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 +2 -2
- package/dist/cli.js +8376 -4671
- package/dist/lib.js +2043 -47
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -2,14 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
[](https://opensource.org/licenses/MIT)
|
|
4
4
|
|
|
5
|
-
A general-purpose AI assistant that runs in your terminal. Built with [Ink](https://github.com/vadimdemedes/ink)
|
|
5
|
+
A general-purpose AI assistant that runs in your terminal. Built with [Ink](https://github.com/vadimdemedes/ink).
|
|
6
6
|
|
|
7
7
|
**Not just for coding** - while it excels at development workflows, this assistant helps with research, writing, task management, automation, and any task you need assistance with.
|
|
8
8
|
|
|
9
9
|
## Features
|
|
10
10
|
|
|
11
11
|
- General-purpose assistant for any task
|
|
12
|
-
- Interactive chat with
|
|
12
|
+
- Interactive chat with AI
|
|
13
13
|
- Execute bash commands with approval
|
|
14
14
|
- Read, write, and edit files
|
|
15
15
|
- Fetch and search web content
|