Dax Raad
739716aef9
append piped stdin to prompt
publish / publish (push) Has been cancelled
2025-07-07 16:33:21 -04:00
Dax Raad
446932ceec
Add stdin support to run command
...
Allow piping content to opencode run when no message arguments are provided, enabling standard Unix pipe patterns for better CLI integration.
🤖 Generated with [opencode](https://opencode.ai )
Co-Authored-By: opencode <noreply@opencode.ai >
2025-07-07 16:29:13 -04:00
Dax Raad
e8bbb3e7ab
wip: model and prompt flags for tui
2025-07-07 16:24:37 -04:00
Dax
9cad702612
v2 message format and upgrade to ai sdk v5 ( #743 )
...
publish / publish (push) Has been cancelled
Co-authored-by: GitHub Action <action@github.com >
Co-authored-by: Liang-Shih Lin <liangshihlin@proton.me >
Co-authored-by: Dominik Engelhardt <dominikengelhardt@ymail.com >
Co-authored-by: Jay V <air@live.ca >
Co-authored-by: adamdottv <2363879+adamdottv@users.noreply.github.com >
2025-07-07 15:53:43 -04:00
Liang-Shih Lin
d7b2f0079c
fix: Skip opencode upgrade if same version ( #720 )
2025-07-06 23:36:59 -04:00
Dax Raad
0d798b90aa
wip: logs
2025-07-03 19:29:51 -04:00
Jacob Hands
0470bb18a0
fix: use correct opencode bin path when running in development mode ( #483 )
publish / publish (push) Has been cancelled
2025-07-02 23:37:48 -04:00
Dax Raad
93e0e4212c
ignore: add file status command
2025-07-01 20:39:43 -04:00
Dax Raad
9e03bd911b
ignore: fix file read with diff
2025-07-01 20:08:42 -04:00
Dax Raad
63f9ee3f5a
add file watcher
2025-07-01 13:45:25 -04:00
Dax Raad
b47f1fb9fa
snapshot functionality
2025-07-01 12:28:34 -04:00
Dax Raad
23bcc0defe
fix lsp diagnostic accurancy
publish / publish (push) Has been cancelled
2025-06-30 22:48:32 -04:00
Dax Raad
e8c1c74b94
fix loading api key from env for openai compatible providers
publish / publish (push) Has been cancelled
2025-06-30 19:07:51 -04:00
Dax Raad
605545a7a3
optimistically boot lsp servers
2025-06-30 16:45:26 -04:00
Dax Raad
576656ce75
add back in file hierarchy in system prompt but limit to 200 items
publish / publish (push) Has been cancelled
2025-06-30 14:46:46 -04:00
Dax Raad
6abe3d1861
smooth out initial onboarding flow
2025-06-27 16:09:59 -04:00
Dax Raad
863a377ba0
temporary patch for input lag on initial run
publish / publish (push) Has been cancelled
2025-06-27 14:36:03 -04:00
Dax Raad
cdbaf1c2d2
lazy load formatters
2025-06-27 11:33:37 -04:00
Dax Raad
a94c88bc5b
ignore: run prettier
publish / publish (push) Has been cancelled
2025-06-26 22:30:44 -04:00
Dax Raad
2142c34fdd
add auto formatting and experimental hooks feature
publish / publish (push) Has been cancelled
2025-06-26 22:17:08 -04:00
Dax Raad
7b3a84ec23
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
8ed884557e
Fix undefined is not an object (evaluating 'G.title') ( #395 )
publish / publish (push) Has been cancelled
2025-06-25 19:40:09 -04:00
Dax Raad
d333addc69
Enhance auth command with environment variable display and add models command
...
publish / publish (push) Has been cancelled
🤖 Generated with [opencode](https://opencode.ai )
Co-Authored-By: opencode <noreply@opencode.ai >
2025-06-24 22:24:55 -04:00
Dax Raad
c841e0a1cc
added opencode serve command
publish / publish (push) Has been cancelled
2025-06-24 20:52:09 -04:00
Dax Raad
e54520ba82
externalize github copilot code
2025-06-24 10:42:19 -04:00
Jay V
c550376116
fix help copy
2025-06-23 13:00:24 -04:00
Dax Raad
daa89f2e11
fix double entry of github copilot in auth login
publish / publish (push) Has been cancelled
2025-06-22 19:13:25 -04:00
Martin Palma
b172f79404
Add Github Copilot OAuth authentication flow ( #305 )
2025-06-22 19:11:37 -04:00
Dax Raad
b11e2a5f57
Add --method option to upgrade command for manual installation method selection
...
publish / publish (push) Has been cancelled
🤖 Generated with [opencode](https://opencode.ai )
Co-Authored-By: opencode <noreply@opencode.ai >
2025-06-20 20:48:23 -04:00
Dax Raad
04896da98c
handle brew upgrades better
2025-06-20 20:27:23 -04:00
Jay V
b1f79ca730
Copy changes
2025-06-19 16:28:03 -04:00
adamdottv
bcec113325
fix: typescript error
2025-06-19 13:57:25 -05:00
Dax Raad
e103581f95
use production share url
publish / publish (push) Has been cancelled
2025-06-19 14:21:00 -04:00
Dax Raad
d7ae3c6033
ci: share
2025-06-19 13:26:15 -04:00
Dax Raad
fc079b67b2
allow selecting model and continuing previous session for opencode run
2025-06-19 13:00:57 -04:00
Dax Raad
b7319a304f
remove opencode_ prefixes from tool names. unfortunately this will break
...
publish / publish (push) Has been cancelled
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
430bbb205c
rework config
2025-06-18 23:01:19 -04:00
Dax Raad
7ce22fa132
Fix TypeScript compilation errors and consolidate version handling
...
publish / publish (push) Has been cancelled
🤖 Generated with [opencode](https://opencode.ai )
Co-Authored-By: opencode <noreply@opencode.ai >
2025-06-17 10:27:49 -04:00
Dax Raad
60fe0aa090
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
e188879d8f
Improve upgrade command with installation method detection ( #158 )
2025-06-17 00:07:17 -04:00
Dax Raad
115a71fd20
opencode auth login: validation on provider id and better error messages
publish / publish (push) Has been cancelled
2025-06-16 15:09:49 -04:00
Dax Raad
0ecff22f98
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
1fe40495d2
Improve LSP server initialization with timeout handling and skip failed servers
...
publish / publish (push) Has been cancelled
🤖 Generated with [opencode](https://opencode.ai )
Co-Authored-By: opencode <noreply@opencode.ai >
2025-06-15 13:52:57 -04:00
Dax Raad
9d8f080da1
fix postinstall script for node
publish / publish (push) Has been cancelled
2025-06-15 13:11:11 -04:00
Dax Raad
44cc41abb0
beginning of upgrade command
2025-06-14 22:05:41 -04:00
Dax Raad
9871d97af1
fix aborting issue
publish / publish (push) Has been cancelled
2025-06-14 21:23:57 -04:00
Berr
233e07c66f
fix: improve browser opening error handling in AuthLoginCommand ( #111 )
2025-06-14 20:07:41 -04:00
Dax Raad
7f4d13b76d
docs: readme
2025-06-14 12:13:46 -04:00
Dax Raad
aa330249c4
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
d0f3211c7f
sync
2025-06-13 00:06:15 -04:00