feat(site): filter models by config and add devMode query param - #53
Merged
Conversation
- Added `models` array to `.zealt/config.json` to configure which models are shown by default. - Updated Leaderboard and Tasks pages to filter out unconfigured models. - Added `devMode=true` query parameter to bypass model filtering. - Replaced `experimentalArtifacts=true` with `devMode=true` on the Trajectory page. 🤖 Generated with [Pochi](https://getpochi.com) | [Task](https://app.getpochi.com/share/p-1ae444cc9bb2423db44d4d5c713bf052) Co-Authored-By: Pochi <noreply@getpochi.com>
|
If the `models` list is empty in `.zealt/config.json`, it now shows all models instead of filtering everything out. 🤖 Generated with [Pochi](https://getpochi.com) | [Task](https://app.getpochi.com/share/p-1ae444cc9bb2423db44d4d5c713bf052) Co-Authored-By: Pochi <noreply@getpochi.com>
liangfung
approved these changes
May 7, 2026
wsxiaoys
reviewed
May 8, 2026
wsxiaoys
reviewed
May 8, 2026
| "description": "Performance results of AI coding models on Jujutsu tasks, measuring success rate and execution time with high precision.", | ||
| "github_repo": "https://github.com/TabbyML/jj-benchmark" | ||
| "github_repo": "https://github.com/TabbyML/jj-benchmark", | ||
| "models": [] |
Member
There was a problem hiding this comment.
as discussed previously, use a blacklist, not whitelist
Member
Author
There was a problem hiding this comment.
renamed to hidden_models, and will show all models if empty, will hide the model if it's specified in list
Changes the config property from `models` to `pending_models` and updates the filtering logic in the leaderboard and tasks page to exclude models present in the `pending_models` list. 🤖 Generated with [Pochi](https://getpochi.com) | [Task](https://app.getpochi.com/share/p-dbe3cc1bf5b44bc89258cc48d27006f6) Co-Authored-By: Pochi <noreply@getpochi.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
modelsarray to.zealt/config.jsonto configure which models are shown by default.devMode=truequery parameter to bypass model filtering.experimentalArtifacts=truewithdevMode=trueon the Trajectory page.🤖 Generated with Pochi | Task