Skip to content

v1.1.0

Choose a tag to compare

@kaizen-bot kaizen-bot released this 01 May 13:22
· 20 commits to main since this release

v1.1.0 (2026-05-01)

Bug Fixes

  • Always overwrite owner and visibility in save_entities.py (#199, 7af1eb1)

  • Improve publish, recall, subscribe, and sync handling (#199, 7af1eb1)

  • Install Claude plugin via marketplace and harden installer (436cbdd)

  • bob: Add security validations for entity names and encoding (#199, 7af1eb1)

  • claude-plugin: Accept .sh scripts in hook command test (#213, bcf21c2)

  • claude-plugin: Replace agent-type stop hook with command-type block decision (#213, bcf21c2)

  • claude-plugin: Rewrite stop hook in Python and fix statusMessage key (#213, bcf21c2)

  • claude-plugin: Use systemMessage field in hook output JSON (#213, bcf21c2)

  • claude-plugin: Use valid systemMessage field in stop hook block decision (#213, bcf21c2)

  • codex: Rebase sharing changes onto claude branch (#196, cd4204c)

  • config: Honor dotenv backend selection at runtime (#210, 23e0541)

  • docs: Fix broken link in viz guide (#187, 0be3381)

  • evolve-lite: Address PR #208 round-2 review feedback (#208, e9ba82a)

  • evolve-lite: Address PR review feedback (CodeRabbit on #208) (#208, e9ba82a)

  • evolve-lite: Replace agent-type stop hook with command-type block decision (#213, bcf21c2)

  • install: Verify save-trajectory command file in status check (#203, ec2d7d4)

  • learn: Avoid duplicate claude-transcript_ prefix in saved path (#236, 6166cf0)

  • learn: Disambiguate fallback file format in SKILL.md (#230, 2774633)

  • learn: Document how to extract transcript_path from stop hook message (#230, 2774633)

  • learn: Instruct skill to use Glob + Read when reviewing existing guidelines (#243, 0134371)

  • learn: Read saved trajectory with Read tool, drop live-transcript fallback (#243, 0134371)

  • learn: Read session transcript in forked execution context (#230, 2774633)

  • learn: Stop the learn-skill permission-prompt storm at Stop (#243, 0134371)

  • sandbox: Allowlist README placeholder in .secrets.baseline (#233, ea24a31)

  • sandbox: Audit README placeholder as non-secret (#233, ea24a31)

  • sandbox: Fail build with clear error if jless URL resolution fails (#232, e51a7f2)

  • save-trajectory: Add explicit 0o600 mode to os.open for secure file creation (#203, ec2d7d4)

  • save-trajectory: Honor EVOLVE_DIR in trajectory path resolution (#229, afe8459)

  • save-trajectory: Remove non-standard thinking field from examples (#203, ec2d7d4)

  • save-trajectory: Use atomic create and fix path relativization (#203, ec2d7d4)

  • tests: Narrow recall assertion to exiftool only (#233, ea24a31)

  • tests: Resolve 2 failing platform integration tests (#201, 42316f3)

  • tests: Resolve 2 failing platform integration tests (#220, 690c3f3)

  • tests: Ruff format and remove extraneous f-string prefix (#233, ea24a31)

  • tests: Select newest session-2 transcript deterministically (#233, ea24a31)

  • tests: Use regex word boundary for banned tool detection (#233, ea24a31)

  • tips: Address CodeRabbit review issues on trajectory segmentation (#198, 7364300)

  • tips: Skip subtasks with empty step ranges instead of calling LLM (#198, 7364300)

  • viz: Fix typing error and ruff formatting in viz package (#187, 0be3381)

  • viz: Make slug lookup deterministic by collecting all rglob matches (#187, 0be3381)

  • viz: Slice content at ## Rationale heading, not first heading (#187, 0be3381)

  • viz: Validate filename and slug to prevent path traversal (#187, 0be3381)

Features

  • altk_evolve: Entity sharing — public/private visibility (#201, 42316f3)

  • bob: Add memory sharing with improvements (#199, 7af1eb1)

  • bob: Add missing command files for publish, subscribe, sync, unsubscribe skills (#199, 7af1eb1)

  • bob: Add save-trajectory skill for entity provenance (#203, ec2d7d4)

  • bob: Re-add save-trajectory skill to Bob evolve-lite (#203, ec2d7d4)

  • claude-plugin: Add stop hook to save session transcript (#229, afe8459)

  • claude-plugin: Stamp source trajectory path on extracted guidelines (#236, 6166cf0)

  • claw-code: Add Claw Code platform support to installer (#208, e9ba82a)

  • claw-code: Sync evolve-lite skills with claude (sharing + updates) (#208, e9ba82a)

  • codex: Add lite sharing skills and session-start sync (#196, cd4204c)

  • evolve-lite: Add entity sharing skills and CI tests (#199, 7af1eb1)

  • evolve-lite: Add entity sharing skills and CI tests (#188, 6f79732)

  • evolve-lite: Unify sharing into scoped repos list (#218, 9885f3f)

  • evolve-lite: Unify sharing into scoped repos list (#217) (#218, 9885f3f)

  • learn: Stamp source trajectory path on extracted guidelines (#236, 6166cf0)

  • mcp: Add multi-user, multi-namespace, and session support to MCP tools (#227, 6cb2b45)

  • mcp: Add user facts tools, SSE transport hardening, and warmup (#238, e83668c)

  • mcp: User facts tools, SSE transport hardening, and warmup (#238, e83668c)

  • sandbox: Unified dockerfile for claude and codex (#207, a857775)

  • subtasks: Segment trajectories into subtasks before tip generation (#198, 7364300)

  • tips: Segment trajectories into subtasks before tip generation (#198, 7364300)

  • viz: Add evolve viz serve — browse entities and trajectories locally (#187, 0be3381)


Detailed Changes: v1.0.10...v1.1.0