Commit Graph

619 Commits

Author SHA1 Message Date
William Valentin 8d123cf859 feat(companion): support runtime client autoConnect mode 2026-02-17 15:38:13 -08:00
William Valentin 5db7beeb53 feat(companion): add publishHeartbeat helper across platform clients 2026-02-17 15:38:13 -08:00
William Valentin 4d29c381f7 feat(companion): add platform bootstrap helper 2026-02-17 15:38:13 -08:00
William Valentin 97afc39e01 feat(companion): add typed canvas RPC helpers for runtime clients 2026-02-17 15:38:13 -08:00
William Valentin 2e07ae44a3 test(cli): cover onboard flow and start onboarding guidance 2026-02-17 15:38:13 -08:00
William Valentin 5b5fbb887c feat(cli): add onboard alias for setup wizard 2026-02-17 15:38:13 -08:00
William Valentin be993146c0 feat: add setup flow for dedicated research agent 2026-02-17 15:27:09 -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 8394086446 Wire agent.delegate into TUI tool registry 2026-02-17 11:03:55 -08:00
William Valentin e3b6f9df7c feat(tui,gemini): implement verbose transfer and url image fetch 2026-02-17 10:58:14 -08:00
William Valentin 77ae15b3e2 feat(channels): add line and zalo minio override config 2026-02-17 10:54:43 -08:00
William Valentin 2fe6495c92 test(channels): cover line and zalo minio upload fallback path 2026-02-17 10:46:54 -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 bfb073ca5f test(backends): cover external cli runner contract 2026-02-17 10:40:46 -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 2007c0c060 feat(channels): emit line and zalo binary attachment fallback notices 2026-02-17 10:36:47 -08:00
William Valentin ac29789d89 fix(skills): align planner and cli tests on curl download commands 2026-02-17 10:33:58 -08:00
William Valentin 1d9c25a4c6 docs(skills): update installers type comment to current behavior 2026-02-17 10:32:35 -08:00
William Valentin 80a160a4eb feat(channels): implement binary uploads for matrix signal mattermost 2026-02-17 10:32:01 -08:00
William Valentin e158968e03 fix(skills): generate executable download install plans 2026-02-17 10:29:49 -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 288ef5ac3c fix(channels): forward line and zalo URL attachments 2026-02-17 10:19:00 -08:00
William Valentin 10a83717f9 feat(tools): surface browser tool activation and policy diagnostics 2026-02-16 18:16:43 -08:00
William Valentin fc6a79ed90 feat(tui): use configured compaction threshold for /context output 2026-02-16 18:10:54 -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 8758ea8f1c feat(compaction): add proactive context budget and checkpointing 2026-02-16 15:44:00 -08:00
William Valentin 65efda3533 feat(setup): surface operator-pack status and add operations runbook 2026-02-16 15:30:38 -08:00
William Valentin dc1c691ea5 feat(setup): skip redundant operator-pack prompts and add strict-mode docs/tests 2026-02-16 15:27:27 -08:00
William Valentin 7ce58f5966 fix(heartbeat): fallback on invalid notify_cooldown values 2026-02-16 15:24:12 -08:00
William Valentin ab80f305ef feat(setup): prompt operator pack output routing 2026-02-16 15:19:27 -08:00
William Valentin fa90d826de feat(setup): show operator automation and backup state in summary 2026-02-16 15:17:27 -08:00
William Valentin 63dbfa5d8f test(heartbeat): verify failure alerts re-fire after cooldown window 2026-02-16 15:16:10 -08:00
William Valentin 4549757d2e feat(setup): offer automation/operator-pack during first-run wizard 2026-02-16 15:15:08 -08:00
William Valentin 3a9be91f1d test(setup): cover operator pack automation flow 2026-02-16 15:00:09 -08:00
William Valentin 3210e75c94 feat(ops): add setup operator pack, heartbeat alert cooldown, and doctor strict mode 2026-02-16 14:57:56 -08:00
William Valentin 030fb13a26 feat(cli): add os-aware install hints for minio extractor dependencies 2026-02-16 14:45:45 -08:00
William Valentin 289fc44380 feat(cli): enforce minio ingestion extractor checks in setup and doctor 2026-02-16 14:45:45 -08:00
William Valentin 0548ab3833 feat(tools): add docx extraction for minio ingestion 2026-02-16 14:45:45 -08:00
William Valentin e8a785b61f feat(tools): add pdf extraction for minio ingestion 2026-02-16 14:45:45 -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 3203c1f3fe feat(gateway): add dashboard session analytics panel 2026-02-16 14:45:45 -08:00