openpencil/crates/op-editor-ui
Kayshen-X 0a2fa796cb fix(topbar): show the live connected-agent count
The TopBar agent chip hardcoded `agent_count: 0`, so it always
painted the empty 'Agents & MCP' set-up affordance even after the
user connected a provider in Settings → Agents. It now reflects
the real count of connected providers (`agent_settings.connected`).

The chip's '{N} agent' label keyed `topbar.agentSingular`, which
was missing from every locale table — the chip rendered the raw
key. Added the key to all 15 locales.
2026-05-22 11:40:19 +08:00
..
src fix(topbar): show the live connected-agent count 2026-05-22 11:40:19 +08:00
tests refactor: extract op-editor-ui crate 2026-05-16 23:33:47 +08:00
Cargo.toml refactor: extract op-editor-ui crate 2026-05-16 23:33:47 +08:00