Refactor error handling and localDb structure, and fix usage tracking bug.

This commit is contained in:
decolua
2026-04-17 12:15:10 +07:00
parent 3badf1cbb6
commit 75ad0bef8e
13 changed files with 162 additions and 109 deletions
@@ -217,7 +217,7 @@ export default function ClaudeToolCard({
return [
{
filename: "~/.claude/settings.json",
content: JSON.stringify({ env }, null, 2),
content: JSON.stringify({ hasCompletedOnboarding: true, env }, null, 2),
},
];
};