hummin-cli 1.0.5 → 1.0.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.0.6] - 2026-09-18
4
+
5
+ ### Changed
6
+
7
+ - The hummin logo (pixel hummingbird mark) now heads the README on GitHub and npm.
8
+
3
9
  ## [1.0.5] - 2026-09-18
4
10
 
5
11
  ### Changed
package/README.md CHANGED
@@ -1,3 +1,7 @@
1
+ <p align="center">
2
+ <img alt="hummin logo" src="https://raw.githubusercontent.com/rennf93/hummin/main/.github/assets/logo-mark.png" width="320">
3
+ </p>
4
+
1
5
  # hummin
2
6
 
3
7
  A GLM-native terminal coding agent: the [pi agent harness](https://github.com/earendil-works/pi) (MIT, by Mario Zechner / earendil-works) retuned for Z.ai's GLM models and [colibri](https://github.com/JustVugg/colibri) local inference.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hummin-cli",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "description": "Coding agent CLI with read, bash, edit, write tools and session management",
5
5
  "bin": {
6
6
  "hummin": "dist/bundle/cli.js"
@@ -55,7 +55,7 @@
55
55
  "piConfig": {
56
56
  "name": "hummin",
57
57
  "configDir": ".hummin",
58
- "version": "1.0.5",
58
+ "version": "1.0.6",
59
59
  "displayName": "hummin",
60
60
  "checkNewVersion": false,
61
61
  "remoteCatalog": false