Skip to content

v0.2.3 - TypeScript Fixes

Choose a tag to compare

@tikazyq tikazyq released this 17 Nov 13:08
· 1479 commits to main since this release

🐛 Bug Fixes

This release resolves all TypeScript compilation errors that were blocking the v0.2.3 release:

Fixed TypeScript Errors

  • Core package: Exported type for use in CLI
  • SpecInfo interface: Made Mon Nov 17 21:08:28 CST 2025 field optional to match core package definition
  • Search command: Fixed type mismatches for �]2;��]1;� and fields (cast to string)
  • MCP SDK integration: Updated tool and resource handler signatures to include parameter required by SDK v1.21.0
  • Isolate command: Added missing field to frontmatter
  • Console capturing: Fixed broken console log/error capturing in backfill, files, and validate tools
  • Type literals: Added as const annotations to all MCP tool response types
  • Type registry: Used any cast to work around SDK type narrowing issues

Summary

All 30+ TypeScript errors have been resolved. The package now compiles cleanly with and builds successfully. All CLI tests pass.

Full Changelog: v0.2.2...v0.2.3