TauTUI 0.2.0
Minor release for the new public AutocompleteSuggestion(items:prefix:) initializer plus accumulated fixes since 0.1.6.
Changes
- Autocomplete suggestions can now be constructed by external TauTUI clients. Thanks @dcartman.
- Autocomplete no longer inserts a duplicate
@when completing attachment paths. Thanks @DivineDominion. - Select-list descriptions now align consistently for selected and unselected rows. Thanks @DivineDominion.
Proof
- Release gate before release edits and before tagging: 0 open issues, 0 open PRs, clean
main. - Release commit:
f54c06982bf5043a0d3069991573f3e6c3529a76(chore: release 0.2.0). - Main CI for the release commit passed: https://github.com/steipete/TauTUI/actions/runs/27259817342 (
lint,build-and-teston Ubuntu and macOS). - Local checks passed:
swiftformat . --config .swiftformat,swiftformat --lint . --config .swiftformat,swiftlint --config .swiftlint.yml,swift build --configuration debug,swift test --parallel. - External path proof passed:
/tmp/tautui-external-repro-mainswift buildimports localTauTUIand constructsAutocompleteSuggestion(items:prefix:). - SwiftPM tag proof passed:
/tmp/tautui-tag-consume-0.2.0swift buildresolvedhttps://github.com/steipete/TauTUI.gitexact0.2.0, importedTauTUI, and constructedAutocompleteSuggestion(items:prefix:). - Autoreview passed:
/Users/steipete/Projects/agent-skills/skills/autoreview/scripts/autoreview --mode localreported clean with no accepted/actionable findings.