Skip to content

Releases: AgentToolkit/altk-evolve

v1.1.0

01 May 13:22

Choose a tag to compare

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](https...
Read more

v1.0.10

20 Apr 18:54

Choose a tag to compare

v1.0.10 (2026-04-20)

Bug Fixes

  • mcp: Align metadata filters and harden SSE teardown (a0bcc6d)

  • postgres: Prevent ambiguous filter behavior across backends (a0bcc6d)


Detailed Changes: v1.0.9...v1.0.10

v1.0.9

17 Apr 17:40

Choose a tag to compare

v1.0.9 (2026-04-17)

Bug Fixes

  • Publish install.sh as a versioned release artifact (#195, 0b055da)

Features

  • bob: Add save-trajectory skill to Bob evolve-lite (#184, 9ca94e5)

Detailed Changes: v1.0.8...v1.0.9

v1.0.8

09 Apr 21:39

Choose a tag to compare

v1.0.8 (2026-04-09)


Detailed Changes: v1.0.7...v1.0.8

v1.0.6

03 Apr 19:11

Choose a tag to compare

v1.0.6 (2026-04-03)

Bug Fixes

  • Add optional implementation_steps to Tip model and prompt (#124, d373e7e)

  • Clarify task status context in tip generation prompt (#124, d373e7e)

  • Completely remove all Roo references from install.sh (#130, 8e6c76d)

  • Normalize implementation_steps to list[str] in combine_cluster (#124, d373e7e)

  • Remove Roo integration tests and fix install.sh 'all' platform (#130, 8e6c76d)

  • Resolve CI failures for formatting and type-checking (#91, 29dba09)

  • bob: Clarify entity count rule in learn skill (#122, 824e4d9)

  • claude: Move marketplace.json back to .claude-plugin directory (#115, 18ccaa9)

  • claude: Move marketplace.json to .claude-plugin directory (#107, a54a976)

  • claude: Rename plugin to evolve-lite in marketplace.json (#116, 2cae903)

  • entity-io: Prevent concurrent write collisions on same slug (#91, 29dba09)

  • entity-io: Reject unsafe entity type values before joining paths (#91, 29dba09)

  • entity-io: Use start-of-line match for rationale header parsing (#91, 29dba09)

  • evolve-lite: Format entity_io.py to satisfy ruff check (#134, 43c5951)

  • evolve-lite: Guard against non-string entity type values (#122, 824e4d9)

  • evolve-lite: Guard Stop hook against recursion and clean up noise (#134, 43c5951)

  • evolve-lite: Tighten learn skill to only extract high-signal guidelines (#122, 824e4d9)

  • justfile: Correct volume mount path in sandbox-prompt (#133, 6e2c787)

  • platform-integrations: Add missing entity_io lib to Bob (#105, a3be71d)

  • platform-integrations: Add missing entity_io lib to Bob integration (#105, a3be71d)

  • platform-integrations: Clean up Bob evolve-lite skills (#109, 889c8f1)

  • platform-integrations: Clean up trailing whitespace and add actionable recall instructions (#109, 889c8f1)

  • platform-integrations: Handle SameFileError race in _safe_copy2 (#104, d88baf1)

  • platform-integrations: Improve YAML parsing and error handling in install script (#100, 6bfdbbb)

  • platform-integrations: Resolve Step 0 vs Step 1 ordering conflict (#109, 889c8f1)

  • platform-integrations: Skip copy when src and dst are same file (#104, d88baf1)

  • postgres: Derive vector schema from embedding model (#135, a6b7b33)

  • postgres: Ensure pgvector extension before vector registration (#135, a6b7b33)

  • tests: Add postgres dependencies to dev group for testing (#128, f2bc745)

  • tests: Resolve linting errors and force isolated filesystem config in unit test fixture (#128, f2bc745)

Documentation

  • Fix Codex Lite Mode installation steps in AGENTS.md (#136, 427e99d)

  • Standardize cli commands to use evolve entrypoint across all readmes (#128, f2bc745)

  • Sync documentation with supported platforms (add codex, remove roo) (#136, 427e99d)

  • codex: Align evolve-lite skill naming and expand Codex skill guidance (#137, f962b55)

  • config: Document postgres backend settings (#135, a6b7b33)

  • evolve-lite: Document Stop hook UX implications and opt-out mechanism (#134, 43c5951)

  • repo: Align doc examples with integrations (#131, 58e7727)

  • repo: Reorganize documentation structure (#131, 58e7727)

Features

  • Improve tip generation prompt with richer guidance (#124, d373e7e)

  • Introduce Kaizen Web UI and Management Dashboard (#77, bd67611)

  • Propagate implementation_steps through tip storage and clustering (#124, d373e7e)

  • Remove Roo platform integration (#130, 8e6c76d)

  • claude: Auto-invoke learn skill after each task via stop hook ([#134]...

Read more

v1.0.5

12 Mar 19:39

Choose a tag to compare

v1.0.5 (2026-03-12)


Detailed Changes: v1.0.4...v1.0.5

v1.0.4

12 Mar 19:15

Choose a tag to compare

v1.0.4 (2026-03-12)


Detailed Changes: v1.0.3...v1.0.4

v1.0.3

12 Mar 17:47

Choose a tag to compare

v1.0.3 (2026-03-12)

Bug Fixes

  • save-trajectory: Address code review findings (#89, 6e6438b)

  • save-trajectory: Make log() best-effort so debug logging never crashes the script (#89, 6e6438b)

  • save-trajectory: Restrict file permissions on trajectories dir and output files (#89, 6e6438b)

  • save-trajectory: Use EXIT trap for temp file cleanup to handle script failures (#89, 6e6438b)

  • save-trajectory: Validate trajectory type and broaden input error handling (#89, 6e6438b)

Documentation

  • save-trajectory: Add skill to plugin README (#89, 6e6438b)

  • save-trajectory: Update module docstring to reflect file path argument (#89, 6e6438b)

Features

  • Add PostgreSQL/pgvector backend (#86, 50efcd2)

  • Add save-trajectory skill to export conversation as OpenAI chat format (#89, 6e6438b)

  • backend: Refactor entity update with template method pattern and upgrade dependencies (#86, 50efcd2)


Detailed Changes: v1.0.2...v1.0.3

v1.0.2

05 Mar 03:22

Choose a tag to compare

v1.0.2 (2026-03-05)

Bug Fixes

  • Include jinja prompt templates in package artifacts (#85, 0c29aba)

Detailed Changes: v1.0.1...v1.0.2

v1.0.1

04 Mar 22:32

Choose a tag to compare

v1.0.1 (2026-03-04)

Bug Fixes

  • packaging: Include kaizen subpackages in distribution (#84, 1bac14c)

Detailed Changes: v1.0.0...v1.0.1