Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/WORKLOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -1143,3 +1143,9 @@ Next: After running with reduced logs, gather traces for 'Chapter not found' and
- Files: config/prompts.json; docs/WORKLOG.md
- Why: Refresh the default `systemPrompt` to better match the new metadata preamble flow and keep the baseline prompt less project-specific.
- Tests: `npm test -- --run`

2025-12-22 03:00 UTC - Security deps bump: Vitest 4 + Vite + GenAI + Happy DOM
- Files: package.json; package-lock.json; index.html; tests/services/aiService.providers.test.ts; tests/adapters/providers/OpenAIAdapter.test.ts; docs/WORKLOG.md
- Why: Address dependency vulnerability chain (glob/path deps) and align tooling on supported versions.
- Details: Bumped `vitest`/`@vitest/*`, `vite`, `happy-dom`, and `@google/genai` (plus updated the browser importmap); adjusted OpenAI mocks in tests to use a constructible class under Vitest 4.
- Tests: `npm audit`; `npx tsc --noEmit`; `npm test -- --run`
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
"react/": "https://esm.sh/react@19.1.1/",
"react-dom/client": "https://esm.sh/react-dom@19.1.1/client",
"react-dom/": "https://esm.sh/react-dom@19.1.1/",
"@google/genai": "https://esm.sh/@google/genai@1.13.0",
"@google/genai/": "https://esm.sh/@google/genai@1.13.0/",
"@google/genai": "https://esm.sh/@google/genai@1.34.0",
"@google/genai/": "https://esm.sh/@google/genai@1.34.0/",
"openai": "https://esm.sh/openai@4.52.7",
"openai/": "https://esm.sh/openai@4.52.7/",
"zustand": "https://esm.sh/zustand@5.0.7",
Expand Down
Loading
Loading