William Valentin
9cbd66cdcc
feat: preempt active runs in interrupt queue mode
2026-02-18 10:06:35 -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
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
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
William Valentin
8bed99c770
Add Zalo channel adapter with webhook and send path
2026-02-16 13:11:51 -08:00
William Valentin
891ccb696e
Add Feishu channel adapter with webhook and send path
2026-02-16 13:07:45 -08:00
William Valentin
76d44a74bf
Add LINE channel adapter with webhook ingress and gating
2026-02-16 13:02:26 -08:00
William Valentin
a954d7e136
Add Android node foundation with FCM push support
2026-02-16 12:55:22 -08:00
William Valentin
58c4b0b9bb
Add iOS node push-token registration foundation
2026-02-16 12:47:34 -08:00
William Valentin
bea4c54f3b
Add macOS companion node status and system.nodes APIs
2026-02-16 12:41:58 -08:00
William Valentin
8a0b4f3dbb
Add canvas artifact RPC foundation for A2UI
2026-02-16 12:36:02 -08:00
William Valentin
fe8674e108
Add node location access RPCs and operator visibility
2026-02-16 12:30:55 -08:00
William Valentin
d9f7807ab2
feat(gateway): add node capability negotiation foundation
2026-02-16 12:14:25 -08:00
William Valentin
de0c1f41b3
feat(channels): add mattermost adapter and wiring
2026-02-16 12:09:44 -08:00
William Valentin
813a0dc5c5
feat(gateway): complete openclaw phase1 queue parity v2
2026-02-16 12:04:33 -08:00
William Valentin
fbd24d4379
feat(gateway): support per-channel and per-session queue policy overrides
2026-02-16 11:51:26 -08:00
William Valentin
83b8e38b11
feat(runtime): add talk mode and capture tools
2026-02-16 10:17:24 -08:00
William Valentin
8e9f9aa4de
feat(channels): add bluebubbles imessage adapter
2026-02-16 09:41:26 -08:00
William Valentin
693dcd8421
feat(channels): add google chat adapter and webhook route
2026-02-16 02:07:55 -08:00
William Valentin
8e35d2d674
feat(channels): add microsoft teams bot framework adapter
2026-02-16 02:00:14 -08:00
William Valentin
0269c6032d
feat(channels): add signal-cli channel adapter
2026-02-16 01:54:54 -08:00
William Valentin
ae70818ec1
fix: resolve strict typecheck fallout in setup, routing, and tests
2026-02-15 23:22:05 -08:00
William Valentin
948d4ac6d8
chore(lint): burn down remaining warnings to zero
2026-02-15 23:14:21 -08:00
William Valentin
8c94bb51d0
audit follow-up: continue warning burn-down in factory and service tests
2026-02-15 22:51:20 -08:00
William Valentin
1a075e62b0
audit follow-up: burn down lint hotspots and dedupe channel gating flows
2026-02-15 22:44:04 -08:00
William Valentin
0220ec10dd
feat(config): persist config.patch updates atomically
2026-02-15 22:03:21 -08:00
William Valentin
c6e3d09ecc
feat(gateway): add sender presence tracking
2026-02-15 19:28:16 -08:00
William Valentin
e0cb3b96cc
feat(gateway): report Matrix service and redact access token
2026-02-15 18:02:14 -08:00
William Valentin
b574d170d1
feat(security): wire /elevate to session config
2026-02-15 16:59:18 -08:00
William Valentin
67058c8719
feat(security): harden tool provenance and skill isolation
2026-02-15 10:16:55 -08:00
William Valentin
b22d6fa0ce
feat(gateway): include audio + web_search in system.services
2026-02-14 09:27:42 -08:00
William Valentin
0493660e7d
feat(gateway): add system.services and dashboard services grid
2026-02-14 00:42:41 -08:00
William Valentin
cc54b3a10c
feat(webchat): support image attachments
2026-02-13 15:03:48 -08:00
William Valentin
955b9e28e0
feat: add OpenAI OAuth, strict model overrides, and Gmail pull mode
2026-02-13 14:55:40 -08:00
William Valentin
46099664f0
feat(gateway): wire safe-point runtime cancellation for agent.cancel
2026-02-13 08:51:14 -08:00
William Valentin
9f81c01603
feat(session): persist model tier overrides per session
...
Store per-session config in SQLite and route /model and /reset through command fast-paths so channel sessions keep independent model selection across reconnects and restarts.
2026-02-13 01:04:26 -08:00
William Valentin
6e8984f788
feat(core): add command, intent, and routing primitives
2026-02-12 22:47:22 -08:00
William Valentin
a8a2c59313
feat: implement model persistence with per-session overrides
...
- Add session_config SQLite table for per-session settings
- Update routing to support session override → agent config → global default resolution chain
- Upgrade WebChat SessionBridge from NativeAgent to AgentOrchestrator
- Add /model, /local, /cloud commands to Telegram adapter
- Add /model command to WebChat gateway handlers
- Clear session overrides on /reset command
- Pass memoryStore and config through to SessionBridge
- Add comprehensive tests for all new functionality
Fixes model persistence bug where TUI model changes didn't affect WebChat/Telegram sessions. Now:
- TUI /model sets global default (persists across restarts, affects all new sessions)
- WebChat/Telegram /model sets session override (only that conversation, cleared on /reset)
- WebChat sessions gain AgentOrchestrator features (delegation, compaction, memory)
2026-02-11 21:51:38 -08:00
William Valentin
6090508bad
style: auto-fix ESLint issues (curly braces and formatting)
...
- Add curly braces to all if/else/for/while statements
- Fix indentation and trailing spaces
- Auto-fixed 372 linting errors using eslint --fix
- Remaining issues are warnings only (non-null assertions, explicit any types)
2026-02-11 10:30:24 -08:00
William Valentin
eea7ca62a8
chore: increase GmailWatcher default poll interval from 60s to 300s
2026-02-11 08:43:48 -08:00
William Valentin
4c8ba3f20c
feat(webchat): add slash commands, autocomplete popup, and web search button
...
Add 6 slash commands (/help, /reset, /compact, /usage, /status, /model)
with autocomplete popup (arrow keys, Enter/Tab/Escape navigation).
Search button toggles web search mode by prepending instruction to message.
Backend agent.send extended with metadata for server-side command routing.
2026-02-10 20:45:14 -08:00
William Valentin
a0feff9637
feat(03-01): hook metrics recording into agent request flow
...
- Track active requests with startRequest/endRequest around lane queue work
- Increment messagesProcessed on successful agent.process completion
- Record errors and error events on agent.send failures
- Record tool failure events with tool name and error details
2026-02-09 21:29:14 -08:00
William Valentin
bd1880a44c
feat(03-01): create MetricsCollector and wire into gateway
...
- Add MetricsCollector class with counters, model call ring buffer, event ring buffer, and active request tracking
- Add system.metrics, system.events, system.activeRequests RPC handlers
- Add GET /health unauthenticated HTTP endpoint for Docker HEALTHCHECK
- Add totalPending() to LaneQueue for queue depth metrics
- Add 20 tests for MetricsCollector
2026-02-09 21:28:05 -08:00
William Valentin
1e29da4da2
feat: complete DM pairing codes with channel adapters, gateway handlers, and TUI command (Tier 4 feature 4)
2026-02-09 18:28:10 -08:00
William Valentin
4413c4dc7c
feat: add gateway lock, shell completion, and tailscale serve (Tier 4 features 1-3)
2026-02-09 13:29:59 -08:00