whale-code 6.5.7 → 6.5.8

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 CHANGED
@@ -1,6 +1,18 @@
1
- # whale-code
1
+ <p align="center">
2
+ <img src="whale-logo.png" alt="WhaleTools" width="80" />
3
+ </p>
2
4
 
3
- Local-first AI agent CLI for inventory, orders, analytics, customers, and more — powered by MCP.
5
+ <h1 align="center">whale-code</h1>
6
+
7
+ <p align="center">
8
+ Local-first AI agent CLI for inventory, orders, analytics, customers, and more — powered by MCP.
9
+ </p>
10
+
11
+ <p align="center">
12
+ <a href="https://www.npmjs.com/package/whale-code"><img src="https://img.shields.io/npm/v/whale-code.svg" alt="npm version" /></a>
13
+ <a href="https://whaletools.dev/developer"><img src="https://img.shields.io/badge/docs-whaletools.dev-blue" alt="docs" /></a>
14
+ <a href="https://github.com/neowhale/whale-code/blob/main/LICENSE"><img src="https://img.shields.io/npm/l/whale-code" alt="license" /></a>
15
+ </p>
4
16
 
5
17
  ## Install
6
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "whale-code",
3
- "version": "6.5.7",
3
+ "version": "6.5.8",
4
4
  "description": "whale code — local-first AI agent CLI for inventory, orders, and analytics powered by MCP",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -80,7 +80,8 @@
80
80
  "bin",
81
81
  "vendor",
82
82
  "src/cli/services/builtin-skills",
83
- "README.md"
83
+ "README.md",
84
+ "whale-logo.png"
84
85
  ],
85
86
  "publishConfig": {
86
87
  "access": "public"
package/whale-logo.png ADDED
Binary file