fix(coding-agent): defer catalog refresh until after TUI startup

This commit is contained in:
Armin Ronacher
2026-07-21 18:25:38 +02:00
parent a82289637b
commit b142504125
3 changed files with 20 additions and 5 deletions
+4
View File
@@ -2,6 +2,10 @@
## [Unreleased]
### Fixed
- Fixed interactive startup waiting for background model catalog refresh while computing the footer provider count.
## [0.81.0] - 2026-07-21
### New Features