Commit Graph

129 Commits

Author SHA1 Message Date
William Valentin 44c7409a20 feat(councils): add preflight, schema-driven outputs, and artifact reporting 2026-02-22 15:56:30 -08:00
William Valentin dafe9b4d3d fix(core): harden env loading, OpenAI compatibility, and runtime recovery 2026-02-22 15:56:21 -08:00
William Valentin b09bfc8373 Unify TUI slash commands and harden tool inventory responses 2026-02-21 12:39:27 -08:00
William Valentin e9cb1d7c1a feat(cli): add gemini-auth command and alias support 2026-02-21 11:39:23 -08:00
William Valentin 25d07a956b default gateway to 0.0.0.0 for web UI 2026-02-20 00:02:11 -08:00
William Valentin 7e480f11fc fix(config): persist runtime patches to active overlay config path 2026-02-18 19:43:55 -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 182827d612 feat(config): support assistant briefing runtime edits and setup defaults 2026-02-18 12:15:37 -08:00
William Valentin 67d235ebf5 feat(tui): single ctrl+c clears input, double ctrl+c exits 2026-02-18 11:38:21 -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 a76c5ae346 feat: default to full-access mode with hook-based sensitive guards 2026-02-18 11:14:35 -08:00
William Valentin 59c1033da0 feat: add minimal companion client CLI command 2026-02-18 11:02:21 -08:00
William Valentin 49f0e0598b feat: add setup channel verification checklist output 2026-02-18 10:48:49 -08:00
William Valentin 16af5e75fd feat: make /transfer bidirectional across telegram and tui 2026-02-18 07:55:08 -08:00
William Valentin 061b96fd68 Restore interactive re-auth prompt for Google auth CLIs 2026-02-17 16:19:12 -08:00
William Valentin 0c5259f49c test(setup): update anthropic default model expectation 2026-02-17 15:50:30 -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 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 ac29789d89 fix(skills): align planner and cli tests on curl download commands 2026-02-17 10:33:58 -08:00
William Valentin fc6a79ed90 feat(tui): use configured compaction threshold for /context output 2026-02-16 18:10:54 -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 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 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 01ee6ba53f feat(backup): add MinIO snapshot backups via CLI and scheduler 2026-02-16 13:16:29 -08:00
William Valentin 598a77947d feat(cli): default bare flynn invocation to tui 2026-02-16 11:01:30 -08:00
William Valentin 16339eddd0 fix(cli): detect direct execution through symlinked flynn binary 2026-02-16 11:00:07 -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 ae36248da8 feat(skills): add registry doctor diagnostics and docs 2026-02-16 00:53:25 -08:00
William Valentin 23609a03a4 feat(skills): add install-by-registry-id flow 2026-02-16 00:35:10 -08:00
William Valentin f2b03b8836 feat(skills): add registry discovery list/show commands 2026-02-16 00:17:50 -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 49b752e8b0 chore(lint): reduce warning debt across core adapters and model clients 2026-02-15 23:03:42 -08:00
William Valentin 46538e71a8 chore(lint): restore zero-error eslint baseline 2026-02-15 22:25:29 -08:00
William Valentin 0220ec10dd feat(config): persist config.patch updates atomically 2026-02-15 22:03:21 -08:00
William Valentin 4b8007c90d Add --mode api|token support to anthropic-auth 2026-02-15 20:20:39 -08:00
William Valentin 99ad53a1ee Add API vs Coding Plan mode selection for Z.AI auth 2026-02-15 20:06:35 -08:00
William Valentin 6a31ee2885 Suppress Node DEP0040 punycode warning in CLI startup 2026-02-15 20:02:52 -08:00