Commit Graph

  • 8a6080bd7a chore: track previously-untracked JARVIS foundation files main Jonny 2026-09-14 12:27:43 +0200
  • b8695fecd6 fix: fall back to settings defaults on DB error, add missing identity-line system-prompt test Jonny 2026-09-14 12:05:44 +0200
  • effa9168c1 fix: propagate settings save into live App.tsx state instead of requiring re-login Jonny 2026-09-14 08:51:28 +0200
  • aec27bc136 feat: wire Settings page and dynamic assistant name into the frontend Jonny 2026-09-14 08:26:06 +0200
  • e6f0ce6116 feat: add Settings component Jonny 2026-09-14 08:16:33 +0200
  • 9505bc2eb3 feat: build chat identity line from settings instead of a static env var Jonny 2026-09-14 08:11:07 +0200
  • a904f2f8e0 feat: add GET/PUT /api/v1/settings endpoints Jonny 2026-09-14 07:53:41 +0200
  • df933d089b feat: add settings DB helpers with default fallback Jonny 2026-09-14 07:11:32 +0200
  • b1ba284ad7 feat: add settings table migration Jonny 2026-09-13 22:03:58 +0200
  • 84d8288850 docs: add implementation plan for Einstellungen (settings) feature Jonny 2026-09-13 21:55:55 +0200
  • e23ff8dca6 docs: add design spec for Einstellungen (settings) feature Jonny 2026-09-13 21:51:13 +0200
  • dece6d838d feat: inject current date/time context into chat system prompt Jonny 2026-09-13 21:22:53 +0200
  • 023698b57c fix: include owner field when updating a Deck card Jonny 2026-09-13 21:09:08 +0200
  • da48882671 fix: append trailing user message so conversation summary calls don't 400 Jonny 2026-09-13 20:58:41 +0200
  • 246fe60ce7 feat: support two calendars (personal default, feuerwehr named) Jonny 2026-09-13 20:26:57 +0200
  • 529b9c3320 feat: add Storniert status column to Bestellungen board Jonny 2026-09-13 19:56:40 +0200
  • 69bf530ff3 feat: add update_order tool to edit customer/description/due date Jonny 2026-09-13 19:38:49 +0200
  • bd73effc73 feat: add Bestellungen dashboard widget Jonny 2026-09-13 19:15:17 +0200
  • ebbeb0b42c feat: add GET /api/v1/orders endpoint Jonny 2026-09-13 19:12:57 +0200
  • 940ad510e0 feat: wire order tools into the chat system prompt Jonny 2026-09-13 19:12:03 +0200
  • c0185bbbf7 feat: add create_order, list_orders and update_order_status chat tools Jonny 2026-09-13 19:11:01 +0200
  • c10fd61c54 feat: change order status by moving its Deck card between stacks Jonny 2026-09-13 16:18:42 +0200
  • 21e63685c9 feat: create and list orders as Deck cards Jonny 2026-09-13 16:17:16 +0200
  • 2313c3c490 feat: lazily find-or-create the Bestellungen Deck board and status stacks Jonny 2026-09-13 16:16:14 +0200
  • dfe76db184 feat: add generic Nextcloud Deck API request helper Jonny 2026-09-13 16:15:14 +0200
  • c879ffc625 feat: summarize conversations in the background after each turn Jonny 2026-09-13 15:40:59 +0200
  • 2d9bf6a42b feat: inject remembered facts and similar summaries into chat system prompt Jonny 2026-09-13 15:39:31 +0200
  • 33016bdf0a feat: assemble memory context from facts and similar summaries Jonny 2026-09-13 15:36:55 +0200
  • 72d2bc379c feat: add remember_fact and forget_fact chat tools Jonny 2026-09-13 15:35:23 +0200
  • 9c4ad034e5 feat: add conversation_summaries DB helpers Jonny 2026-09-13 15:00:44 +0200
  • 8a7ac5aad6 fix: add explanatory comments for psycopg2 mocking in test_memory.py Jonny 2026-09-13 14:35:05 +0200
  • affb97474c docs: fix migration path in cross-chat-memory spec/plan, add plan file Jonny 2026-09-13 12:52:32 +0200
  • 09fc20c9df chore: track pre-existing test_chat_tools.py baseline Jonny 2026-09-13 12:24:01 +0200
  • 99dd1a1f8f fix: move 006_memory.sql to Claude outputs/migrations/ Jonny 2026-09-13 12:23:51 +0200
  • 18e2ff87d2 feat: add memory_facts DB helpers Jonny 2026-09-13 12:10:23 +0200
  • 8856ef16a1 feat: add migration 006_memory.sql for cross-chat memory tables Jonny 2026-09-13 11:56:32 +0200
  • 32026d4264 docs: add design spec for cross-chat memory (facts + summaries) Jonny 2026-09-13 11:46:21 +0200