Skip to content

Release: v1.108.0#11107

Closed
cte wants to merge 3 commits intomainfrom
roo-code-types-v1.108.0
Closed

Release: v1.108.0#11107
cte wants to merge 3 commits intomainfrom
roo-code-types-v1.108.0

Conversation

@cte
Copy link
Collaborator

@cte cte commented Jan 30, 2026

🚀 Release v1.108.0

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

Changes

  • Bumped version from previous to v1.108.0
  • Published to npm as @roo-code/types@1.108.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

Bumped SDK version to v1.108.0, published to npm, and made minor code adjustments including import path updates and type handling improvements.

  • Version Bump:
    • Bumped version to v1.108.0 in package.metadata.json.
    • Published to npm as @roo-code/types@1.108.0.
  • Code Changes:
    • Added import for routes.d.ts in next-env.d.ts.
    • Removed webpack configuration in next.config.ts.
    • Updated @roo-code/types dependency version in package.json.
    • Cast to InsertRun in createRun() in runs.ts to handle type mismatch.
    • Adjusted toolUsage type handling in run.tsx.
    • Fixed image import paths in cloud/page.tsx, content-a.tsx, and content-b.tsx.
    • Changed FAQ answer container from <p> to <div> in provider/page.tsx.
    • Added openDropdown state for dropdown management in nav-bar.tsx.
    • Added width property to PositionedUseCase in use-examples-section.tsx.
    • Removed .js extensions from imports in messageLogDeduper.test.ts, index.ts, processTask.ts, runCi.ts, runEvals.ts, runTaskInCli.ts, runTaskInVscode.ts, runUnitTest.ts, types.ts, utils.ts, db.ts, index.ts, copyRun.spec.ts, runs.test.ts, copyRun.ts, runs.ts, taskMetrics.ts, tasks.ts, toolErrors.ts, schema.ts, and index.ts.

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

@cte cte requested review from jr and mrubens as code owners January 30, 2026 09:55
@dosubot dosubot bot added size:L This PR changes 100-499 lines, ignoring generated files. changelog-ready labels Jan 30, 2026
@roomote
Copy link
Contributor

roomote bot commented Jan 30, 2026

Rooviewer Clock   See task on Roo Cloud

Review complete. Found 1 issue that should be addressed before merging.

  • apps/web-evals/next-env.d.ts: Import references generated dev file that won't exist in CI/fresh clones

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

@@ -1,5 +1,6 @@
/// <reference types="next" />
/// <reference types="next/image-types/global" />
import "./.next/dev/types/routes.d.ts"
Copy link
Contributor

Choose a reason for hiding this comment

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

This import statement references .next/dev/types/routes.d.ts, which is only generated by Next.js when running the dev server. On fresh clones or in CI environments where next dev hasn't been run, this file won't exist and TypeScript compilation will fail. The file comment also states "This file should not be edited". Consider removing this line or making it conditional.

Suggested change
import "./.next/dev/types/routes.d.ts"

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

Base automatically changed from cte/update-next-js to main January 30, 2026 10:08
@cte cte closed this Feb 5, 2026
@github-project-automation github-project-automation bot moved this from New to Done in Roo Code Roadmap Feb 5, 2026
@cte cte deleted the roo-code-types-v1.108.0 branch February 5, 2026 02:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

changelog-ready size:L This PR changes 100-499 lines, ignoring generated files.

Projects

No open projects
Status: Triage

Development

Successfully merging this pull request may close these issues.

1 participant