rcourtman
ae2edbde20
fix(ai): complete wiring on first-time configure; guard Ollama fallback
...
Three follow-up fixes:
1. RestartAIChat() now performs the full post-start wiring (MCP providers,
patrol adapter, investigation orchestrator) when the service starts for
the first time via Restart(). Previously these were only wired via
StartAIChat(), leaving first-time configure with a partially wired service.
2. The Ollama→OpenAI-compatible fallback in createProviderForModel is now
guarded by !strings.HasPrefix(modelStr, "ollama:") so explicit
"ollama:llama3" models are never silently rerouted to a different provider.
3. Windows install script registration check now uses the $Hostname override
(if set) instead of always looking up $env:COMPUTERNAME, so post-install
verification works correctly when a custom hostname is specified.
2026-03-13 12:06:08 +00:00
..
2026-02-18 13:27:47 +00:00
2026-02-04 19:56:12 +00:00
2026-01-30 19:02:14 +00:00
2026-03-13 12:06:08 +00:00
2026-01-25 21:08:44 +00:00
2026-01-03 11:14:17 +00:00
2026-02-04 19:46:20 +00:00
2026-01-02 13:59:26 +00:00
2026-02-02 19:26:24 +00:00
2026-02-01 23:26:20 +00:00
2026-01-25 21:08:44 +00:00
2026-02-03 16:24:56 +00:00
2026-01-28 16:51:53 +00:00
2026-02-04 19:46:20 +00:00
2026-02-04 19:56:12 +00:00
2026-02-04 19:46:20 +00:00
2026-03-05 23:46:35 +00:00
2026-01-25 21:08:44 +00:00
2026-02-01 18:07:51 +00:00
2026-01-30 19:02:14 +00:00
2026-02-27 23:12:27 +00:00
2026-03-01 22:29:36 +00:00
2026-01-24 22:41:43 +00:00
2026-01-22 22:30:35 +00:00
2026-01-25 21:08:44 +00:00
2025-12-29 13:56:29 +00:00
2026-01-22 22:30:35 +00:00
2025-12-29 13:49:04 +00:00
2025-12-10 08:35:24 +00:00
2026-01-30 19:02:14 +00:00
2026-01-30 19:02:14 +00:00
2025-12-29 13:49:04 +00:00
2026-01-01 22:29:15 +00:00
2025-12-12 11:29:47 +00:00
2025-12-06 23:46:08 +00:00
2025-12-12 14:26:10 +00:00
2025-12-29 13:49:04 +00:00
2025-12-12 09:45:57 +00:00
2026-02-01 18:08:02 +00:00
2026-01-24 22:41:43 +00:00
2026-01-24 22:41:43 +00:00
2026-02-04 13:46:56 +00:00
2026-02-04 13:46:56 +00:00
2025-12-19 21:53:06 +00:00
2026-01-25 21:08:44 +00:00
2026-01-30 19:02:14 +00:00
2026-01-02 12:45:00 +00:00
2026-01-30 19:02:14 +00:00
2026-01-30 19:02:14 +00:00
2025-12-29 13:56:29 +00:00
2026-01-24 22:41:43 +00:00
2026-01-31 16:23:08 +00:00
2026-02-01 10:12:23 +00:00
2026-01-19 19:20:49 +00:00
2026-01-19 19:20:49 +00:00
2026-03-01 22:29:36 +00:00
2026-01-30 19:02:14 +00:00
2026-01-24 22:41:43 +00:00
2025-12-29 17:25:21 +00:00
2026-01-02 19:53:01 +00:00
2026-01-24 22:41:43 +00:00
2026-02-01 23:26:20 +00:00
2026-01-01 22:29:15 +00:00
2025-12-20 20:25:20 +00:00
2025-12-12 13:49:37 +00:00
2025-12-29 13:49:04 +00:00
2025-12-19 22:59:52 +00:00
2025-12-29 13:49:04 +00:00
2025-12-12 09:45:57 +00:00
2025-12-29 17:25:21 +00:00
2026-02-02 10:29:07 +00:00
2026-02-04 14:12:50 +00:00
2026-02-02 11:15:07 +00:00
2026-03-08 22:16:24 +00:00
2026-02-01 18:07:41 +00:00
2026-03-08 22:16:24 +00:00
2026-02-02 11:15:19 +00:00
2026-02-04 14:08:57 +00:00
2026-01-30 19:02:14 +00:00
2026-02-01 23:26:20 +00:00
2026-02-02 10:29:07 +00:00
2026-02-01 23:26:20 +00:00
2026-02-04 19:56:12 +00:00
2026-02-02 10:29:07 +00:00
2026-01-30 19:02:14 +00:00
2026-02-02 10:29:07 +00:00
2026-02-04 14:08:57 +00:00
2026-02-01 16:27:25 +00:00
2026-02-04 14:12:50 +00:00
2026-02-10 21:46:11 +00:00
2026-02-01 16:27:25 +00:00
2026-02-02 10:29:07 +00:00
2026-01-30 19:02:14 +00:00
2026-02-04 14:08:57 +00:00
2026-01-30 19:02:14 +00:00
2026-02-02 11:15:19 +00:00
2026-02-20 17:56:41 +00:00
2026-02-03 14:39:00 +00:00
2026-02-26 21:09:13 +00:00
2026-02-02 11:15:19 +00:00
2026-03-08 22:16:24 +00:00
2026-03-08 22:16:24 +00:00
2026-01-30 19:02:14 +00:00
2026-01-24 22:41:43 +00:00
2026-02-03 14:39:00 +00:00
2026-02-03 14:39:00 +00:00
2026-02-24 11:29:47 +00:00
2025-12-12 14:11:28 +00:00
2025-12-29 17:25:21 +00:00
2026-01-02 19:53:01 +00:00
2025-12-29 17:25:21 +00:00
2026-01-01 22:29:15 +00:00
2025-12-10 08:35:24 +00:00
2026-01-30 19:02:14 +00:00
2026-01-30 19:02:14 +00:00
2026-01-01 22:29:15 +00:00
2026-01-01 22:29:15 +00:00
2026-02-04 13:54:32 +00:00
2026-03-01 19:19:47 +00:00
2026-01-01 22:29:15 +00:00