762ecec872
- thread read: add ### Content section (last assistant message) before ### Output - Remove --detail flag (replaced by step-details command) - New: uwf thread step-details <step-hash> — full detail dump as yaml Closes #357
8 lines
141 B
TypeScript
8 lines
141 B
TypeScript
import { defineConfig } from "vitest/config";
|
|
|
|
export default defineConfig({
|
|
test: {
|
|
include: ["src/__tests__/**/*.test.ts"],
|
|
},
|
|
});
|