added some UX improvements

This commit is contained in:
2026-01-16 21:08:50 -05:00
parent 33b3e414ae
commit b8cb75acf4
7 changed files with 463 additions and 65 deletions

View File

@@ -13,7 +13,8 @@ const DEFAULT_SETTINGS = {
systemPrompt:
"You are a precise, honest assistant. Be concise, highlight uncertainties, and avoid inventing details.",
resume: "",
tasks: DEFAULT_TASKS
tasks: DEFAULT_TASKS,
theme: "system"
};
chrome.runtime.onInstalled.addListener(async () => {