Skip to content

Commit

Permalink
Merge branch 'main' into craig/display-status
Browse files Browse the repository at this point in the history
  • Loading branch information
craigwalton-dsit authored Feb 26, 2025
2 parents f7baf23 + 9c9bd5b commit 0d6f9f7
Show file tree
Hide file tree
Showing 17 changed files with 976 additions and 768 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
- Reasoning: `reasoning_tokens` for setting maximum reasoning tokens (currently only supported by Claude Sonnet 3.7)
- Reasoning: `reasoning_history` can now be specified as "none", "all", "last", or "auto" (which yields a provider specific recommended default).
- Web Browser: [Various improvements](https://github.com/UKGovernmentBEIS/inspect_ai/pull/1314) to performance and robustness along with several bug fixes.
- OpenAI: Provide long connection (reasoning friendly) socket defaults in http client
- OpenAI: Capture `reasoning_tokens` when reported.
- OpenAI: Retry on rate limit requests with "Request too large".
- OpenAI: Tolerate `None` for assistant content (can happen when there is a refusal).
Expand All @@ -16,6 +17,8 @@
- Bugfix: Catch standard `TimeoutError` for running shell commands in the computer tool container.
- Bugfix: Fix audio and video inputs for new Google GenAI client.
- Bugfix: Ensure that token limits are not enforced during model graded scoring.
- Inspect View: Fix layout issues with human agent terminal session playback.
- Inspect View: Improve tool input / output appearance when rendered in VSCode.

## v0.3.70 (25 February 2025)

Expand Down
4 changes: 4 additions & 0 deletions src/inspect_ai/_view/www/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -805,15 +805,19 @@ table.table.table-sm td {
overflow: unset;
}

.markdown-content pre[class*="language-"],
pre[class*="language-"].tool-output,
.tool-output {
background-color: #f8f8f8;
}

.vscode-dark .markdown-content pre[class*="language-"],
.vscode-dark pre[class*="language-"].tool-output,
.vscode-dark .tool-output {
background-color: #333333;
}

.markdown-content pre[class*="language-"],
pre[class*="language-"].tool-output {
border: none !important;
box-shadow: none !important;
Expand Down
54 changes: 31 additions & 23 deletions src/inspect_ai/_view/www/dist/assets/index.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 0d6f9f7

Please sign in to comment.