Skip to content

Tokito v0.0.4 prerelease

Pre-release
Pre-release

Choose a tag to compare

@Afnanksalal Afnanksalal released this 26 Jun 21:14
· 220 commits to master since this release
c0f9efc

Tokito v0.0.4 prerelease.

Highlights:

  • MCP catalog client fixes for streamable HTTP/SSE, namespaced tools, result envelopes, and hyphenated symbol queries.
  • Apply-to-schematic uses apply-specific UI state and avoids retry loops while the editor commit path is running.
  • Ctrl+A/Delete now selects and clears all schematic canvas object classes in one operation.
  • CAD tool rail is compacted for 1080p-height screens without a scrollbar.
  • Native package version bumped to 0.0.4 and prerelease packaging copy refreshed for the internal-service product model.

Verification before release:

  • cargo check -p tokito-native
  • cargo test -p tokito-native
  • cargo test -p tokito-catalog
  • cargo test -p tokito
  • cargo build --locked --release -p tokito-native
  • PR #182 CI passed on Ubuntu, Windows, coverage, and cargo-deny.

Tracked by #180. Fixes #179 and #181 via #182.