summaryrefslogtreecommitdiffhomepage
path: root/package.json
AgeCommit message (Collapse)Author
2025-07-16fix: type 'reasoning' was provided without its required following item (#1072)Aiden Cline
2025-07-15add small model for title generationDax Raad
2025-07-15upgrade ai sdkDax Raad
2025-07-13wip: mcpDax Raad
2025-07-08feat(tui): paste images and pdfsadamdottv
2025-07-07v2 message format and upgrade to ai sdk v5 (#743)Dax
Co-authored-by: GitHub Action <[email protected]> Co-authored-by: Liang-Shih Lin <[email protected]> Co-authored-by: Dominik Engelhardt <[email protected]> Co-authored-by: Jay V <[email protected]> Co-authored-by: adamdottv <[email protected]>
2025-07-03ci: ignoreDax Raad
2025-07-03chore: add dev script (#666)Timo Clasen
2025-07-03chore: better local dev with stainless scriptadamdottv
2025-06-27ignore: cleanupDax Raad
2025-06-27lazy load formattersDax Raad
2025-06-19hooksDax Raad
2025-06-18Update SSTFrank
2025-06-17fix issue with tool schemas and googleDax Raad
2025-06-14downgrade to ai sdk v4.xDax Raad
2025-06-14doc: remove dev scriptDax Raad
2025-06-07Infra: use Astro componentFrank
2025-06-05share ssrJay V
2025-06-03syncDax Raad
2025-06-01Fix TypeScript errors and clean up unused importsDax Raad
- Remove unused fs import from app.ts - Remove unused LLM import and missing module reference from server.ts - Fix parameter naming inconsistency in fetch.ts execute function - Add missing metadata property to fetch.ts return statement - Update test file to use correct API signatures and parameter names - Remove unused parameters from example.ts 🤖 Generated with opencode Co-Authored-By: opencode <[email protected]>
2025-05-30Update package dependencies and lock fileDax Raad
Synchronized package.json and bun.lock with latest dependency versions and optimized package structure. 🤖 Generated with opencode Co-Authored-By: opencode <[email protected]>
2025-05-30Optimize package management with catalog and exact versionsDax Raad
- Add catalog feature to centralize common dependency versions - Convert all package versions to exact (remove ^ prefixes) - Move prettier to root package only to reduce duplication - Configure bunfig.toml for exact dependency installs - Improve version consistency across workspace packages 🤖 Generated with opencode Co-Authored-By: opencode <[email protected]>
2025-05-30syncDax Raad