Skip to content

Commit 5400aa6

Browse files
chore(release): version packages
1 parent 20e51ca commit 5400aa6

3 files changed

Lines changed: 21 additions & 20 deletions

File tree

.changeset/fix-claude-auth-login-probe.md

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

packages/app/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# @prover-coder-ai/docker-git
22

3+
## 1.3.15
4+
5+
### Patch Changes
6+
7+
- [#441](https://github.com/ProverCoderAI/docker-git/pull/441) [`72bf8eb`](https://github.com/ProverCoderAI/docker-git/commit/72bf8eb51db6747358832d032b5e7e05ae2509ec) Thanks [@skulidropek](https://github.com/skulidropek)! - Fix `docker-git auth claude login` failing after a successful OAuth login.
8+
9+
After `claude setup-token` created and persisted the OAuth token, the login
10+
command ran a verification probe (`claude -p ping`) and treated any non-zero
11+
exit as a hard failure, exiting with code 1 even though the token was already
12+
saved. A transient probe failure (network hiccup, rate limit, or token
13+
propagation delay) would therefore discard an otherwise successful login.
14+
15+
The probe failure is now reported as a warning instead of an error, mirroring
16+
`docker-git auth claude status`. The token is kept, and the user is advised to
17+
re-check connectivity later with `docker-git auth claude status`.
18+
19+
Controller startup now also rejects `DOCKER_GIT_CONTROLLER_GPU=all` when
20+
`docker-compose.gpu.yml` exists as a directory instead of a regular file,
21+
matching the extra compose overlay invariant before invoking Docker Compose.
22+
323
## 1.3.14
424

525
### Patch Changes

packages/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@prover-coder-ai/docker-git",
3-
"version": "1.3.14",
3+
"version": "1.3.15",
44
"description": "docker-git Bun and Gridland CLI plus browser frontend",
55
"main": "dist/src/docker-git/main.js",
66
"bin": {

0 commit comments

Comments
 (0)