Skip to content

Bump to v0.38.0-beta.1#2811

Merged
wwwillchen merged 1 commit intodyad-sh:mainfrom
wwwillchen:bump-to-v0-38-0-beta-1
Feb 26, 2026
Merged

Bump to v0.38.0-beta.1#2811
wwwillchen merged 1 commit intodyad-sh:mainfrom
wwwillchen:bump-to-v0-38-0-beta-1

Conversation

@wwwillchen
Copy link
Collaborator

@wwwillchen wwwillchen commented Feb 26, 2026

#skip-bb


Open with Devin

@wwwillchen wwwillchen requested a review from a team February 26, 2026 23:47
@gemini-code-assist
Copy link
Contributor

Summary of Changes

Hello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request focuses on updating the project's version number, marking a progression in its development cycle. This change is crucial for aligning with future release plans and ensuring that all subsequent builds and deployments correctly reflect the incremented version.

Highlights

  • Version Update: The project's version has been updated from 0.37.0 to 0.38.0-beta.1 in the package.json file.
Changelog
  • package.json
    • Updated the project version to 0.38.0-beta.1.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with πŸ‘ and πŸ‘Ž on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution. ↩

@wwwillchen wwwillchen merged commit 744d00c into dyad-sh:main Feb 26, 2026
6 of 7 checks passed
Copy link
Contributor

@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 updates the package version in package.json from 0.37.0 to 0.38.0-beta.1. This change is consistent with the pull request's title and appears to be a standard version bump for a new beta release. No issues were identified in the code change.

Copy link
Contributor

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

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

No issues found across 1 file

Confidence score: 5/5

  • Automated review surfaced no issues in the provided summaries.
  • No files require special attention.

@greptile-apps
Copy link
Contributor

greptile-apps bot commented Feb 26, 2026

Greptile Summary

This PR bumps the project version from 0.37.0 to 0.38.0-beta.1, indicating the start of a new beta release cycle for version 0.38.0. The change only affects the version field in package.json and follows semantic versioning conventions with the beta pre-release tag.

Confidence Score: 5/5

  • This PR is safe to merge with no risk
  • Simple version bump with a single line change following semantic versioning conventions - no code logic or functionality changes
  • No files require special attention

Important Files Changed

Filename Overview
package.json Version bumped from 0.37.0 to 0.38.0-beta.1 for new beta release

Last reviewed commit: 136b30d

Copy link
Contributor

@devin-ai-integration devin-ai-integration bot left a comment

Choose a reason for hiding this comment

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

βœ… Devin Review: No Issues Found

Devin Review analyzed this PR and found no potential bugs to report.

View in Devin Review to see 1 additional finding.

Open in Devin Review

@github-actions
Copy link
Contributor

πŸ” Dyadbot Code Review Summary

Verdict: βœ… YES - Ready to merge

Reviewed by 3 independent agents: Correctness Expert, Code Health Expert, UX Wizard.

βœ… No issues found by multi-agent review. This is a straightforward version bump from 0.37.0 to 0.38.0-beta.1 in package.json.

🚫 Dropped False Positives (1 item)
  • Version mismatch between package.json and package-lock.json - Dropped: The version field in package-lock.json is informational metadata that doesn't affect dependency resolution or builds. It's standard practice for version bump PRs to only update package.json; the lockfile syncs on the next npm install.

Generated by Dyadbot multi-agent code review

@github-actions
Copy link
Contributor

🎭 Playwright Test Results

❌ Some tests failed

OS Passed Failed Flaky Skipped
🍎 macOS 359 4 3 116
πŸͺŸ Windows 359 0 3 116

Summary: 718 passed, 4 failed, 6 flaky, 232 skipped

Failed Tests

🍎 macOS

  • fix_error.spec.ts > fix error with AI
    • Error: expect(locator).toMatchAriaSnapshot(expected) failed
  • fix_error.spec.ts > copy error message from banner
    • TimeoutError: locator.waitFor: Timeout 30000ms exceeded.
  • free_agent_quota.spec.ts > free agent quota - full flow: mode availability, quota tracking, exceeded banner, switch to build
    • TimeoutError: locator.click: Timeout 30000ms exceeded.
  • setup_flow.spec.ts > Setup Flow > node.js install flow
    • Error: expect(locator).toBeVisible() failed

πŸ“‹ Re-run Failing Tests (macOS)

Copy and paste to re-run all failing spec files locally:

npm run e2e \
  e2e-tests/fix_error.spec.ts \
  e2e-tests/free_agent_quota.spec.ts \
  e2e-tests/setup_flow.spec.ts

⚠️ Flaky Tests

🍎 macOS

  • github.spec.ts > github clear integration settings (passed after 1 retry)
  • setup_flow.spec.ts > Setup Flow > setup banner shows correct state when node.js is installed (passed after 1 retry)
  • smart_context_balanced.spec.ts > smart context balanced - simple (passed after 1 retry)

πŸͺŸ Windows

  • concurrent_chat.spec.ts > concurrent chat (passed after 2 retries)
  • setup_flow.spec.ts > Setup Flow > setup banner shows correct state when node.js is installed (passed after 1 retry)
  • setup_flow.spec.ts > Setup Flow > node.js install flow (passed after 2 retries)

πŸ“Š View full report

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