Skip to content

v2.0.4

Choose a tag to compare

@github-actions github-actions released this 15 Dec 00:06
· 88 commits to master since this release

Summary

Bug Fixes:

  • Fixed unknown version display in auto-update-checker and improved JSONC parsing
  • Fixed empty response errors in session-recovery by adding placeholder messages for thinking-only messages

New Hook:

  • Added non-interactive-env hook that sets non-interactive environment variables (CI, DEBIAN_FRONTEND, etc.) for bash commands

  • 7fd52e2 refactor(non-interactive-env): use args.env instead of command prepending
  • 08481c0 refactor(non-interactive-env): remove regex-based TUI blocking
  • 192e8ad refactor(hooks): rename interactive-bash-blocker to non-interactive-env
  • 5dd4d97 fix(auto-update-checker): resolve unknown version display and improve JSONC parsing (#54)
  • b1abb79 refactor(interactive-bash-blocker): replace regex blocking with environment configuration
  • 8618d57 add missing schema components
  • 4b6b725 feat(hooks): Add interactive-bash-blocker hook
  • 1aaa6e6 fix(session-recovery): Add placeholder message for thinking-only messages

Thank you to 1 community contributor:

  • @junhoyeo:
    • fix(auto-update-checker): resolve unknown version display and improve JSONC parsing (#54)