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.
Files changed (3) hide show
  1. package/README.md +16 -0
  2. package/bin/cli.js +725 -579
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # aegiscode
2
2
 
3
+ <div align="center">
4
+
5
+ [![GitHub stars](https://img.shields.io/github/stars/aegisinfo/aegiscode?style=flat&logo=github&label=Stars&color=534AB7)](https://github.com/aegisinfo/aegiscode/stargazers)
6
+ [![npm version](https://img.shields.io/npm/v/aegiscode?style=flat&logo=npm&label=npm&color=CB3837)](https://www.npmjs.com/package/aegiscode)
7
+ [![npm downloads](https://img.shields.io/npm/dt/aegiscode?style=flat&logo=npm&label=downloads&color=CB3837)](https://www.npmjs.com/package/aegiscode)
8
+ [![License](https://img.shields.io/badge/license-MIT-brightgreen?style=flat)](LICENSE)
9
+ [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-0F6E56?style=flat)](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