renovate[bot] 6f90d4c52d chore(deps): update dependency drizzle-kit to ^0.31.0 (#3281) 8 месяцев назад
..
drizzle 61e23cccb6 Record tool use errors encountered during eval runs (#2816) 8 месяцев назад
scripts 3c937c3827 Task header theme fixes (#2721) 9 месяцев назад
src 61e23cccb6 Record tool use errors encountered during eval runs (#2816) 8 месяцев назад
.gitignore 87af3b3424 Record tool usages in the `Cline` object, and persist them in the db for evals (#2729) 9 месяцев назад
README.md e050043e58 Typos + promisify exec calls (#2243) 9 месяцев назад
drizzle.config.ts 2eba534dd6 Evals fixes (#2505) 9 месяцев назад
eslint.config.mjs d15f813514 Evals (#2238) 9 месяцев назад
package.json 6f90d4c52d chore(deps): update dependency drizzle-kit to ^0.31.0 (#3281) 8 месяцев назад
tsconfig.json 87af3b3424 Record tool usages in the `Cline` object, and persist them in the db for evals (#2729) 9 месяцев назад
vitest.config.ts 87af3b3424 Record tool usages in the `Cline` object, and persist them in the db for evals (#2729) 9 месяцев назад
vitest.setup.ts 87af3b3424 Record tool usages in the `Cline` object, and persist them in the db for evals (#2729) 9 месяцев назад

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