llm-keys-ui 0.1
Which summary reads better? Pick one — models revealed after.Both summaries are AI-generated.
A new LLM plugin spins up a local web UI (bound to LAN/Tailscale IPs) so you can enter API keys via browser instead of pasting them into an agent's chat session, keeping secrets out of the transcript. If you're running remote coding agents like Codex, this closes an obvious leak vector—keys stay retrievable via `llm keys get` at runtime without ever appearing in the agent's context or logs.
The `llm-keys-ui` plugin enables secure API key management for LLM-powered agents by providing a web interface for key storage, eliminating the need to paste keys directly into agent sessions. This reduces the risk of key exposure and simplifies key retrieval for shell commands, making it safer and more efficient to manage LLM agents across multiple machines.