@get-blu/blu-code 1.7.0 → 1.7.5
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 +8 -4
- 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-logo.png" alt="Blu" 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).
|
|
@@ -305,12 +309,12 @@ Contributions are welcome! Please feel free to submit issues or pull requests.
|
|
|
305
309
|
|
|
306
310
|
## Credits
|
|
307
311
|
|
|
308
|
-
Blu builds on the excellent work of:
|
|
312
|
+
Blu builds on the excellent work of many open-source projects:
|
|
309
313
|
|
|
310
|
-
- **[OpenCode](https://github.com/opencode-ai/opencode)** - The foundation Blu is built upon
|
|
311
|
-
- **[@adamdottv](https://github.com/adamdottv)** - Original OpenCode design and architecture
|
|
312
|
-
- **[@isaacphi](https://github.com/isaacphi)** - LSP integration via `mcp-language-server`
|
|
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
|
|
314
318
|
|
|
315
319
|
## License
|
|
316
320
|
|