The daemon's handleCreate function was ignoring createArgs.Labels and createArgs.Dependencies, causing labels and deps specified during issue creation to be lost when using daemon mode. Added label and dependency processing after issue creation to match the direct mode behavior in cmd/bd/main.go. Fixes: #101 Amp-Thread-ID: https://ampcode.com/threads/T-cc80f8d7-264c-446e-b34f-79c4a7713b77 Co-authored-by: Amp <amp@ampcode.com>