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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
+
## [0.16.0] - 2026-01-26
9
+
10
+
### Changed
11
+
12
+
-**Refactored tool loading with Index singleton** - Index is now a singleton, eliminating duplicate schema definitions and simplifying tool initialization
13
+
- Tool classes now use `Index.instance.categories` directly in schema definitions instead of requiring runtime configuration
14
+
- Removed `TOOLS` constant and `configure_tool_schemas` method from Server
15
+
- Tools use autoload for lazy loading, ensuring they see populated categories at load time
16
+
8
17
## [0.15.5] - 2026-01-26
9
18
10
19
### Changed
@@ -236,6 +245,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
236
245
-`cf_list_category` - List items by category
237
246
-`cf_get_details` - Get full documentation by name
0 commit comments