You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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