Skip to content

Feat/evals - #349

Merged
rishabhraj36 merged 26 commits into
mainfrom
feat/evals
Aug 18, 2026
Merged

Feat/evals#349
rishabhraj36 merged 26 commits into
mainfrom
feat/evals

Conversation

@rishabhraj36

Copy link
Copy Markdown
Collaborator

Description

Related issue:

Type of Change

  • 🐛 Bug fix
  • ✨ New feature
  • 🌐 New site adapter
  • 📝 Documentation
  • ♻️ Refactor
  • 🔧 CI / build / tooling

Checklist

  • I ran the checks relevant to this PR
  • I updated tests or docs if needed
  • I included output or screenshots when useful
  • If I edited skill-src/, I ran make build and committed skills/

Adapter Notes

  • Updated generated or lean docs when command discoverability changed
  • Used positional args for the command's primary subject unless a named flag is clearly better
  • Normalized expected adapter failures to CliError subclasses instead of raw Error

Screenshots / Output

rishabhraj36 and others added 25 commits August 10, 2026 14:56
# Conflicts:
#	benchmarks/tests/test_controller.py
@github-actions

github-actions Bot commented Aug 18, 2026

Copy link
Copy Markdown
Contributor

🟠 Maintainer review suggested — low confidence

The automated review could not reach a fully supported conclusion.

Limitations

  • Some review context was unavailable or reduced.
  • The automated review returned an invalid structured result.

This review is advisory and does not block merging.

@rishabhraj36
rishabhraj36 merged commit fb70a27 into main Aug 18, 2026
26 checks passed
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>
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.

2 participants