v1.0.0
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
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)
Refactoring
-
core: Disambiguate agent_name into role vs name (#9,
81ed046) -
core: Fetch maxim content from store, add memory_usage param (#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
Detailed Changes: v0.2.1...v1.0.0