File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
140140USER $CLAUDE_USER
141- ARG CLAUDE_CODE_VERSION=1.0.93
141+ ARG CLAUDE_CODE_VERSION=1.0.95
142142RUN 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
Original file line number Diff line number Diff line change 11#! /bin/bash
22set -e
33
4- VERSION=" 0.5.0 "
4+ VERSION=" 0.5.1 "
55DOCKER_IMAGE=" ${CCYOLO_DOCKER_IMAGE:- ghcr.io/ thevibeworks/ ccyolo} "
66DOCKER_TAG=" ${CCYOLO_DOCKER_TAG:- latest} "
77
You can’t perform that action at this time.
0 commit comments