summaryrefslogtreecommitdiffhomepage
path: root/packages
AgeCommit message (Collapse)Author
2025-06-02wip: refactoring tuiadamdottv
2025-06-02wip: refactoring tuiadamdottv
2025-06-02wip: refactoring tuiadamdottv
2025-06-02wip: refactoring tuiadamdottv
2025-06-02spawn from anywhere in dev modeDax Raad
2025-06-01syncDax 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-06-01Refactor application path handling and data storage architectureDax Raad
Replace simple directory-based path system with git-aware data management that uses global data directories and proper workspace detection. 🤖 Generated with opencode Co-Authored-By: opencode <[email protected]>
2025-05-31fix tool name changeDax Raad
2025-05-31syncDax Raad
2025-05-31syncDax Raad
2025-05-31tool reworkDax Raad
2025-05-31fix generateDax Raad
2025-05-31lazy load LLMs even harderDax Raad
2025-05-31run formatterDax Raad
2025-05-30Standardize code style to no semicolons and remove unused @types/node dependencyDax Raad
🤖 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-30embed goDax Raad
2025-05-30syncDax Raad