Skip to content

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 03 May 20:23
· 39 commits to main since this release

v1.0.0 (2026-05-03)

Bug Fixes

  • core: Make _call_tool delegate to _invoke_tool as shared dispatch path (#11, 8f62c46)

  • test: Include UpdateMemory in star-capabilities assertion (#9, 81ed046)

  • tui: Re-discover channel port from agent.state on reconnect (#8, 5bb4eb1)

  • tui: Rebind escape to interrupt_turn, ctrl+c to quit, drop ctrl+q (#8, 5bb4eb1)

  • tui+core: Reliable httpclient port discover. default agent spec override. (#8, 5bb4eb1)

Documentation

  • Add CLAUDE.md and clean up repo guidance (#10, 0f716e3)

Features

  • memory: Add InMemMemoryExtension replacing InMemMemoryStore (#11, 8f62c46)

  • memory: Add MarkdownMemoryExtension replacing MarkdownMemoryStore (#11, 8f62c46)

  • memory: Add MemoryExtension protocol and ep_memory extension point (#11, 8f62c46)

  • memory: Replace UpdateMemory with Remember/Recall/Forget tools, maxims integration (#11, 8f62c46)

  • memory: Two-temperature MemoryExtension with Remember/Recall/Forget tools (#11, 8f62c46)

  • memory: Update core exports for MemoryExtension types (#11, 8f62c46)

  • memory: Wire MemoryExtension through AgentHarness (#11, 8f62c46)

  • tui: Auto-focus input prompt on any keypress (#7, e9eefd9)

Refactoring

  • core: Disambiguate agent_name into role vs name (#9, 81ed046)

  • core: Fetch maxim content from store, add memory_usage param (#11, 8f62c46)

  • core: Maxims capability override (#11, 8f62c46)

  • core: Modularize default extensions and configuration (#12, 29f98e6)

  • core: Replace list_maxims with dict-based maxims (#11, 8f62c46)

  • harness: Remove _create_local_tools and ToolRegistry import (#9, 81ed046)

  • harness: Remove SendMail tool from harness-scoped local tools (#9, 81ed046)

  • memory: Make the markdown memory extension as default (#12, 29f98e6)

  • memory: Migrate tests and sources to MemoryExtension and maxims naming (#11, 8f62c46)

  • memory: Remove deprecated MemoryStore and ep_memory_store (#11, 8f62c46)

  • message_store: Make the jsonl message store as default (#12, 29f98e6)

Testing

  • memory: Add MemoryExtension protocol and tool tests (#11, 8f62c46)

Detailed Changes: v0.2.1...v1.0.0