Skip to content

docs: add weekly changelog for March 10-14, 2026#1176

Merged
sarinali merged 4 commits intotrycua:mainfrom
sarinali:docs/changelog-3-14
Mar 17, 2026
Merged

docs: add weekly changelog for March 10-14, 2026#1176
sarinali merged 4 commits intotrycua:mainfrom
sarinali:docs/changelog-3-14

Conversation

@sarinali
Copy link
Copy Markdown
Contributor

@sarinali sarinali commented Mar 14, 2026

Summary

  • Add weekly changelog entry covering N1 agent loop, GPT-5.4, Sonnet 4.6, OpenAI inference API, interactive shell on sandboxes

Test plan

  • Review changelog entries against merged PRs for accuracy

Summary by CodeRabbit

  • New Features

    • Added native agent loop support for Yutori N1 browser-use agent
    • GPT-5.4 tool support
    • Expanded inference API compatibility with Sonnet 4.6 and OpenAI provider
    • New sandbox access commands for interactive and non-interactive operations
  • Bug Fixes

    • Viewport-based agent click behavior
    • Action selection for computer tool
  • Infrastructure

    • Sandbox infrastructure enhancements across multiple environments
  • Documentation

    • Updated documentation and guides

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Mar 14, 2026

Important

Review skipped

Auto incremental reviews are disabled on this repository.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 80fca7dc-632f-4137-b98a-639c4e670797

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
📝 Walkthrough

Walkthrough

A new CHANGELOG.md file documents weekly updates for March 10-14, 2026, detailing expanded native agent loop support, GPT-5.4 tool compatibility, inference API expansions, new sandbox access commands, broader sandbox infrastructure capabilities, and associated fixes, documentation updates, and infrastructure upgrades.

Changes

Cohort / File(s) Summary
Changelog Documentation
CHANGELOG.md
Added comprehensive changelog documenting Week of March 10-14, 2026 updates including expanded agent loop support, GPT-5.4 tools, inference API compatibility, sandbox access commands, infrastructure improvements, fixes, and notable merged PRs.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~5 minutes

Poem

🐰✨ A changelog hops into view,
With features fresh and fixes too,
From agents looping to sandboxes wide,
New paths for code to run and ride!
The rabbit cheers—progress is here! 🥕📝

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately describes the main change: adding a weekly changelog for a specific date range. It is concise, clear, and directly related to the changeset.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
📝 Coding Plan
  • Generate coding plan for human review comments

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Tip

You can customize the high-level summary generated by CodeRabbit.

Configure the reviews.high_level_summary_instructions setting to provide custom instructions for generating the high-level summary.

Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In `@CHANGELOG.md`:
- Line 49: Update the typo in the changelog entry for `#1152`: change the text
`fix broken hud liks` to `fix broken hud links` so it matches the correct
wording used elsewhere (e.g., the "broken documentation links" description).
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 0a8ccd52-6a9e-4f50-bddf-e685759602de

📥 Commits

Reviewing files that changed from the base of the PR and between 57b3598 and 6ae9a43.

📒 Files selected for processing (1)
  • CHANGELOG.md

Comment thread CHANGELOG.md Outdated
- `#1169` `feat(cli): Add shell and exec commands to cua sb`
- `#1158` `docs: update custom agent guides to match actual BaseAgent interface`
- `#1155` `feat(agent): Add Yutori n1 browser-use agent loop`
- `#1152` `fix broken hud liks`
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🟡 Minor

Fix typo in PR title.

The PR title contains a typo: "liks" should be "links". This is inconsistent with line 30, which correctly describes the fix as "broken documentation links."

📝 Proposed fix for the typo
-- `#1152` `fix broken hud liks`
+- `#1152` `fix broken hud links`
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
- `#1152` `fix broken hud liks`
- `#1152` `fix broken hud links`
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@CHANGELOG.md` at line 49, Update the typo in the changelog entry for `#1152`:
change the text `fix broken hud liks` to `fix broken hud links` so it matches
the correct wording used elsewhere (e.g., the "broken documentation links"
description).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@vercel
Copy link
Copy Markdown
Contributor

vercel Bot commented Mar 16, 2026

@sarinali is attempting to deploy a commit to the Cua Team on Vercel.

A member of the Team first needs to authorize it.

sarinali and others added 2 commits March 16, 2026 23:30
Replaces monolithic CHANGELOG.md with individual weekly entries
in changelog/ directory, matching the format cloud expects for
syncing to cua.ai/changelog.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Changelog lives in changelog/ directory now.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@sarinali sarinali merged commit 5464de7 into trycua:main Mar 17, 2026
2 of 4 checks passed
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