Skip to content

Conversation

@cte
Copy link
Collaborator

@cte cte commented Dec 20, 2025

🚀 Release v1.94.0

This PR contains the version bump for the SDK release v1.94.0.

Changes

  • Bumped version from previous to v1.94.0
  • Published to npm as @roo-code/types@1.94.0

Checklist

  • Version bumped
  • Package published to npm
  • Changelog updated (if applicable)
  • Documentation updated (if applicable)

This PR was automatically created by the npm publish script.


Important

Bump version to 1.94.0 and update import in custom-tool.ts for clarity.

  • Version Bump:
    • Updated version to 1.94.0 in package.metadata.json.
    • Published as @roo-code/types@1.94.0 on npm.
  • Code Changes:
    • Changed import statement in custom-tool.ts from z to parametersSchema for clarity.
  • Misc:
    • PR created by npm publish script.

This description was created by Ellipsis for 2f845d5. You can customize this summary. It will automatically update as commits are pushed.

@cte cte requested review from jr and mrubens as code owners December 20, 2025 18:44
@dosubot dosubot bot added the size:L This PR changes 100-499 lines, ignoring generated files. label Dec 20, 2025
@roomote
Copy link
Contributor

roomote bot commented Dec 20, 2025

Rooviewer Clock   See task on Roo Cloud

All issues have been addressed. Ready for merge.

  • Fix incorrect import in JSDoc example (custom-tool.ts line 85) - uses parametersSchema as z instead of z
Previous reviews

Mention @roomote in a comment to request specific changes to this pull request or fix all unresolved issues.

@cte cte changed the title Release: v1.94.0 Add custom tool definitions to @roo-code/types Dec 20, 2025
*
* @example
* ```ts
* import { z, defineCustomTool } from "@roo-code/types"
Copy link
Contributor

Choose a reason for hiding this comment

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

The example import { z, defineCustomTool } will fail because the actual export is parametersSchema, not z. Users following this documentation will get an import error.

Suggested change
* import { z, defineCustomTool } from "@roo-code/types"
* import { parametersSchema as z, defineCustomTool } from "@roo-code/types"

Fix it with Roo Code or mention @roomote and request a fix.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@roomote Please fix.

Copy link
Contributor

@roomote roomote bot Dec 21, 2025

Choose a reason for hiding this comment

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

Fixaroo Clock   See task on Roo Cloud

Fixed the reported issue. All local checks passed.

View commit | Revert commit

@hannesrudolph hannesrudolph added the Issue/PR - Triage New issue. Needs quick review to confirm validity and assign labels. label Dec 20, 2025
@dosubot dosubot bot added size:XS This PR changes 0-9 lines, ignoring generated files. and removed size:L This PR changes 100-499 lines, ignoring generated files. labels Dec 21, 2025
@cte cte merged commit 2bb3755 into main Dec 21, 2025
10 checks passed
@cte cte deleted the roo-code-types-v1.94.0 branch December 21, 2025 23:15
@github-project-automation github-project-automation bot moved this from New to Done in Roo Code Roadmap Dec 21, 2025
@github-project-automation github-project-automation bot moved this from Triage to Done in Roo Code Roadmap Dec 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Issue/PR - Triage New issue. Needs quick review to confirm validity and assign labels. size:XS This PR changes 0-9 lines, ignoring generated files.

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

4 participants