@get-blu/blu-code 1.7.1 → 1.7.6

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 (2) hide show
  1. package/README.md +9 -11
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -6,7 +6,7 @@
6
6
  [![Go Version](https://img.shields.io/badge/go-1.21+-00ADD8.svg)](https://go.dev/)
7
7
 
8
8
  <p align="center">
9
- <img src="assets/blu-code-main.png" alt="Blu-Code" width="100%">
9
+ <img src="assets/blu-code-main.png" alt="Blu" width="100%">
10
10
  </p>
11
11
 
12
12
  ## Overview
@@ -30,24 +30,19 @@ Blu is a Go-powered terminal UI that transforms your command line into an intell
30
30
  npm install -g @get-blu/blu-code
31
31
  ```
32
32
 
33
- **Via Shell script (macOS/Linux):**
33
+ **Via raw script:**
34
34
  ```bash
35
35
  curl -fsSL https://raw.githubusercontent.com/Get-Blu/blu-code/main/install | bash
36
36
  ```
37
37
 
38
- **Via PowerShell (Windows):**
39
- ```powershell
40
- iwr https://raw.githubusercontent.com/Get-Blu/blu-code/main/install.ps1 | iex
41
- ```
42
-
43
38
  **From source:**
44
39
  ```bash
45
40
  git clone https://github.com/Get-Blu/blu-code.git
46
41
  cd blu-code
47
42
  go build -o blu
43
+ blu
48
44
  ```
49
45
 
50
-
51
46
  ### Setup
52
47
 
53
48
  1. Set your API key(s):
@@ -314,9 +309,12 @@ Contributions are welcome! Please feel free to submit issues or pull requests.
314
309
 
315
310
  ## Credits
316
311
 
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
312
+ Blu builds on the excellent work of many open-source projects:
313
+
314
+ - **[Bubble Tea](https://github.com/charmbracelet/bubbletea)** - Excellent TUI framework
315
+ - **[Lip Gloss](https://github.com/charmbracelet/lipgloss)** - Style definitions for TUI
316
+ - **[Go-GitHub](https://github.com/google/go-github)** - GitHub API client
317
+ - **[Sqlite3](https://github.com/mattn/go-sqlite3)** - Local persistence
320
318
 
321
319
  ## License
322
320
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@get-blu/blu-code",
3
- "version": "1.7.1",
3
+ "version": "1.7.6",
4
4
  "description": "Terminal-based AI assistant for software development",
5
5
  "keywords": [
6
6
  "ai",