consciousness/channels
Kent Overstreet 7123c9166d channels: add socat daemon for generic stream channels
consciousness-channel-socat listens on a unix socket for incoming
connections, turning each into a bidirectional text channel. Also
supports outbound connections via the open RPC (tcp: or unix:).

Two sockets:
  socat.sock        — capnp RPC (channel protocol)
  socat.stream.sock — data (incoming connections become channels)

No config file needed. The simplest possible channel daemon.

Co-Authored-By: Kent Overstreet <kent.overstreet@linux.dev>
2026-04-05 01:18:47 -04:00
..
irc fix unread count: sent messages don't count as unread 2026-04-03 20:42:36 -04:00
socat channels: add socat daemon for generic stream channels 2026-04-05 01:18:47 -04:00
telegram fix unread count: sent messages don't count as unread 2026-04-03 20:42:36 -04:00
tmux channels: find_daemon path walking, consistent pane_id, auto-start 2026-04-04 19:22:49 -04:00