Skip to content

chore(main): release 0.3.0 - #227

Closed
github-actions[bot] wants to merge 1 commit into
mainfrom
release-please--branches--main--components--ai
Closed

chore(main): release 0.3.0#227
github-actions[bot] wants to merge 1 commit into
mainfrom
release-please--branches--main--components--ai

Conversation

@github-actions

@github-actionsgithub-actionsBot commented Dec 13, 2025

Copy link
Copy Markdown
Contributor

🤖 I have created a release beepboop

0.3.0 (2025-12-15)

⚠ BREAKING CHANGES

  • Remove unused public exports from the SDK
  • remove unified API integration and migrate to connector-based naming (#219)
  • lint: Linting rules are now significantly stricter. Code that previously passed Biome's checks may now fail with oxlint's pedantic, correctness, suspicious, performance, and style rule categories all set to error level.
  • resolve typecheck errors by upgrading to zod v4 and ai SDK 5.0.108 (#183)
  • BaseToolSetConfig.stackOneClient is now rpcClient
  • bun -> pnpm+vitest && manage deps with flake.nix (#143)
  • OpenAPI spec imports from src/openapi/ are removed
  • desp: update openai sdk to v6 and deprecate v4 (#120)
  • metaRelevantTools() renamed to metaTools() and now returns Promise

Features

Bug Fixes

Miscellaneous Chores

Code Refactoring

  • flatten client structure and add Zod validation to RPC client (#168) (53bce87)
  • remove unused exports and experimental features (#221) (e131433)

This PR was generated with Release Please. See documentation.

@cubic-dev-aicubic-dev-aiBot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

No issues found across 2 files

Sign up for freeto 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

@glebedel