aegiscode 5.2.0 → 5.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.
- package/README.md +16 -0
- package/bin/cli.js +725 -579
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# aegiscode
|
|
2
2
|
|
|
3
|
+
<div align="center">
|
|
4
|
+
|
|
5
|
+
[](https://github.com/aegisinfo/aegiscode/stargazers)
|
|
6
|
+
[](https://www.npmjs.com/package/aegiscode)
|
|
7
|
+
[](https://www.npmjs.com/package/aegiscode)
|
|
8
|
+
[](LICENSE)
|
|
9
|
+
[](https://github.com/aegisinfo/aegiscode/pulls)
|
|
10
|
+
|
|
11
|
+
</div>
|
|
12
|
+
|
|
3
13
|
**aegiscode remembers your project between sessions — so you never have to re-explain your stack, decisions, or context.**
|
|
4
14
|
|
|
5
15
|
<picture>
|
|
@@ -44,6 +54,12 @@ bash install.sh
|
|
|
44
54
|
|
|
45
55
|
`install.sh` builds the project and creates an `aegis-cli` wrapper in `~/.local/bin` — no sudo needed.
|
|
46
56
|
|
|
57
|
+
**Prefer a native window over a raw terminal?** [ds-terminal](https://github.com/aegisinfo/ds-terminal) wraps `aegis-cli` in a GPU-accelerated Alacritty window with a split-pane layout — AI session on top, shell below.
|
|
58
|
+
|
|
59
|
+
```bash
|
|
60
|
+
curl -fsSL https://dl.aegiscloud.org/ds-terminal/install.sh | bash
|
|
61
|
+
```
|
|
62
|
+
|
|
47
63
|
---
|
|
48
64
|
|
|
49
65
|
## First run
|