v0.2.0
Release v0.2.0
Highlights
- Macro: @llmtools types now automatically conform to LLMToolsRepository via an attached extension macro when applied at file scope.
- Macro declaration updated to advertise the extension conformance.
- Tests: Added conformance assertion and moved the filtering demo to file scope; expanded runtime filtering/dispatch checks.
- Docs: Clarified file‑scope requirement for automatic conformance and usage tips.
Notes
- Local (inside-function) types annotated with @llmtools still get members (llmTools, dispatchLLMTool, filtering), but do not gain protocol conformance.