system prompt client global and project

This commit is contained in:
Storme-bit
2026-04-19 03:02:03 -07:00
parent fa3b0859f0
commit 15c1bec609

View File

@@ -22,7 +22,7 @@ function getProject(id) {
function updateProject(id, fields = {}) {
const db = getDB();
const allowed = ['name', 'description', 'colour', 'icon', 'isolated', 'notes'];
const allowed = ['name', 'description', 'colour', 'icon', 'isolated', 'notes', 'system_prompt'];
const updates = [];
const values = [];