@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.
Files changed (2) hide show
  1. package/README.md +8 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -5,6 +5,10 @@
5
5
  [![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
6
6
  [![Go Version](https://img.shields.io/badge/go-1.21+-00ADD8.svg)](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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@get-blu/blu-code",
3
- "version": "1.7.0",
3
+ "version": "1.7.5",
4
4
  "description": "Terminal-based AI assistant for software development",
5
5
  "keywords": [
6
6
  "ai",