Skip to content

Commit c5b9b71

Browse files
committed
chore: release v0.5.1
- Update Claude Code to v1.0.95 - Add /todos command support - MCP output token warnings
1 parent 0dba30e commit c5b9b71

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.5.1] - 2025-08-28
11+
12+
### Changed
13+
- Updated Claude Code base version to 1.0.95 with new features:
14+
- /todos command to list current todo items
15+
- /memory command now allows direct editing of imported memory files
16+
- MCP output warnings when responses exceed token limits (10k warning, 25k max)
17+
- Enhanced slash command improvements
18+
1019
## [0.5.0] - 2025-08-27
1120

1221
### Added

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ RUN mkdir -p "$CLAUDE_HOME/.npm-global" && \
138138

139139
# Set npm configuration for claude user and install Claude CLI
140140
USER $CLAUDE_USER
141-
ARG CLAUDE_CODE_VERSION=1.0.93
141+
ARG CLAUDE_CODE_VERSION=1.0.95
142142
RUN npm config set prefix "$CLAUDE_HOME/.npm-global" && \
143143
npm install -g @anthropic-ai/claude-code@${CLAUDE_CODE_VERSION} @mariozechner/claude-trace && \
144144
npm cache clean --force

claude.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
set -e
33

4-
VERSION="0.5.0"
4+
VERSION="0.5.1"
55
DOCKER_IMAGE="${CCYOLO_DOCKER_IMAGE:-ghcr.io/thevibeworks/ccyolo}"
66
DOCKER_TAG="${CCYOLO_DOCKER_TAG:-latest}"
77

0 commit comments

Comments
 (0)