Use label as container slug prefix when provided #242

Merged
didericis merged 3 commits from use-label-as-container-slug into main 2026-06-22 15:36:55 -04:00
Showing only changes of commit 1a5b6e25f8 - Show all commits
+1 -1
View File
@@ -169,7 +169,7 @@ class TestCmdStartLabelCollision(unittest.TestCase):
collision_agent = _active_agent("researcher")
call_count = 0
def _modal(default_label, *, disclaimer="", **_kw):
def _modal(default_label: str, *, disclaimer: str = "", **_kw: object) -> tuple[str, str]:
nonlocal call_count
call_count += 1
if call_count == 1: