opencode
opencode copied to clipboard
The open source coding agent.
### What does this PR do? - Read .git files and follow `gitdir:` references to actual git directory - Handles both absolute and relative paths - Falls back gracefully when...
## Problem Currently, the input field supports keyboard-based text selection via `Shift+Arrow` keys and other `input_select_*` keybindings, but there is no way to copy or cut the selected text using...
Addresses gaps in the `external_directory` permission checks where symlinks inside a project could escape to read/write files outside the project boundary. - Add `Filesystem.containsResolved()` that resolves symlinks before checking path...
Bug: Shared state between google-vertex and google-vertex-anthropic providers causes auth conflict
## Description When using the same API key for both `google-vertex` and `google-vertex-anthropic` providers, only the **last authenticated provider works**. The other provider fails, even though both are correctly configured...
### Feature hasn't been suggested before. - [x] I have verified this feature I'm about to request hasn't been suggested before. ### Describe the enhancement you want to request OpenAI’s...
### Feature hasn't been suggested before. - [x] I have verified this feature I'm about to request hasn't been suggested before. ### Describe the enhancement you want to request I...
### Feature hasn't been suggested before. - [x] I have verified this feature I'm about to request hasn't been suggested before. ### Describe the enhancement you want to request I...
### What does this PR do? Sometimes when i abort a prompt that has some bash running, like `bun dev`, it doesn't properly kill the process and keeps running indefinitely....
### Feature hasn't been suggested before. - [x] I have verified this feature I'm about to request hasn't been suggested before. ### Describe the enhancement you want to request This...
### What does this PR do? This PR enables AWS Bedrock provider autoload when AWS_SHARED_CREDENTIALS_FILE environment variable is set. Previously only AWS_PROFILE, AWS_ACCESS_KEY_ID, and AWS_BEARER_TOKEN_BEDROCK triggered autoload. The AWS_SHARED_CREDENTIALS_FILE is...