Skip to content

Normalize globs and simplify tool parsing#3

Open
ondrahladik wants to merge 1 commit into
mirekholec:mainfrom
ondrahladik:main
Open

Normalize globs and simplify tool parsing#3
ondrahladik wants to merge 1 commit into
mirekholec:mainfrom
ondrahladik:main

Conversation

@ondrahladik

Copy link
Copy Markdown

Normalize glob patterns to use forward slashes (toGlob) for cross-platform matching and replace complex tool-extraction logic with a simpler tools array built from the tools file. Removed the toolsByName map, deferred-tool detection, JSONL consumption helpers and many parsing utilities; agent/tool size tracking and related sorting/char-counts were also removed. Adjusted tool-call parsing to parse args more robustly and simplified toolsByParent entries to only include name and detail.

Normalize glob patterns to use forward slashes (toGlob) for cross-platform matching and replace complex tool-extraction logic with a simpler tools array built from the tools file. Removed the toolsByName map, deferred-tool detection, JSONL consumption helpers and many parsing utilities; agent/tool size tracking and related sorting/char-counts were also removed. Adjusted tool-call parsing to parse args more robustly and simplified toolsByParent entries to only include name and detail.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant