Chris Estreich 87af3b3424 Record tool usages in the `Cline` object, and persist them in the db for evals (#2729) 10 bulan lalu
..
drizzle 87af3b3424 Record tool usages in the `Cline` object, and persist them in the db for evals (#2729) 10 bulan lalu
scripts 3c937c3827 Task header theme fixes (#2721) 10 bulan lalu
src 87af3b3424 Record tool usages in the `Cline` object, and persist them in the db for evals (#2729) 10 bulan lalu
.gitignore 87af3b3424 Record tool usages in the `Cline` object, and persist them in the db for evals (#2729) 10 bulan lalu
README.md e050043e58 Typos + promisify exec calls (#2243) 11 bulan lalu
drizzle.config.ts 2eba534dd6 Evals fixes (#2505) 10 bulan lalu
eslint.config.mjs d15f813514 Evals (#2238) 11 bulan lalu
package.json 87af3b3424 Record tool usages in the `Cline` object, and persist them in the db for evals (#2729) 10 bulan lalu
tsconfig.json 87af3b3424 Record tool usages in the `Cline` object, and persist them in the db for evals (#2729) 10 bulan lalu
vitest.config.ts 87af3b3424 Record tool usages in the `Cline` object, and persist them in the db for evals (#2729) 10 bulan lalu
vitest.setup.ts 87af3b3424 Record tool usages in the `Cline` object, and persist them in the db for evals (#2729) 10 bulan lalu

README.md

Running Migrations

Update src/schema.ts as needed, and then run:

pnpm db:generate

Inspect the sql in the migration file added to drizzle/.

If it looks okay, then run:

pnpm db:migrate