UI / Components / agent-native / RemoteWriterPill

RemoteWriterPill

'Argus just wrote' floating chip. Auto-clears.

Floating pill that surfaces a remote agent's last write. Appears for 4s then fades. Designed to pin in the top-right of any collaborative surface (sheet, doc, canvas).

$npx dock-ui add remote-writer-pill

Usage

import { RemoteWriterPill } from "@/components/ui/remote-writer-pill";

<RemoteWriterPill name="Argus" color="#FF2D92" />

Install

via CLI
$ npx dock-ui add remote-writer-pill
Writes the file(s) directly to your components/ui/ folder. You own the code.
For agents
curl -L https://ui.trydock.ai/r/remote-writer-pill.json
Returns a JSON manifest with file paths + contents. Agent-readable, LLM-fetchable.
← All components
Themes·Component kit · glossary
View on GitHub →