Skip to content

release: 0.19.0 - #55

Merged
stainless-app[bot] merged 3 commits into
mainfrom
release-please--branches--main--changes--next--components--sdk
Nov 12, 2025
Merged

release: 0.19.0#55
stainless-app[bot] merged 3 commits into
mainfrom
release-please--branches--main--changes--next--components--sdk

Conversation

@stainless-app

@stainless-app stainless-app Bot commented Nov 12, 2025

Copy link
Copy Markdown
Contributor

Automated Release PR

0.19.0 (2025-11-12)

Full Changelog: v0.18.0...v0.19.0

Features


This pull request is managed by Stainless's GitHub App.

The semver version number is based on included commit messages. Alternatively, you can manually set the version number in the title of this pull request.

For a better experience, it is recommended to use either rebase-merge or squash-merge when merging this pull request.

🔗 Stainless website
📚 Read the docs
🙋 Reach out for help or questions

@stainless-app

stainless-app Bot commented Nov 12, 2025

Copy link
Copy Markdown
Contributor Author

🧪 Testing

    To try out this version of the SDK, run:
    ```
    npm install 'https://pkg.stainless.com/s/kernel-typescript/b9b6fe94de3194fb5a1753f4cab7112b437b8a35/dist.tar.gz'
    ```

    _Expires: Fri, 12 Dec 2025 16:44:21 GMT_

@mesa-dot-dev

mesa-dot-dev Bot commented Nov 12, 2025

Copy link
Copy Markdown

Mesa Description

Automated Release PR

This PR bumps the package version to 0.19.0 to release the "hide cursor v2" feature.

0.19.0 (2025-11-12)

Full Changelog: v0.18.0...v0.19.0

Features


This pull request is managed by Stainless's GitHub App.

The semver version number is based on included commit messages. Alternatively, you can manually set the version number in the title of this pull request.

For a better experience, it is recommended to use either rebase-merge or squash-merge when merging this pull request.

🔗 Stainless website
📚 Read the docs
🙋 Reach out for help or questions

Description generated by Mesa. Update settings

@mesa-dot-dev mesa-dot-dev Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Performed full review of c1f51bc...865f294

Analysis

  1. Response Structure Limitation - The ComputerSetCursorVisibilityResponse only returns a generic ok: boolean without providing feedback about the actual cursor state, limiting validation and debugging capabilities.

  2. Insufficient Error Handling - The implementation lacks explicit validation of the hidden parameter and doesn't indicate what happens if cursor visibility changes fail due to browser limitations or permission issues.

  3. API Design Inconsistency - While other similar Computer class methods (moveMouse, clickMouse, etc.) return void (APIPromise), this new method returns a response object, creating potential confusion for SDK users.

  4. Testing Coverage Gaps - Tests for the new functionality have been added but are currently skipped (Prism tests disabled), potentially leaving the feature undertested before release.

Tip

Help

Slash Commands:

  • /review - Request a full code review
  • /review latest - Review only changes since the last review
  • /describe - Generate PR description. This will update the PR body or issue comment depending on your configuration
  • /help - Get help with Mesa commands and configuration options

10 files reviewed | 0 comments | Edit Agent SettingsRead Docs

@stainless-app
stainless-app Bot merged commit 09a09da into main Nov 12, 2025
9 checks passed
@stainless-app

stainless-app Bot commented Nov 12, 2025

Copy link
Copy Markdown
Contributor Author

@mateoCuervo
mateoCuervo deleted the release-please--branches--main--changes--next--components--sdk branch November 12, 2025 18:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant