Skip to content

Commit aefbc55

Browse files
b1rdmaniaclaude
andcommitted
chore: bump to v0.6.2
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 77ec01b commit aefbc55

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## v0.6.2 (2026-03-19) — /update hotfix
4+
5+
### Fixes
6+
- **`/update` no longer fails after applying a skill.** Skills apply patches and commit locally, which caused `git pull` to fail with "divergent branches". `/update` now uses `git fetch origin && git rebase origin/main` — fast-forwards when clean, replays local skill commits on top of upstream changes when not.
7+
38
## v0.6.1 (2026-03-19) — Dual timeout for stuck agents
49

510
### Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ghostclaw",
3-
"version": "0.6.1",
3+
"version": "0.6.2",
44
"description": "Personal AI assistant. Bare metal, Telegram-first, no containers.",
55
"type": "module",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)