Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: OpenAgentPlatform/Dive
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.14.1
Choose a base ref
...
head repository: OpenAgentPlatform/Dive
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.14.2
Choose a head ref
  • 8 commits
  • 8 files changed
  • 3 contributors

Commits on Feb 20, 2026

  1. chore(deps-dev): bump @vitejs/plugin-react from 5.1.2 to 5.1.4

    Bumps [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react) from 5.1.2 to 5.1.4.
    - [Release notes](https://github.com/vitejs/vite-plugin-react/releases)
    - [Changelog](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/CHANGELOG.md)
    - [Commits](https://github.com/vitejs/vite-plugin-react/commits/plugin-react@5.1.4/packages/plugin-react)
    
    ---
    updated-dependencies:
    - dependency-name: "@vitejs/plugin-react"
      dependency-version: 5.1.4
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Feb 20, 2026
    Configuration menu
    Copy the full SHA
    ca664dd View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): bump oxlint from 1.35.0 to 1.49.0

    Bumps [oxlint](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint) from 1.35.0 to 1.49.0.
    - [Release notes](https://github.com/oxc-project/oxc/releases)
    - [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxlint/CHANGELOG.md)
    - [Commits](https://github.com/oxc-project/oxc/commits/oxlint_v1.49.0/npm/oxlint)
    
    ---
    updated-dependencies:
    - dependency-name: oxlint
      dependency-version: 1.49.0
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Feb 20, 2026
    Configuration menu
    Copy the full SHA
    4014516 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2026

  1. Merge pull request #335 from OpenAgentPlatform/dependabot/npm_and_yar…

    …n/oxlint-1.49.0
    
    chore(deps-dev): bump oxlint from 1.35.0 to 1.49.0
    ckaznable authored Mar 4, 2026
    Configuration menu
    Copy the full SHA
    f9c9c58 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2026

  1. Merge pull request #334 from OpenAgentPlatform/dependabot/npm_and_yar…

    …n/vitejs/plugin-react-5.1.4
    
    chore(deps-dev): bump @vitejs/plugin-react from 5.1.2 to 5.1.4
    ckaznable authored Mar 5, 2026
    Configuration menu
    Copy the full SHA
    c3a66a8 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2026

  1. fix: prevent premature URL validation error when configuring streamab…

    …le MCP (#340)
    
    Fix bitwise OR to logical OR in transport check and defer inline
    validation errors until the user has entered a value, so the URL field
    no longer turns red before any input.
    
    Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
    ckaznable and claude committed Mar 24, 2026
    Configuration menu
    Copy the full SHA
    417af07 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #341 from OpenAgentPlatform/fix-config-streamable

    fix: prevent premature URL validation error when configuring streamab…
    ckaznable authored Mar 24, 2026
    Configuration menu
    Copy the full SHA
    1d60ec7 View commit details
    Browse the repository at this point in the history
  3. fix: revert .message.sent background to --bg-pri-medium

    Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
    ckaznable and claude committed Mar 24, 2026
    Configuration menu
    Copy the full SHA
    6255915 View commit details
    Browse the repository at this point in the history
  4. chore: bump version

    ckaznable committed Mar 24, 2026
    Configuration menu
    Copy the full SHA
    3401fb6 View commit details
    Browse the repository at this point in the history
Loading