localgpt-bridge-cli 0.3.1

CLI bridge for LocalGPT — interactive chat via the daemon's bridge socket
localgpt-bridge-cli-0.3.1 is not a library.

localgpt-bridge-cli — Interactive CLI that connects to a running LocalGPT daemon via the bridge IPC socket, providing the same chat experience as localgpt chat.

Security

  • Connects via Unix domain socket with peer identity verification (same UID only).
  • The bridge CLI does NOT get dangerous tools (bash, write_file, etc.) — the daemon controls which tools are available to bridge sessions.
  • All agent operations run server-side within the daemon process.