FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for packages/opencode/src - lightsofapollo/opencode · GitHub
lightsofapollo
/
opencode
Public
forked from
anomalyco/opencode
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
opencode
packages
opencode
src
on
dev
User selector
Datepicker
Commit history
Commits on Feb 10, 2026
fix(app): memory leak with platform fetch for events
adamdotdevin
committed
fc37337
View commit details
Copy full SHA for fc37337
View code at this point
Browse repository at this point
fix: show helpful message when free usage limit is exceeded (#13005)
thdxr
authored and
opencode
committed
8bdf6fa
View commit details
Copy full SHA for 8bdf6fa
View code at this point
Browse repository at this point
fix(app): no changes in review pane
adamdotdevin
committed
659f15a
View commit details
Copy full SHA for 659f15a
View code at this point
Browse repository at this point
fix(app): terminal replay (#12991)
adamdotdevin
authored
3929f0b
View commit details
Copy full SHA for 3929f0b
View code at this point
Browse repository at this point
refactor: clean up dialog-model.tsx per code review (#12983)
thdxr
authored
27fa9dc
View commit details
Copy full SHA for 27fa9dc
View code at this point
Browse repository at this point
chore: fix typos and GitHub capitalization (#12852)
PeterDaveHello
authored
8779538
View commit details
Copy full SHA for 8779538
View code at this point
Browse repository at this point
fix(app): workspace reset issues
adamdotdevin
committed
4a73d51
View commit details
Copy full SHA for 4a73d51
View code at this point
Browse repository at this point
Revert "feat: add version to session header and /status dialog (#8802)"
Show description for 63cd763
thdxr
committed
63cd763
View commit details
Copy full SHA for 63cd763
View code at this point
Browse repository at this point
Revert "feat(tui): highlight esc label on hover in dialog (#12383)"
Show description for 32394b6
thdxr
committed
32394b6
View commit details
Copy full SHA for 32394b6
View code at this point
Browse repository at this point
Revert "feat: show connected providers in /connect dialog (#8351)"
Show description for 1226286
thdxr
committed
1226286
View commit details
Copy full SHA for 1226286
View code at this point
Browse repository at this point
fix: resolve homebrew upgrade requiring multiple runs (#5375) (#10118)
GeneCodeSavvy
authored
56a7520
View commit details
Copy full SHA for 56a7520
View code at this point
Browse repository at this point
Commits on Feb 9, 2026
fix(tui): use sender color for queued messages (#12832)
mcostasilva
authored
056d0c1
View commit details
Copy full SHA for 056d0c1
View code at this point
Browse repository at this point
fix: publish session.error event for invalid model selection (#8451)
surma
authored
832902c
View commit details
Copy full SHA for 832902c
View code at this point
Browse repository at this point
chore: generate
opencode-agent[bot]
committed
d9b4535
View commit details
Copy full SHA for d9b4535
View code at this point
Browse repository at this point
fix(opencode): ACP File write should create the file if it doesn't exist (#12854)
BryceRyan
authored
56b340b
View commit details
Copy full SHA for 56b340b
View code at this point
Browse repository at this point
tweak: adjust agent variant logic to not require exact match on model, and instead check if the variant is available for model (#12838)
rekram1-node
authored
8ad4768
View commit details
Copy full SHA for 8ad4768
View code at this point
Browse repository at this point
Revert "feat(tui): restore footer to session view (#12245)" (#12836)
rekram1-node
authored
a7c5d5a
View commit details
Copy full SHA for a7c5d5a
View code at this point
Browse repository at this point
tweak: add new ContextOverflowError type (#12777)
rekram1-node
authored
99ea135
View commit details
Copy full SHA for 99ea135
View code at this point
Browse repository at this point
fix(provider): remove obsolete copilot model enablement instructions (#12739)
fgonzalezurriola
authored
d40dffb
View commit details
Copy full SHA for d40dffb
View code at this point
Browse repository at this point
fix: enable thinking for all reasoning models on alibaba-cn (DashScope) (#12772)
Show description for 0cd52f8
AdJIa
and
lujia
authored
0cd52f8
View commit details
Copy full SHA for 0cd52f8
View code at this point
Browse repository at this point
fix: parse mid stream openai responses style errors to prevent infinite retries for errors that should STOP execution (#12768)
rekram1-node
authored
62f3808
View commit details
Copy full SHA for 62f3808
View code at this point
Browse repository at this point
Commits on Feb 8, 2026
chore: refactoring and tests (#12629)
adamdotdevin
authored
d1ebe07
View commit details
Copy full SHA for d1ebe07
View code at this point
Browse repository at this point
Commits on Feb 6, 2026
chore: generate
opencode-agent[bot]
committed
fbc0870
View commit details
Copy full SHA for fbc0870
View code at this point
Browse repository at this point
feat: add models.dev schema ref for model autocomplete in opencode.json (#12528)
remorses
authored
576a681
View commit details
Copy full SHA for 576a681
View code at this point
Browse repository at this point
feat(core): Set variant in assistant messages too (#12531)
Show description for a486b74
shantur
and
rekram1-node
authored
a486b74
View commit details
Copy full SHA for a486b74
View code at this point
Browse repository at this point
fix(opencode): cleanup orphaned worktree directories (#12399)
maharshi365
authored
89064c3
View commit details
Copy full SHA for 89064c3
View code at this point
Browse repository at this point
fix: properly encode file URLs with special characters (#12424)
yudgnahk
authored
fde0b39
View commit details
Copy full SHA for fde0b39
View code at this point
Browse repository at this point
chore: generate
opencode-agent[bot]
committed
e767801
View commit details
Copy full SHA for e767801
View code at this point
Browse repository at this point
fix(opencode): SessionPrompt.shell() now triggers loop if messages are queued (#10987)
goniz
authored
def907a
View commit details
Copy full SHA for def907a
View code at this point
Browse repository at this point
feat(opencode): use reasoning summary auto for gpt-5 models that are not chat (#12502)
scratchmex
authored
a25cd2d
View commit details
Copy full SHA for a25cd2d
View code at this point
Browse repository at this point
chore: generate
opencode-agent[bot]
committed
918795d
View commit details
Copy full SHA for 918795d
View code at this point
Browse repository at this point
feat(tui): add Claude Code-style --fork flag to duplicate sessions before continuing (resolves #11137) (#11340)
ariane-emory
authored
84c5df1
View commit details
Copy full SHA for 84c5df1
View code at this point
Browse repository at this point
feat: add specific system prompt for Trinity model (#12144)
Show description for 95ad675
mariamjabara
and
cursoragent
authored
95ad675
View commit details
Copy full SHA for 95ad675
View code at this point
Browse repository at this point
chore: generate
opencode-agent[bot]
committed
3f7ca04
View commit details
Copy full SHA for 3f7ca04
View code at this point
Browse repository at this point
fix(opencode): correct prefix selection for amazon-bedrock provider in getSmallModel (#12281)
NachoFLizaur
authored
18749c1
View commit details
Copy full SHA for 18749c1
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL