Skip to content

3.6.2

Choose a tag to compare

@github-actions github-actions released this 13 Mar 14:53
· 38 commits to main since this release

🔨 Bugfixes

  • TypeScript config loading — Removed the runtime Bun.build bundling pipeline for TS configs in compiled binaries. Bun's native TypeScript support now handles configs directly, with autoloadTsconfig enabled at compile time so path aliases resolve correctly
  • Stack trace cleanup — Internal Stacktape source frames (from src/, shared/, scripts/) that don't exist on disk are now filtered out of user-facing error stack traces
  • npm binary entrypoint — Deduplicated spawnSync logic into an executeBinary helper with consistent error and signal handling for both global-binary and downloaded-binary code paths

DocsSlackX