Dax Raad
c68aeed8d9
ignore: fix file read with diff
2025-07-01 20:08:42 -04:00
Dax Raad
26dcb85de1
add file watcher
2025-07-01 13:45:25 -04:00
Dax Raad
11d042be25
snapshot functionality
2025-07-01 12:28:34 -04:00
Dax Raad
de15e67834
fix lsp diagnostic accurancy
2025-06-30 22:48:32 -04:00
Dax Raad
fea56d8de6
fix loading api key from env for openai compatible providers
2025-06-30 19:07:51 -04:00
Dax Raad
9ad1687f04
optimistically boot lsp servers
2025-06-30 16:45:26 -04:00
Dax Raad
dd5736fe5f
add back in file hierarchy in system prompt but limit to 200 items
2025-06-30 14:46:46 -04:00
Dax Raad
c0773dc7c5
smooth out initial onboarding flow
2025-06-27 16:09:59 -04:00
Dax Raad
226a4a7f36
temporary patch for input lag on initial run
2025-06-27 14:36:03 -04:00
Dax Raad
2ec0611f42
lazy load formatters
2025-06-27 11:33:37 -04:00
Dax Raad
51bf193889
ignore: run prettier
2025-06-26 22:30:44 -04:00
Dax Raad
f8b78f08b4
add auto formatting and experimental hooks feature
2025-06-26 22:17:08 -04:00
Dax Raad
4bc651f958
fix: improve JSON formatting and add piped output support for run command
...
🤖 Generated with [opencode](https://opencode.ai )
Co-Authored-By: opencode <noreply@opencode.ai >
2025-06-26 17:32:00 -04:00
Mike Wallio
db24bf87c0
Fix undefined is not an object (evaluating 'G.title') ( #395 )
2025-06-25 19:40:09 -04:00
Dax Raad
9751937894
Enhance auth command with environment variable display and add models command
...
🤖 Generated with [opencode](https://opencode.ai )
Co-Authored-By: opencode <noreply@opencode.ai >
2025-06-24 22:24:55 -04:00
Dax Raad
4b26b43855
added opencode serve command
2025-06-24 20:52:09 -04:00
Dax Raad
4d3d63294d
externalize github copilot code
2025-06-24 10:42:19 -04:00
Jay V
fa991920bc
fix help copy
2025-06-23 13:00:24 -04:00
Dax Raad
00c4d4f9f8
fix double entry of github copilot in auth login
2025-06-22 19:13:25 -04:00
Martin Palma
6e6fe6e013
Add Github Copilot OAuth authentication flow ( #305 )
2025-06-22 19:11:37 -04:00
Dax Raad
59f0004d34
Add --method option to upgrade command for manual installation method selection
...
🤖 Generated with [opencode](https://opencode.ai )
Co-Authored-By: opencode <noreply@opencode.ai >
2025-06-20 20:48:23 -04:00
Dax Raad
da35a64fa1
handle brew upgrades better
2025-06-20 20:27:23 -04:00
Jay V
f5e7f079ea
Copy changes
2025-06-19 16:28:03 -04:00
adamdottv
193718034b
fix: typescript error
2025-06-19 13:57:25 -05:00
Dax Raad
ec1c9f8cd1
use production share url
2025-06-19 14:21:00 -04:00
Dax Raad
a85b0a370e
ci: share
2025-06-19 13:26:15 -04:00
Dax Raad
7d1a1663c8
allow selecting model and continuing previous session for opencode run
2025-06-19 13:00:57 -04:00
Dax Raad
26bab00dab
remove opencode_ prefixes from tool names. unfortunately this will break
...
all old sessions and share links. we'll be more backwards compatible in
the future once we're more stable.
2025-06-19 09:59:44 -04:00
Dax Raad
e5e9b3e3c0
rework config
2025-06-18 23:01:19 -04:00
Dax Raad
68e1b3c46c
Fix TypeScript compilation errors and consolidate version handling
...
🤖 Generated with [opencode](https://opencode.ai )
Co-Authored-By: opencode <noreply@opencode.ai >
2025-06-17 10:27:49 -04:00
Dax Raad
b5a4439704
Add autoshare configuration and improve run command UI
...
Enables automatic session sharing via global config or flag, enhances UI with logo display and provider/model info positioning.
🤖 Generated with [opencode](https://opencode.ai )
Co-Authored-By: opencode <noreply@opencode.ai >
2025-06-17 01:45:32 -04:00
Dax
d054f88130
Improve upgrade command with installation method detection ( #158 )
2025-06-17 00:07:17 -04:00
Dax Raad
fcaf0e6dbf
opencode auth login: validation on provider id and better error messages
2025-06-16 15:09:49 -04:00
Dax Raad
2c9fd1e776
BREAKING CHANGE: the config structure has changed, custom providers have an npm field now to specify which npm package to load. see examples in README.md
2025-06-16 15:02:25 -04:00
Dax Raad
e30fba0d3c
Improve LSP server initialization with timeout handling and skip failed servers
...
🤖 Generated with [opencode](https://opencode.ai )
Co-Authored-By: opencode <noreply@opencode.ai >
2025-06-15 13:52:57 -04:00
Dax Raad
230d0a1510
fix postinstall script for node
2025-06-15 13:11:11 -04:00
Dax Raad
38879dee2d
beginning of upgrade command
2025-06-14 22:05:41 -04:00
Dax Raad
0e035b3115
fix aborting issue
2025-06-14 21:23:57 -04:00
Berr
25f78b053b
fix: improve browser opening error handling in AuthLoginCommand ( #111 )
2025-06-14 20:07:41 -04:00
Dax Raad
af892e5432
docs: readme
2025-06-14 12:13:46 -04:00
Dax Raad
9fb47bc855
Enhance auth command with dynamic provider selection
...
- 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 <noreply@opencode.ai >
2025-06-13 00:33:54 -04:00
Dax Raad
73e9fb53d5
sync
2025-06-13 00:06:15 -04:00
Dax Raad
29a6603a89
Update CLI run command and session handling
...
🤖 Generated with [OpenCode](https://opencode.ai )
Co-Authored-By: OpenCode <noreply@opencode.ai >
2025-06-12 18:07:31 -04:00
Dax Raad
aab47714c9
sync
2025-06-11 19:00:09 -04:00
Dax Raad
9b2b610920
sync
2025-06-11 18:45:18 -04:00
Dax Raad
468cec545a
sync
2025-06-11 18:19:21 -04:00
Dax Raad
f1de1634d6
Standardize styling in auth commands by replacing Bun.color with UI.Style constants
...
🤖 Generated with [OpenCode](https://opencode.ai )
Co-Authored-By: OpenCode <noreply@opencode.ai >
2025-06-11 00:34:55 -04:00
Dax Raad
8d8663399d
sync
2025-06-11 00:27:46 -04:00
Dax Raad
83eb61fd5f
Refactor authentication system to consolidate auth flow and remove provider-based commands
...
🤖 Generated with [OpenCode](https://opencode.ai )
Co-Authored-By: OpenCode <noreply@opencode.ai >
2025-06-11 00:21:46 -04:00
Dax Raad
28f5cbbfe9
Fix shutdown handling, error management, and process lifecycle issues
...
🤖 Generated with [OpenCode](https://opencode.ai )
Co-Authored-By: OpenCode <noreply@opencode.ai >
2025-06-10 18:58:47 -04:00