Summary
Update github.com/charmbracelet/huh dependency from v0.6.0 to v0.8.0
Current State
Package : github.com/charmbracelet/huh
Current Version : v0.6.0
Proposed Version : v0.8.0
Update Type : Minor
Safety Assessment
✅ Safe to update
Minor version update (0.6.0 → 0.8.0)
Primarily bug fixes and new features
API changes are additive (making RunAccessible public)
Previous WithAccessible method deprecated but still functional
No breaking changes for existing code
Changes
v0.8.0 (Latest)
New Features:
Bug Fixes:
Documentation:
docs(readme): various small updates (#651)
docs(filepicker): correct godoc comment for DirAllowed function (Hello from Claude #681 )
v0.7.0 (Intermediate release - included in this update)
Various bug fixes and improvements between v0.6.0 and v0.8.0
Links
Recommended Action
go get -u github.com/charmbracelet/huh@v0.8.0
go mod tidy
Testing Notes
Run all tests: make test
Test interactive prompts and forms
Verify select and multiselect components work correctly
Check Terminal.app rendering if applicable
Test viewport scrolling behavior
Verify any custom Field implementations still work
AI generated by Dependabot Go Module Dependency Checker
Summary
Update
github.com/charmbracelet/huhdependency from v0.6.0 to v0.8.0Current State
Safety Assessment
✅ Safe to update
Changes
v0.8.0 (Latest)
New Features:
Bug Fixes:
Documentation:
v0.7.0 (Intermediate release - included in this update)
Links
Recommended Action
Testing Notes
make test