KI-Chatfunktion aus TaskMate entfernt
Die ungenutzte Chat- und Assistant-Funktion wurde vollständig ausgebaut. Backend-Route inklusive routes/assistant.js, Frontend-View, Navigationseintraege, Service-Worker-Cache und der PROXY_TOKEN-Verweis sind entfernt. Die Datenbank bleibt unveraendert, die Tabellen assistant_sessions und assistant_messages bleiben als Altdaten bestehen. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Dieser Commit ist enthalten in:
@@ -4,7 +4,7 @@
|
||||
* Offline support and caching
|
||||
*/
|
||||
|
||||
const CACHE_VERSION = '403';
|
||||
const CACHE_VERSION = '405';
|
||||
const CACHE_NAME = 'taskmate-v' + CACHE_VERSION;
|
||||
const STATIC_CACHE_NAME = 'taskmate-static-v' + CACHE_VERSION;
|
||||
const DYNAMIC_CACHE_NAME = 'taskmate-dynamic-v' + CACHE_VERSION;
|
||||
@@ -42,7 +42,6 @@ const STATIC_ASSETS = [
|
||||
'/js/mobile.js',
|
||||
'/js/reminders.js',
|
||||
'/js/contacts.js',
|
||||
'/js/assistant.js',
|
||||
'/js/pwa.js',
|
||||
'/css/list.css',
|
||||
'/css/mobile.css',
|
||||
@@ -54,7 +53,6 @@ const STATIC_ASSETS = [
|
||||
'/css/coding.css',
|
||||
'/css/reminders.css',
|
||||
'/css/contacts.css',
|
||||
'/css/assistant.css',
|
||||
'/css/pwa.css',
|
||||
'/manifest.json'
|
||||
];
|
||||
|
||||
In neuem Issue referenzieren
Einen Benutzer sperren