William Valentin
7c121b82c6
feat(councils-ui): add on-demand council conversations panel and model config controls
2026-02-21 11:26:04 -08:00
William Valentin
290303c14e
feat(memory): add daily log continuity controls
2026-02-19 11:58:42 -08:00
William Valentin
01cd726d7c
feat(gateway): add interrupt preemption telemetry and requester notice
2026-02-19 11:48:41 -08:00
William Valentin
baa53f91d9
refactor(security): unify elevated mode handling across surfaces
2026-02-19 11:41:53 -08:00
William Valentin
7a2176c15c
feat(dashboard): configure services from clickable service cards
2026-02-19 10:50:16 -08:00
William Valentin
4e40878ad5
fix(dashboard): preserve unsaved model tier selections across refresh
2026-02-19 10:29:36 -08:00
William Valentin
708683297a
feat(gateway): global tier provider/model defaults with catalog-backed options
2026-02-19 10:17:16 -08:00
William Valentin
5883e046ac
fix(dashboard): correct model override enable checkbox default state
2026-02-19 10:02:35 -08:00
William Valentin
d0978633ab
feat(dashboard): add model tier default controls and document cancel path
2026-02-19 09:53:05 -08:00
William Valentin
cd74b1e78a
feat(chat): add /stop cancellation command across gateway and telegram
2026-02-19 09:52:57 -08:00
William Valentin
027f7ad283
feat(models): add background task model override config and runtime wiring
2026-02-19 09:52:45 -08:00
William Valentin
9799859eca
fix(gateway-ui): preserve assistant overrides and bust stale cache
2026-02-19 08:55:41 -08:00
William Valentin
dcbb4649a2
gateway: prevent stale web UI assets on localhost
2026-02-18 22:30:47 -08:00
William Valentin
9a0fe3ec56
fix(dashboard): verify assistant-health saves with read-back
2026-02-18 22:23:24 -08:00
William Valentin
0a664ddb21
feat(dashboard): show persistent assistant-health save status
2026-02-18 18:25:04 -08:00
William Valentin
45261a090a
fix(dashboard): make assistant-health saves resilient to partial refresh failures
2026-02-18 18:14:22 -08:00
William Valentin
3647198295
feat(webchat): add session header sorting controls
2026-02-18 18:10:18 -08:00
William Valentin
cdba111831
fix(confirmations): guarded-action handling across webchat and tui
2026-02-18 17:43:57 -08:00
William Valentin
8d101475df
feat(webchat): add human-readable per-message timestamps
2026-02-18 17:02:04 -08:00
William Valentin
a13aa3113e
feat(gateway): support full /model switching in webchat sessions
2026-02-18 16:55:38 -08:00
William Valentin
abd37342fa
fix(webchat): route slash commands through agent command fast-path
2026-02-18 16:18:27 -08:00
William Valentin
42ae4a75df
feat(telegram): harden channel reliability with retries and error diagnostics
2026-02-18 13:12:11 -08:00
William Valentin
0ccbe65d3f
chore(gateway-ui): bump service worker cache to v3
...
Force cache refresh after Tailwind UI redesign so clients pick up the
new styles and markup.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-18 13:06:21 -08:00
William Valentin
02d63fe573
feat(gateway-ui): rewrite all page renderers with Tailwind classes
...
Convert dashboard, chat, sessions, usage, and settings pages from
legacy CSS to Tailwind utility classes. Responsive grid layouts,
mobile-friendly touch targets, zinc/blue color palette. All element
IDs and event bindings preserved for functional compatibility.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-18 13:06:06 -08:00
William Valentin
765e19933d
feat(gateway-ui): replace legacy CSS with Tailwind base and responsive router
...
Reduce style.css from 1740 lines to ~120 lines covering only what
Tailwind cannot express (scrollbars, keyframes, stateful toggles).
Rewrite app.js router for responsive nav with desktop sidebar active
states, mobile pill indicators, and dual connection status updates.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-18 13:05:58 -08:00
William Valentin
9d01441acd
feat(gateway-ui): rewrite HTML shell with Tailwind responsive layout
...
Add Tailwind CSS via CDN with Inter/JetBrains Mono font config, Google
Fonts preconnect, and a three-breakpoint responsive shell: desktop sidebar
(224px with labels), tablet icon strip (64px), and mobile top bar with
pill navigation. Update manifest and meta theme-color to zinc-950.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-18 12:52:01 -08:00
William Valentin
805bbaead9
fix(gateway-ui): refresh service worker and static cache headers
2026-02-18 12:22:01 -08:00
William Valentin
68ce0f77c4
feat(dashboard): add assistant activation checklist and guided controls
2026-02-18 12:15:42 -08:00
William Valentin
182827d612
feat(config): support assistant briefing runtime edits and setup defaults
2026-02-18 12:15:37 -08:00
William Valentin
4267eae16c
feat(dashboard): add assistant playbook presets with rollback
2026-02-18 12:11:30 -08:00
William Valentin
7a9ac34618
feat(dashboard): add morning brief preview and test-send action
2026-02-18 12:09:57 -08:00
William Valentin
ef3f401278
feat(dashboard): add assistant health panel with quick actions
2026-02-18 12:06:21 -08:00
William Valentin
43b9324c14
feat(webchat): add personal assistant mode controls in settings
2026-02-18 12:04:37 -08:00
William Valentin
21232748b9
fix: graceful ctrl+c shutdown and await session-end memory writes
2026-02-18 11:30:47 -08:00
William Valentin
8234cc93f3
feat: add webchat pwa push subscription support
2026-02-18 10:46:55 -08:00
William Valentin
f38fc063d2
feat: add proactive memory extraction and daily logs
2026-02-18 10:10:47 -08:00
William Valentin
9cbd66cdcc
feat: preempt active runs in interrupt queue mode
2026-02-18 10:06:35 -08:00
William Valentin
540f6780e6
feat(safety): gate sensitive tools behind elevation and immutable denylist
2026-02-17 23:51:04 -08:00
William Valentin
9c9ab92e9d
feat(gateway): expand sessions surface with operator metadata and paging hardening
2026-02-17 16:14:06 -08:00
William Valentin
59199731c3
fix(gateway): align node push token typing and router test mock
2026-02-17 16:06:03 -08:00
William Valentin
803de57261
fix(gateway): align session mocks and persist normalized push provider
2026-02-17 15:53:08 -08:00
William Valentin
409ab04ca1
feat(tui,dashboard,docs): add context command parity and context health panel
2026-02-16 18:08:19 -08:00
William Valentin
21d57d991c
feat(commands,audit): add /context command and proactive compaction audit events
2026-02-16 16:08:21 -08:00
William Valentin
fee8be1de0
feat(gateway): expose context usage and warning events
2026-02-16 15:44:09 -08:00
William Valentin
3203c1f3fe
feat(gateway): add dashboard session analytics panel
2026-02-16 14:45:45 -08:00
William Valentin
93621bbe6e
feat(analytics): add top tools and topics to session analytics
2026-02-16 14:45:45 -08:00
William Valentin
3d7144b2c5
feat(gateway): add system.sessionAnalytics usage snapshot RPC
2026-02-16 14:45:45 -08:00
William Valentin
8684c3a07d
feat(backup): add scheduler alerts and recovery notifications
2026-02-16 14:45:45 -08:00
William Valentin
ce621d1b72
feat(automation): add daily briefing preset and cron backup scheduling
2026-02-16 14:45:45 -08:00
William Valentin
9b76c75e82
feat(audit): record user action events across gateway and channels
2026-02-16 13:21:15 -08:00