Show ruler with artifacts generated for clarity
This commit is contained in:
parent
509954a866
commit
42b8708e5c
1 changed files with 1 additions and 0 deletions
|
|
@ -187,6 +187,7 @@ def print_response(response: dict[str, Any], console: Console):
|
|||
|
||||
# Print artifacts summary with details
|
||||
if artifacts:
|
||||
console.rule("[dim]Artifacts generated[/dim]")
|
||||
summary_lines = []
|
||||
|
||||
for artifact in artifacts:
|
||||
|
|
|
|||
Loading…
Reference in a new issue