Commit Graph
7 Commits
Author SHA1 Message Date
SandersandClaude Opus 4.8 ab66aebc5e Switch AI notification parsing from OpenRouter to DeepSeek API
Replace the OpenRouter HTTP client with a DeepSeek client:
- data/openrouter/ -> data/deepseek/; OpenRouterClient -> DeepSeekClient
  (+ DeepSeekCompletion / DeepSeek*Exception)
- base URL api.deepseek.com, drop OpenRouter-only headers
- DeepSeek has no strict json_schema: use response_format json_object
  and rely on the prompt for shape (ai_schema.dart removed)
- secure-storage key openrouter_api_key -> deepseek_api_key
- default model deepseek/deepseek-v4-flash -> deepseek-chat
- l10n strings, test dart-defines (DEEPSEEK_API_KEY/_TEST_MODEL), docs

Also bundles in-progress findBodyIgnoreRule (body-level ignore rules
applied before the AI call) already present in the working tree.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-28 00:23:38 +03:00
Sanders 50d56b91d2 Stage ai for sms 2026-05-30 20:38:00 +03:00
Sanders 9e4f7ae751 fixes 2026-05-27 17:01:13 +03:00
Sanders 985896f2dd Fix ver riverpod 2026-05-27 10:59:58 +03:00
Sanders fe67189ac7 Locale 2026-05-27 10:36:03 +03:00
Sanders 456986e79e Add main screen 2026-05-27 10:10:38 +03:00
Sanders 9870626023 Init 2026-05-27 09:19:19 +03:00