Feat/evals - #349
Merged
Merged
Conversation
This reverts commit c69011f.
# Conflicts: # benchmarks/tests/test_controller.py
Contributor
🟠 Maintainer review suggested — low confidenceThe automated review could not reach a fully supported conclusion. Limitations
This review is advisory and does not block merging. |
ankitranjan7
added a commit
that referenced
this pull request
Aug 18, 2026
#344) * fix(browser): add btoa/atob/TextEncoder/TextDecoder to the run sandbox The QuickJS sandbox for `browser run` exposed working base64 and UTF-8 codecs only under private-looking `__webcmd*` names, so programs reaching for the standard globals hit `'TextEncoder' is not defined`. Alias them to the platform names in the existing platform shim. btoa/atob are implemented as latin1 binary-string codecs rather than composed with the UTF-8 helpers, which would corrupt binary input. Buffer stays absent — it is Node-only. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> * feat(browser): expose writeArtifact under a public name and document it (#345) __webcmdWriteArtifact was the only write path out of the QuickJS sandbox and its dunder prefix reads as private, so programs would not call it. Expose the same function as globalThis.writeArtifact, keep the dunder as an alias, and return the receipt instead of swallowing it. Also accept a null contentType, which is what JSON.stringify produces for the two-argument call, and document artifacts in the browser-run reference including the download path and how a receipt is redeemed. Co-authored-by: Claude Opus 5 <noreply@anthropic.com> * Feat/evals (#349) * benchmakrs added * fix: removed missing refs from readme * feat(benchmarks): support OpenAI as judge provider * fix: screenshot upload * feat: added cost support * docs: design benchmark-specific judge prompts * feat(benchmarks): split general and stealth judge prompts * Delete docs/superpowers/specs directory * chore: bump version metadata for 0.7.0 release * Revert "chore: bump version metadata for 0.7.0 release" This reverts commit c69011f. * feat(benchmarks): expose full Webcmd skill pack to Codex evals * feat(benchmarks): clarify stealth captcha handling * fix: added support for webcmd browser skills only * feat(benchmarks): run eval attempts in parallel * fix(benchmarks): isolate parallel webcmd sessions * test(benchmarks): cover parallel webcmd sessions * pi support (#313) * chore(benchmarks): pin webcmd 0.7.1 * refactor: disable concurrency in benchmark evaluation and remove integration tests * feat(benchmarks): support Codex subscription evals * docs(skills): improve browser diff and form guidance * docs(skills): sync browser skill sources --------- Co-authored-by: beubax <tejasr@bu.edu> Co-authored-by: Tejas <48682479+beubax@users.noreply.github.com> --------- Co-authored-by: Claude Opus 5 <noreply@anthropic.com> Co-authored-by: Rishabh <33702025+rishabhraj36@users.noreply.github.com> Co-authored-by: beubax <tejasr@bu.edu> Co-authored-by: Tejas <48682479+beubax@users.noreply.github.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.
Description
Related issue:
Type of Change
Checklist
skill-src/, I ranmake buildand committedskills/Adapter Notes
CliErrorsubclasses instead of rawErrorScreenshots / Output