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
02fa604c7c
feat: add in-chat skill discovery and local registry install command
2026-02-18 10:41:12 -08:00
William Valentin
f34a974210
feat: add session-scoped workflow approval gate commands
2026-02-18 10:35:42 -08:00
William Valentin
8e3cd2e0ba
feat: add multi-key auth profile rotation for model providers
2026-02-18 10:29:54 -08:00
William Valentin
f341149ac7
feat: add automation reactions event-trigger layer
2026-02-18 10:26:40 -08:00
William Valentin
a71aa5992d
feat: implement tier-a4 tts voice output replies
2026-02-18 10:22:28 -08:00
William Valentin
f38fc063d2
feat: add proactive memory extraction and daily logs
2026-02-18 10:10:47 -08:00
William Valentin
16af5e75fd
feat: make /transfer bidirectional across telegram and tui
2026-02-18 07:55:08 -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
b0d06d0650
chore(rebase): realign duplicate backend/channel/schema files with main
2026-02-17 15:44:47 -08:00
William Valentin
b75f7fc4ef
test(routing): cover status backend output fast-path
2026-02-17 15:43:45 -08:00
William Valentin
88f6ae5b7a
feat(backends): add external-to-external failover before native fallback
2026-02-17 15:43:31 -08:00
William Valentin
898828bb70
feat(audit): log backend routing decisions and fallback events
2026-02-17 15:43:23 -08:00
William Valentin
4400bdfcc9
feat(backends): add retry/backoff controls for external CLI execution
2026-02-17 15:42:49 -08:00
William Valentin
ea0988e2f9
fix(backends): validate backends.default and enabled backend set
2026-02-17 15:42:33 -08:00
William Valentin
6d7970f489
feat(backends): support explicit backends.default selection
2026-02-17 15:42:30 -08:00
William Valentin
d0b48c5680
test(routing): cover per-agent backend override and native fallback
2026-02-17 15:42:23 -08:00
William Valentin
51af388650
feat(backends): add native fallback and tests for external runner prompt handling
2026-02-17 15:42:19 -08:00
William Valentin
1d84d69f4f
feat(backends): add configurable external CLI args and timeouts
2026-02-17 15:42:01 -08:00
William Valentin
bf3dbbfe32
feat(routing): support per-agent backend selection across native/external
2026-02-17 15:41:58 -08:00
William Valentin
1d59becfa5
feat(backends): add codex/gemini external runners and wire backend selection
2026-02-17 15:41:54 -08:00
William Valentin
2273ffd020
feat(agent): implement auto-escalation retries and track remediation state
2026-02-17 15:41:41 -08:00
William Valentin
21a7a18008
fix(config): enforce unsupported backend flags and route by modelFor tags
2026-02-17 15:39:34 -08:00
William Valentin
a055f4d338
feat: auto-route research-prefixed prompts to research agent
2026-02-17 15:23:04 -08:00
William Valentin
2b89024a71
feat: add /research command with sub-agent delegation
2026-02-17 15:21:11 -08:00
William Valentin
9a2f1e2bb2
chore: checkpoint browser tooling and routing updates
2026-02-17 15:18:37 -08:00
William Valentin
0a4cfda787
feat: add claude-sonnet-4-6 (20260217) model support
...
- costs.ts: add claude-sonnet-4-6-20260217 at $3/$15 per 1M tokens, claude-sonnet-4.6 GitHub alias at $0
- models.ts: add anthropicToGitHubModel mapping for claude-sonnet-4-6-20260217 → claude-sonnet-4.6
- tokens.ts: add 1M token context window for claude-sonnet-4-6-20260217
- providers.ts: bump Anthropic, GitHub Models, and Bedrock default to sonnet-4-6
- AGENTS.md: update default subagent model from claude-sonnet-4.5 to claude-sonnet-4.6
2026-02-17 14:56:41 -08:00
William Valentin
77ae15b3e2
feat(channels): add line and zalo minio override config
2026-02-17 10:54:43 -08:00
William Valentin
108641415f
feat(channels): share line and zalo binary attachments via minio
2026-02-17 10:45:31 -08:00
William Valentin
70bb14a6f6
feat(routing): add auto_escalate retry to complex tier
2026-02-17 10:39:47 -08:00
William Valentin
d67cfa64a6
feat(routing): honor models.for via metadata modelFor
2026-02-17 10:38:56 -08:00
William Valentin
776b47f80f
feat: wire agent.delegate tool with sub-agent configs
...
- Export createAgentDelegateTool through builtin/index.ts → tools/index.ts
- Register agent.delegate in routing.ts with lazy orchestrator pattern
- Add agent.delegate + agents.list to messaging and coding policy profiles
- Add group:agents tool group to policy.ts
- Add research/code/comms agent config examples to default.yaml
- Add research/code/comms agent configs to user config.yaml
- Add 11 tests for agent-delegate tool (all pass)
- Typecheck clean, no regressions
2026-02-17 10:28:29 -08:00
William Valentin
10a83717f9
feat(tools): surface browser tool activation and policy diagnostics
2026-02-16 18:16:43 -08:00
William Valentin
fee8be1de0
feat(gateway): expose context usage and warning events
2026-02-16 15:44:09 -08:00
William Valentin
8758ea8f1c
feat(compaction): add proactive context budget and checkpointing
2026-02-16 15:44:00 -08:00
William Valentin
63df791b26
feat(tools): add kubernetes homelab awareness tools
2026-02-16 14:45:45 -08:00
William Valentin
21c986b671
feat(automation): add scheduled minio memory sync jobs
2026-02-16 14:45:45 -08:00
William Valentin
22f225998f
feat(tools): add minio prefix sync into memory
2026-02-16 14:45:45 -08:00
William Valentin
0be93c20b5
feat(tools): add minio ingestion into memory namespaces
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
426145386f
feat(tools): add minio.share upload and presigned link tool
2026-02-16 14:45:45 -08:00
William Valentin
71af3b5a42
feat(heartbeat): add provider error-rate spike check
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
01ee6ba53f
feat(backup): add MinIO snapshot backups via CLI and scheduler
2026-02-16 13:16:29 -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