We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 095b74d + ee9e2a0 commit ee997b5Copy full SHA for ee997b5
2 files changed
CHANGELOG.md
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [0.15.0] - 2026-07-14
11
+
12
### Added
13
- `--auth-with` bare names (`claude-max.credentials.json`, no slash) resolve
14
against the agent config home (`~/.config/deva/<agent>/`) as a named
deva.sh
@@ -13,7 +13,7 @@ if [ -n "${DEVA_DOCKER_TAG+x}" ]; then
DEVA_DOCKER_TAG_ENV_SET=true
fi
15
16
-VERSION="0.14.1"
+VERSION="0.15.0"
17
DEVA_DOCKER_IMAGE="${DEVA_DOCKER_IMAGE:-ghcr.io/thevibeworks/deva}"
18
DEVA_DOCKER_TAG="${DEVA_DOCKER_TAG:-latest}"
19
DEVA_CONTAINER_PREFIX="${DEVA_CONTAINER_PREFIX:-deva}"
0 commit comments