-
Notifications
You must be signed in to change notification settings - Fork 6
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Checking mergeability…
Don’t worry, you can still create the pull request.
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: adithya04dev/openrouter-tool-check
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: OpenRouterTeam/openrouter-tool-check
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 11 commits
- 97 files changed
- 3 contributors
Commits on Jun 2, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 7b42177 - Browse repository at this point
Copy the full SHA 7b42177View commit details -
Merge remote-tracking branch 'origin/master'
# Conflicts: # data/tool_support_results_latest.json # docs/data.json # docs/index.html
Xeophon authored and Xeophon committedJun 2, 2025 Configuration menu - View commit details
-
Copy full SHA for ee91028 - Browse repository at this point
Copy the full SHA ee91028View commit details -
refactor: simplify data structure to use single JSON file
- Replace multiple timestamped JSON files with single data.json in root - Remove incremental saving during model testing - Update all paths from data/tool_support_results_latest.json to data.json - Remove unnecessary file duplication to docs/data.json - Delete empty data directory and all historical JSON files - Simplify repository structure for easier collaboration and merging This change reduces merge conflicts and makes the codebase cleaner by having a single source of truth for test results. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cd969d0 - Browse repository at this point
Copy the full SHA cd969d0View commit details -
Xeophon authored and Xeophon committed
Jun 2, 2025 Configuration menu - View commit details
-
Copy full SHA for 511777c - Browse repository at this point
Copy the full SHA 511777cView commit details -
perf: optimize check_all_models.py with concurrent execution
- Remove all sleep delays (0.5s and 0.3s) between requests - Implement concurrent request execution with asyncio - Add semaphore to limit concurrent requests to 5 at a time - Run all 3 tests per provider concurrently - Process models in batches of 3 to avoid overwhelming the API - Maintain correct httpx usage for OpenRouter API endpoints This significantly speeds up the testing process, especially when checking many models and providers. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a4cadd7 - Browse repository at this point
Copy the full SHA a4cadd7View commit details -
Xeophon authored and Xeophon committed
Jun 2, 2025 Configuration menu - View commit details
-
Copy full SHA for 6f02003 - Browse repository at this point
Copy the full SHA 6f02003View commit details -
Add action to only deploy the website
Xeophon authored and Xeophon committedJun 2, 2025 Configuration menu - View commit details
-
Copy full SHA for 66d7414 - Browse repository at this point
Copy the full SHA 66d7414View commit details -
Xeophon authored and Xeophon committed
Jun 2, 2025 Configuration menu - View commit details
-
Copy full SHA for 7c275fd - Browse repository at this point
Copy the full SHA 7c275fdView commit details -
Xeophon authored and Xeophon committed
Jun 2, 2025 Configuration menu - View commit details
-
Copy full SHA for bcdedca - Browse repository at this point
Copy the full SHA bcdedcaView commit details -
Xeophon authored and Xeophon committed
Jun 2, 2025 Configuration menu - View commit details
-
Copy full SHA for fdd8c01 - Browse repository at this point
Copy the full SHA fdd8c01View commit details -
Xeophon authored and Xeophon committed
Jun 2, 2025 Configuration menu - View commit details
-
Copy full SHA for ca05e5a - Browse repository at this point
Copy the full SHA ca05e5aView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master