Dashboard › opencode › Distillation
f0e06333-c805-471b-827a-c5102153b0fd["lore_tm_v1_QE8VjBlmLpfMRpferKvcptfO640t5q5dp4lcLbBCXps","lore_tm_v1_wUQ7xVPLK3a0osDU5UH1QDUnbUJAuj9jv9UkjQ4lDAE","lore_tm_v1__RcX6_LmpZ3arhXlu-Y-FlADl2DSU8k1HYV9vJRkFQw","lore_tm_v1_3ikYxYh11aJnOR3nk9lJAAPIwDRLZRQ3wYBU5Yzy-Mw","lore_tm_v1_OkLhaim9v_K5CEm-EecNY0WkX6u4OzhnNrPRrmRNa9k"]
Date: Sep 8, 2026
StartTransientUnit D-Bus Unix-FD support to pass one duplex I/O socket and the approved cwd descriptor, avoiding a custom FD transport.../../.local/share/opencode-v2-pilot/supervisor/go.mod.../../.local/share/opencode-v2-pilot/supervisor/internal/protocol/frame.go and ../../.local/share/opencode-v2-pilot/supervisor/internal/protocol/frame_test.go.../../.local/share/opencode-v2-pilot/supervisor/cmd/launcher/main.go and ../../.local/share/opencode-v2-pilot/supervisor/cmd/launcher/main_test.go.doc: missing go.sum entry for module providing package golang.org/x/sys/unix.SO_PEERPIDFD; to add: go mod download golang.org/x/sys and exited with status 1.golang.org/x/sys/unix defines SO_PEERPIDFD = 0x4d, alongside SO_PASSPIDFD = 0x4c and SO_PEERCRED = 0x11.github.com/coreos/go-systemd/v22/dbus exposes (*Conn).StartTransientUnitContext(ctx context.Context, name string, mode string, properties []Property, ch chan<- string) (int, error) for creating and starting transient units and (*Conn).GetUnitPropertiesContext(ctx context.Context, unit string) (map[string]interface{}, error) for retrieving unit properties.