Skip to content

v0.4.4

Choose a tag to compare

@LIUTod LIUTod released this 10 Jun 11:07
· 14 commits to main since this release

修复

  • 修复 Windows 加载动画导致启动崩溃 (0x00000001):移除 stdin.removeAllListeners('data'),改用 stdin.off('data', handler) 精确移除监听器,避免破坏 stdin 流状态
  • 加载动画文案优化:"按下 ENTER 唤醒核心"
  • 信号处理器正确清理(SIGINT / SIGTERM)

变更文件

  • apps/scream-code/src/tui/components/chrome/loading.ts
  • apps/scream-code/package.json