Skip to content

some cleanups#7

Merged
teknium1 merged 2 commits intomainfrom
test
Nov 5, 2025
Merged

some cleanups#7
teknium1 merged 2 commits intomainfrom
test

Conversation

@teknium1
Copy link
Copy Markdown
Contributor

@teknium1 teknium1 commented Nov 5, 2025

No description provided.

@teknium1 teknium1 merged commit 69fd0ca into main Nov 5, 2025
teknium1 added a commit that referenced this pull request Mar 17, 2026
1. browser_tool.py: Replace **args spread on browser_click, browser_type,
   and browser_scroll handlers with explicit parameter extraction. The
   **args pattern passed all dict keys as keyword arguments, causing
   TypeError if the LLM sent unexpected parameters. Now extracts only
   the expected params (ref, text, direction) with safe defaults.

2. fuzzy_match.py: Update module docstring to match actual strategy
   order in code. Block anchor was listed as #3 but is actually #7.
   Multi-occurrence is not a separate strategy but a flag. Updated
   count from 9 to 8.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant