Skip to content

feat: display prompt names as badges in report list view#258

Open
danymarques wants to merge 5 commits intoangular:mainfrom
danymarques:feat/display-prompt-names-in-report-list
Open

feat: display prompt names as badges in report list view#258
danymarques wants to merge 5 commits intoangular:mainfrom
danymarques:feat/display-prompt-names-in-report-list

Conversation

@danymarques
Copy link

Add promptNames field to RunGroup interface and collect prompt names
during report grouping. Display them as neutral status badges in the
report list UI with backward compatibility for older groups.json files.

Integrate @github/copilot as a new code generation runner. The runner
supports multiple models (Claude, Gemini, GPT), configures permissions
via .copilot/settings.json, and uses COPILOT.md for instructions.

Also add debug logging to BaseCliAgentRunner, controllable via the
CLI_RUNNER_DEBUG environment variable, to aid in troubleshooting
agent process execution.
…ross models

The --model option now accepts multiple values, allowing users to
run the same evaluation against several models in a single command.
When multiple models are specified, each model's report name is
suffixed with the model name to avoid collisions.

Usage: pnpm run wcs eval --model=gemini-2.5-pro --model=claude-sonnet-4-5
Add promptNames field to RunGroup interface and collect prompt names
during report grouping. Display them as neutral status badges in the
report list UI with backward compatibility for older groups.json files.
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.

1 participant