You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
New Tools
trace_di_registrations — discover every Add/TryAdd/AddKeyed registration for a type across the project; detects generic, typeof(), and factory-lambda forms (#86)
map_project — project-wide type-to-file map with kind and base list; opt-in via TOKENSAVER_ENABLE_MAP_PROJECT=1 (#87, #89)
Improvements
Agentic-mode optimizations: parse cache avoids re-parsing the same syntax tree across consecutive tool calls (#87)
trace_di_registrations now recognizes TryAddKeyed* registrations (#88)
docs/tools.json is now the single source of truth for tool metadata; README and viewer tool grid are generated from it (#90)
Fixes
Removed duplicate tool cards in Capabilities.razor that caused a build failure (#91)
Other
Added MIT License
Startup log lines now show both UTC and local time (#85)