lacy 1.8.12 → 1.8.15
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 +6 -6
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
<p align="center">
|
|
2
2
|
<a href="https://lacy.sh">
|
|
3
3
|
<picture>
|
|
4
|
-
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/lacymorrow/lacy/
|
|
5
|
-
<img src="https://raw.githubusercontent.com/lacymorrow/lacy/
|
|
4
|
+
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/lacymorrow/lacy/HEAD/.github/assets/logo-horizontal-dark.svg">
|
|
5
|
+
<img src="https://raw.githubusercontent.com/lacymorrow/lacy/HEAD/.github/assets/logo-horizontal.svg" alt="Lacy" width="220">
|
|
6
6
|
</picture>
|
|
7
7
|
</a>
|
|
8
8
|
</p>
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
</p>
|
|
19
19
|
|
|
20
20
|
<p align="center">
|
|
21
|
-
<img src="docs/demo-full.gif" alt="Lacy Shell demo — commands run in shell, questions go to AI" width="680" />
|
|
21
|
+
<img src="https://raw.githubusercontent.com/lacymorrow/lacy/HEAD/docs/demo-full.gif" alt="Lacy Shell demo — commands run in shell, questions go to AI" width="680" />
|
|
22
22
|
</p>
|
|
23
23
|
|
|
24
24
|
## Why Lacy?
|
|
@@ -65,7 +65,7 @@ echo 'source ~/.lacy/lacy.plugin.zsh' >> ~/.zshrc
|
|
|
65
65
|
Real-time visual feedback shows what will happen before you hit enter:
|
|
66
66
|
|
|
67
67
|
<p align="center">
|
|
68
|
-
<img src="docs/demo-indicator.gif" alt="Green indicator for shell commands, magenta for AI" width="680" />
|
|
68
|
+
<img src="https://raw.githubusercontent.com/lacymorrow/lacy/HEAD/docs/demo-indicator.gif" alt="Green indicator for shell commands, magenta for AI" width="680" />
|
|
69
69
|
</p>
|
|
70
70
|
|
|
71
71
|
Commands execute in your shell. Natural language goes to your AI agent. No prefixes, no context switching — you just type.
|
|
@@ -90,7 +90,7 @@ The first word of your input is also syntax-highlighted in real-time: **green**
|
|
|
90
90
|
## Modes
|
|
91
91
|
|
|
92
92
|
<p align="center">
|
|
93
|
-
<img src="assets/mode-indicators.jpeg" alt="Shell and Agent mode indicators" width="480" />
|
|
93
|
+
<img src="https://raw.githubusercontent.com/lacymorrow/lacy/HEAD/assets/mode-indicators.jpeg" alt="Shell and Agent mode indicators" width="480" />
|
|
94
94
|
</p>
|
|
95
95
|
|
|
96
96
|
| Mode | Behavior | Activate |
|
|
@@ -104,7 +104,7 @@ The first word of your input is also syntax-highlighted in real-time: **green**
|
|
|
104
104
|
Lacy auto-detects your installed AI CLI. All tools handle their own auth — no API keys needed.
|
|
105
105
|
|
|
106
106
|
<p align="center">
|
|
107
|
-
<img src="assets/supported-tools.jpeg" alt="Supported AI CLI tools" width="680" />
|
|
107
|
+
<img src="https://raw.githubusercontent.com/lacymorrow/lacy/HEAD/assets/supported-tools.jpeg" alt="Supported AI CLI tools" width="680" />
|
|
108
108
|
</p>
|
|
109
109
|
|
|
110
110
|
```bash
|