@get-blu/blu-code 1.5.0 → 1.7.1
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 +14 -8
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -5,6 +5,10 @@
|
|
|
5
5
|
[](LICENSE)
|
|
6
6
|
[](https://go.dev/)
|
|
7
7
|
|
|
8
|
+
<p align="center">
|
|
9
|
+
<img src="assets/blu-code-main.png" alt="Blu-Code" width="100%">
|
|
10
|
+
</p>
|
|
11
|
+
|
|
8
12
|
## Overview
|
|
9
13
|
|
|
10
14
|
Blu is a Go-powered terminal UI that transforms your command line into an intelligent development environment. It connects to leading AI models and provides them with powerful tools to read, analyze, and modify your codebase - all from an elegant TUI built with [Bubble Tea](https://github.com/charmbracelet/bubbletea).
|
|
@@ -26,19 +30,24 @@ Blu is a Go-powered terminal UI that transforms your command line into an intell
|
|
|
26
30
|
npm install -g @get-blu/blu-code
|
|
27
31
|
```
|
|
28
32
|
|
|
29
|
-
**Via
|
|
33
|
+
**Via Shell script (macOS/Linux):**
|
|
30
34
|
```bash
|
|
31
35
|
curl -fsSL https://raw.githubusercontent.com/Get-Blu/blu-code/main/install | bash
|
|
32
36
|
```
|
|
33
37
|
|
|
38
|
+
**Via PowerShell (Windows):**
|
|
39
|
+
```powershell
|
|
40
|
+
iwr https://raw.githubusercontent.com/Get-Blu/blu-code/main/install.ps1 | iex
|
|
41
|
+
```
|
|
42
|
+
|
|
34
43
|
**From source:**
|
|
35
44
|
```bash
|
|
36
45
|
git clone https://github.com/Get-Blu/blu-code.git
|
|
37
46
|
cd blu-code
|
|
38
47
|
go build -o blu
|
|
39
|
-
blu
|
|
40
48
|
```
|
|
41
49
|
|
|
50
|
+
|
|
42
51
|
### Setup
|
|
43
52
|
|
|
44
53
|
1. Set your API key(s):
|
|
@@ -305,12 +314,9 @@ Contributions are welcome! Please feel free to submit issues or pull requests.
|
|
|
305
314
|
|
|
306
315
|
## Credits
|
|
307
316
|
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
- **[
|
|
311
|
-
- **[@adamdottv](https://github.com/adamdottv)** - Original OpenCode design and architecture
|
|
312
|
-
- **[@isaacphi](https://github.com/isaacphi)** - LSP integration via `mcp-language-server`
|
|
313
|
-
- **[Bubble Tea](https://github.com/charmbracelet/bubbletea)** - Excellent TUI framework
|
|
317
|
+
- **[Bubble Tea](https://github.com/charmbracelet/bubbletea)** - Excellent TUI framework for Go
|
|
318
|
+
- **[Charm](https://charm.sh/)** - The incredible ecosystem for terminal applications
|
|
319
|
+
- **[@isaacphi](https://github.com/isaacphi)** - LSP integration and intelligence contributions
|
|
314
320
|
|
|
315
321
|
## License
|
|
316
322
|
|