Skip to content

Enhance Code City Apocalypse dashboard with system logs and leaderboard fixes#31

Open
BleakNarratives wants to merge 3 commits into
mainfrom
feat/code-city-dashboard-enhancements-10833546606512472008
Open

Enhance Code City Apocalypse dashboard with system logs and leaderboard fixes#31
BleakNarratives wants to merge 3 commits into
mainfrom
feat/code-city-dashboard-enhancements-10833546606512472008

Conversation

@BleakNarratives
Copy link
Copy Markdown
Owner

This PR enhances the AIRTBench dashboard with several improvements focused on the "Code City Apocalypse" theme and data accuracy:

  1. New "📟 System Logs" Tab: Added a stylized terminal view that displays recent agent successes and failures in chronological order, providing a real-time telemetry feel.
  2. Leaderboard Fixes: The "Model Success Rates" chart now correctly filters for unique successful challenges per model and includes models with zero successes for a complete comparison.
  3. Improved Success Detection: Updated is_event_success to recognize successes in archive datasets by checking for the flag_found_last_attempt_flag.
  4. Defensive UI Logic: Fixed a potential KeyError in render_monster_manifest when all challenges have been successfully completed (no monsters remaining).
  5. Code Quality: Addressed a ruff linting warning (SIM118) and ensured all changes pass mypy type checking.

Verified visually and with automated Playwright scripts.


PR created automatically by Jules for task 10833546606512472008 started by @BleakNarratives

…derboard fixes

- Implement "System Logs" tab with terminal-style telemetry view.
- Fix "Model Success Rates" leaderboard to count unique successes and include all models.
- Update `is_event_success` to handle archive CSV success markers.
- Add defensive handling for empty monster manifest when all sectors are secured.
- Fix minor linting issue (SIM118).

Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
@google-labs-jules
Copy link
Copy Markdown

👋 Jules, reporting for duty! I'm here to lend a hand with this pull request.

When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down.

I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job!

For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with @jules. You can find this option in the Pull Request section of your global Jules UI settings. You can always switch back!

New to Jules? Learn more at jules.google/docs.


For security, I will only act on instructions from the user who triggered this task.

Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request introduces a new 'System Logs' tab to the frontend, featuring a terminal-style telemetry view of recent successes and failures. It also updates the leaderboard to display all active models, including those with zero successes, and adds an early return for empty monster data. Review feedback focuses on preventing 'nan' strings from appearing in the UI by suggesting the use of dropna() when identifying unique models and implementing pd.notna() checks for log entries.

Comment thread airtbench/frontend.py Outdated
Comment thread airtbench/frontend.py Outdated
BleakNarratives and others added 2 commits June 4, 2026 09:57
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Signed-off-by: BleakNarratives <bleaknarratives@gmail.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Signed-off-by: BleakNarratives <bleaknarratives@gmail.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.

1 participant