fix: properly capture fetch-service-related output
Metadata
Current evaluation
Merged to wrap fetch-service configuration output into a progress stream, resolving issue #536. The update adds a 62-line diff across 5 files to improve user feedback during instance setup.
Suggested action: —
No scores available.
Issue body
Wrap all output derived from configuring the instance for the fetch-service,
which can take a little while, into a "Configuring instance :: " progress
stream.
Fixes #536
--------------
Looks like this:

Evaluation history
| Date | Model | Scores | Action | Summary |
|---|---|---|---|---|
| qwen/qwen3.6-35b-a3b | — | — | Merged to wrap fetch-service configuration output into a progress stream, resolving issue #536. The update adds a 62-line diff across 5 files to improve user feedback during instance setup. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged a fix wrapping fetch-service configuration output into a progress stream, resolving issue #536. The change improves UI feedback during instance setup and was closed shortly after submission. |
Update history
No update history recorded yet.
Related issues
| Issue | Project | State | Summary | Similarity |
|---|---|---|---|---|
| #544 fix: cleanup UI for fetch-service-related commands | craft-application | merged | Merged UI cleanup for fetch-service commands. Added progress steps to replace noisy Apt output, resolving issue #536. Approved by two reviewers with passing CI checks. | |
| #555 fix: properly log the fetch-service's output | craft-application | merged | Merged a fix for fetch-service logging that bypasses snap file descriptor restrictions by passing the logfile path via a new CLI option instead of bash redirection. Approved by two reviewers, passed CI, and resolves issue #550. | |
| #542 fix: don't start the fetch-service in managed mode | craft-application | merged | Merged to prevent the fetch-service from starting in managed mode, resolving issue #537. Approved by two reviewers, the commit modifies three files with 13 additions and one deletion. |