• Joined on 2026-03-05
claude pushed to main at cameleer/cameleer-server 2026-04-02 22:47:55 +02:00
2265ebf801 chore: bump @cameleer/design-system to v0.1.25
claude closed issue cameleer/cameleer-server#120 2026-04-02 22:43:34 +02:00
[DS] Sidebar: search bar position and section chevrons
claude commented on issue cameleer/cameleer-server#120 2026-04-02 22:43:31 +02:00
[DS] Sidebar: search bar position and section chevrons

Both fixes implemented in cameleer/design-system@0cf696c:

  1. Search position — Search input now auto-renders between Sidebar.Header and the first Sidebar.Section using `Children.toArray…
claude pushed to main at cameleer/design-system 2026-04-02 22:43:04 +02:00
2f1df869db docs: update spec and guide for search position and chevron removal
claude pushed to main at cameleer/cameleer-server 2026-04-02 22:42:09 +02:00
20af81a5dc feat: show server version in sidebar header
claude pushed to main at cameleer/design-system 2026-04-02 22:40:22 +02:00
0cf696cded fix(sidebar): move search below Header, remove section chevrons
claude opened issue cameleer/cameleer-server#120 2026-04-02 22:38:07 +02:00
[DS] Sidebar: search bar position and section chevrons
claude pushed to main at cameleer/cameleer-server 2026-04-02 22:36:32 +02:00
d819f88ae4 fix: starred routes not showing — starKey prefix mismatch
claude pushed to main at cameleer/cameleer-server 2026-04-02 22:32:57 +02:00
5880abdd93 fix: keep admin section in place, don't move to top
claude pushed to main at cameleer/cameleer-server 2026-04-02 22:29:48 +02:00
b676450995 fix: simplify sidebar to Applications + Starred + Admin footer
claude pushed to main at cameleer/cameleer-server 2026-04-02 22:11:18 +02:00
e495b80432 fix: increase ClickHouse pool size and reduce flush interval
claude pushed to main at cameleer/cameleer-server 2026-04-02 22:06:17 +02:00
45eab761b7 chore: bump @cameleer/design-system to v0.1.24
claude pushed to main at cameleer/cameleer-server 2026-04-02 22:05:36 +02:00
8d899cc70c refactor: use HeartbeatRequest from cameleer3-common
claude pushed to main at cameleer/design-system 2026-04-02 21:59:50 +02:00
50a1296a9d fix(sidebar): make entire section header row clickable
claude pushed to main at cameleer/cameleer-server 2026-04-02 21:45:34 +02:00
520b80444a feat(#119): accept route states in heartbeat and state-change events
17aff5ef9d docs: route state protocol extension spec
Compare 2 commits »
claude closed issue cameleer/cameleer-server#119 2026-04-02 19:16:32 +02:00
[P2] Route state indicators in sidebar and dashboard
claude commented on issue cameleer/cameleer-server#119 2026-04-02 19:16:31 +02:00
[P2] Route state indicators in sidebar and dashboard

Implemented in 2 commits.

Backend:

  • RouteStateRegistry — in-memory ConcurrentHashMap tracking route operational state (STARTED/STOPPED/SUSPENDED) per application+route. Defaults to…
claude pushed to main at cameleer/cameleer-server 2026-04-02 19:16:13 +02:00
b714d3363f feat(#119): expose route state in catalog API and sidebar/dashboard
0acceaf1a9 feat(#119): add RouteStateRegistry for tracking route operational state
Compare 2 commits »
claude commented on issue cameleer/cameleer-server#117 2026-04-02 19:08:32 +02:00
[P1] Command response UX with error toast persistence

Implemented in ca1d472.

Agent-count toasts:

  • Route commands show "X/Y agents responded" on success, or "N/M responded. Failed: agent-1, agent-2" as persistent warning on partial failure -…
claude closed issue cameleer/cameleer-server#117 2026-04-02 19:08:32 +02:00
[P1] Command response UX with error toast persistence