summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
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-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
2025-05-30embed goDax Raad
2025-05-30syncDax Raad
2025-05-30listing themes explicitlyJay V
2025-05-30tweaking stylesJay V
2025-05-30syncDax Raad
2025-05-30tweaking share editJay V
2025-05-30wip: refactoring tuiadamdottv
2025-05-30wip: refactoring tuiadamdottv
2025-05-30syncDax Raad
2025-05-30syncDax Raad
2025-05-30syncDax Raad
2025-05-30refactorJay V
2025-05-30importJay V
2025-05-30share page diffJay V
2025-05-30adding diffJay V
2025-05-30wip: refactoring tuiadamdottv
2025-05-30wip: refactoring tuiadamdottv
2025-05-30wip: refactoring tuiadamdottv
2025-05-30wip: refactoring tuiadamdottv
2025-05-30wip: refactoring tuiadamdottv
2025-05-30wip: refactoring tuiadamdottv
2025-05-30wip: refactoring tuiadamdottv
2025-05-29wip: refactoring tuiadamdottv
2025-05-29wip: refactoring tuiadamdottv
2025-05-29wip: refactoring tuiadamdottv
2025-05-29wip: refactoring tuiadamdottv
2025-05-29wip: refactoring tuiadamdottv
2025-05-29wip: refactoring tuiadamdottv
2025-05-29wip: refactoring tuiadamdottv
2025-05-29wip: refactoring tuiadamdottv
2025-05-29wip: refactoring tuiadamdottv
2025-05-29wip: refactoring tuiadamdottv
2025-05-29wip: refactoring tuiadamdottv
2025-05-29Improve async share handling and enhance diagnostic output with filenamesDax Raad
🤖 Generated with opencode Co-Authored-By: opencode <[email protected]>
2025-05-29Fix working indicator to only show when message is incompleteDax Raad
🤖 Generated with opencode Co-Authored-By: opencode <[email protected]>
2025-05-29remov elogDax Raad
2025-05-29wip: refactoring tuiadamdottv
2025-05-29wip: refactoring tuiadamdottv
2025-05-29wip: refactoring tuiadamdottv
2025-05-29wip: refactoring tuiadamdottv
2025-05-29support continuationDax Raad
2025-05-29styling tool callsJay V
2025-05-29Remove React/Ink dependencies and add context window managementDax Raad
- Remove unused React and Ink CLI dependencies to simplify package - Update provider schema to use maxOutputTokens for clarity - Add automatic summarization when approaching context window limits - Simplify message event handling and add cost/token metadata display 🤖 Generated with opencode Co-Authored-By: opencode <[email protected]>
2025-05-29add summarizeDax Raad