Skip to content

Commit c145a6d

Browse files
1.25.2
1 parent 1624432 commit c145a6d

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

.changeset/limits-auth-expired-display.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @link-assistant/hive-mind
22

3+
## 1.25.2
4+
5+
### Patch Changes
6+
7+
- 0453550: feat: show all limits even when Claude authentication is expired (Issue #1343)
8+
9+
Previously, when Claude authentication expired, the `/limits` command would fail completely and show no information at all.
10+
11+
Now the command gracefully handles Claude auth failures:
12+
- The error message (e.g., "Claude authentication expired. Please use /solve or /hive commands to trigger re-authentication of Claude.") is shown inline in the Claude limits sections
13+
- All other limits sections (CPU, RAM, Disk space, GitHub API) continue to display normally
14+
315
## 1.25.1
416

517
### Patch Changes

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@link-assistant/hive-mind",
3-
"version": "1.25.1",
3+
"version": "1.25.2",
44
"description": "AI-powered issue solver and hive mind for collaborative problem solving",
55
"main": "src/hive.mjs",
66
"type": "module",

0 commit comments

Comments
 (0)