3ee35b54f5
Previously, only containers with the webterm-command label were detected by the Docker watcher. Now containers with webterm-theme label (but not webterm-command) are also picked up and use the default auto command. Changes: - Add _has_webterm_label() helper to check for any webterm label - Update event handler to use the new helper - Update _get_labeled_containers() to query for both labels - Add tests for theme-only label detection