summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2025-06-14typo (#94)Mantena Rama Raju
2025-06-14Enhance provider system with dynamic package resolution and improved loggingDax Raad
- Add npm registry lookup for AI SDK packages with fallback support - Enhance error logging with cause information - Add timing deltas to log output for performance monitoring 🤖 Generated with [opencode](https://opencode.ai) Co-Authored-By: opencode <[email protected]>
2025-06-14tui: remove quit dialog (#97)Albert Ilagan
2025-06-14doc: remove dev scriptDax Raad
2025-06-14docs: contributingDax Raad
2025-06-14syncDax Raad
2025-06-14docs: mcpDax Raad
2025-06-14docs: config schemaDax Raad
2025-06-14ci: update publish scriptDax Raad
2025-06-14docs: readmeDax Raad
2025-06-14naming fixesDax Raad
2025-06-14Add flag system and auto-share functionalityDax Raad
- Add Flag module for environment variable configuration - Implement OPENCODE_AUTO_SHARE flag to automatically share new sessions - Update session creation to conditionally auto-share based on flag 🤖 Generated with [OpenCode](https://opencode.ai) Co-Authored-By: OpenCode <[email protected]>
2025-06-14Improve logging and simplify fzf implementationDax Raad
- Refactor fzf search to use Bun's $ syntax for cleaner command execution - Add request/response duration logging to server middleware - Set default service name for logging to improve log clarity 🤖 Generated with [OpenCode](https://opencode.ai) Co-Authored-By: OpenCode <[email protected]>
2025-06-13fix(install): check if the path export command already exists (#28)Alireza Bahrami
2025-06-13Clean up workflows and enhance file discovery tools to include dot filesDax Raad
🤖 Generated with [OpenCode](https://opencode.ai) Co-Authored-By: OpenCode <[email protected]>
2025-06-13syncDax Raad
2025-06-13screenshotDax Raad
2025-06-13disable autoshareDax Raad
2025-06-13syncDax Raad
2025-06-13syncDax Raad
2025-06-13wip: refactoring tuiadamdottv
2025-06-13syncDax Raad
2025-06-13syncDax Raad
2025-06-13syncDax Raad
2025-06-13syncDax Raad
2025-06-13commit and pushDax Raad
2025-06-13syncDax Raad
2025-06-13syncDax Raad
2025-06-13reset readmeDax Raad
2025-06-13ciDax Raad
2025-06-13homebrewDax Raad
2025-06-13wip: refactoring tuiadamdottv
2025-06-13wip: refactoring tuiadamdottv
2025-06-13wip: refactoring tuiadamdottv
2025-06-13wip: refactoring tuiadamdottv
2025-06-13wip: refactoring tuiadamdottv
2025-06-13wip: refactoring tuiadamdottv
2025-06-13wip: refactoring tuiadamdottv
2025-06-13wip: refactoring tuiadamdottv
2025-06-13do not strip aur packageDax Raad
2025-06-13wip: refactoring tuiadamdottv
2025-06-13wip: refactoring tuiadamdottv
2025-06-13wip: refactoring tuiadamdottv
2025-06-13wip: refactoring tuiadamdottv
2025-06-13load API keysDax Raad
2025-06-13Enhance auth command with dynamic provider selectionDax Raad
- Add support for dynamically loading providers from ModelsDev - Prioritize anthropic as recommended provider - Add "other" provider option for manual entry - Include special handling for amazon-bedrock with AWS config guidance - Expand provider selection UI to show up to 8 providers 🤖 Generated with [OpenCode](https://opencode.ai) Co-Authored-By: OpenCode <[email protected]>
2025-06-13syncDax Raad
2025-06-12Refactor AI SDK provider loading to use BunProc.installDax Raad
Simplifies provider installation by using BunProc.install() instead of manual path construction and file system checks. 🤖 Generated with [OpenCode](https://opencode.ai) Co-Authored-By: OpenCode <[email protected]>
2025-06-12bedrock loaderDax Raad
2025-06-12Update provider configuration and server handlingDax Raad
🤖 Generated with [OpenCode](https://opencode.ai) Co-Authored-By: OpenCode <[email protected]>