From a489e1bab0891bc9da3ea2738a737fc2c3c993a7 Mon Sep 17 00:00:00 2001 From: JustVugg Date: Sat, 1 Aug 2026 04:24:33 +0200 Subject: [PATCH 1/2] chore: bump version to 1.4.0 c/version.py is the single source of truth and the release archives carry it, so this has to land before the tag or the published binaries announce 1.3.0. The four README sample banners go with it -- they went stale for two releases running before #709 caught them at 1.1.0. Co-Authored-By: Claude Opus 5 --- README.it.md | 2 +- README.md | 2 +- README.zh-CN.md | 2 +- README.zh-TW.md | 2 +- c/version.py | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.it.md b/README.it.md index f0d65fb5..1086112a 100644 --- a/README.it.md +++ b/README.it.md @@ -32,7 +32,7 @@ ma non ridefinire il modello di nascosto. ``` $ ./coli chat - 🐦 colibri v1.3.0 — GLM-5.2 · 744B MoE · int4 · streaming CPU + 🐦 colibri v1.4.0 — GLM-5.2 · 744B MoE · int4 · streaming CPU ✓ ready in 32s · resident 9.9 GB › ciao! ◆ Ciao! 😊 Come posso aiutarti oggi? diff --git a/README.md b/README.md index ec212107..40facb07 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ may reduce speed; it must not quietly redefine the model. ``` $ ./coli chat - 🐦 colibri v1.3.0 — GLM-5.2 · 744B MoE · int4 · streaming CPU + 🐦 colibri v1.4.0 — GLM-5.2 · 744B MoE · int4 · streaming CPU ✓ ready in 32s · resident 9.9 GB › ciao! ◆ Ciao! 😊 Come posso aiutarti oggi? diff --git a/README.zh-CN.md b/README.zh-CN.md index 84c87ae7..44ca02be 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -24,7 +24,7 @@ Colibrì 刻意用于验证激进的系统思路——因此**对速度不作 SL ``` $ ./coli chat - 🐦 colibri v1.3.0 — GLM-5.2 · 744B MoE · int4 · streaming CPU + 🐦 colibri v1.4.0 — GLM-5.2 · 744B MoE · int4 · streaming CPU ✓ ready in 32s · resident 9.9 GB › ciao! ◆ Ciao! 😊 Come posso aiutarti oggi? diff --git a/README.zh-TW.md b/README.zh-TW.md index e7fd508a..766742f8 100644 --- a/README.zh-TW.md +++ b/README.zh-TW.md @@ -24,7 +24,7 @@ Colibrì 刻意用於驗證激進的系統構想——因此**對速度不作 SL ``` $ ./coli chat - 🐦 colibri v1.3.0 — GLM-5.2 · 744B MoE · int4 · streaming CPU + 🐦 colibri v1.4.0 — GLM-5.2 · 744B MoE · int4 · streaming CPU ✓ ready in 32s · resident 9.9 GB › ciao! ◆ Ciao! 😊 Come posso aiutarti oggi? diff --git a/c/version.py b/c/version.py index 886dffaa..2327f21f 100644 --- a/c/version.py +++ b/c/version.py @@ -1,3 +1,3 @@ """Single source of truth for the colibri version number.""" -__version__ = "1.3.0" +__version__ = "1.4.0" From 9340979613f547fd9954c30c3e491b5c768a10d2 Mon Sep 17 00:00:00 2001 From: JustVugg Date: Sat, 1 Aug 2026 04:25:19 +0200 Subject: [PATCH 2/2] chore: gitignore .claude/ Claude Code keeps agent worktrees and session scratch under .claude/. A 'git add -A' picked one up as an embedded git repository while preparing the 1.4.0 bump; it was caught before the PR was reviewed, but the guard belongs in the tree rather than in whoever runs the next 'add -A'. Co-Authored-By: Claude Opus 5 --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index e5772037..8ab39916 100644 --- a/.gitignore +++ b/.gitignore @@ -75,3 +75,6 @@ c/olmoe_merged/ c/olmoe_i4/ .idea c/tiny_inkling/ + +# Claude Code working directory (agent worktrees, session scratch) — never a repo artifact +.claude/