Skip to content

v0.5.0

Choose a tag to compare

@neochoon neochoon released this 12 Jan 15:06
· 569 commits to main since this release

What's Changed

Improvements

  • Configurable max_activities: Claude panel now supports max_activities in config.yaml (default: 20)
  • Better session detection: Distinguish between "No Claude session" (folder doesn't exist) and "No active session" (inactive 5+ min)
  • Init warnings: npx agenthud init now shows warnings when not a git repo or no Claude session found

Internal

  • Extracted config.yaml template to separate file (src/templates/config.yaml)
  • Removed plan panel creation from init command
  • Removed CLAUDE.md handling from init command