Dalton Alexandre
c6549ce07e
fix: file changes visibility in worktree subdirs ( #4752 )
...
- Use Instance.worktree as cwd for all git operations in Snapshot
- Calculate relative pathspec using fs.realpath to handle symlinks
- Apply fix to track(), patch(), diff(), and diffFull()
- Ensures git operations are scoped to opened directory
- Fixes file changes not showing in sidebar for worktree subdirs
2025-11-26 22:22:37 -08:00
opencode
aef6904247
release: v1.0.119
deploy / deploy (push) Waiting to run
format / format (push) Waiting to run
snapshot / publish (push) Waiting to run
test / test (push) Waiting to run
Update Nix Hashes / update (push) Waiting to run
2025-11-27 03:15:40 +00:00
Dax Raad
0bf40faf95
core: prevent codesearch and websearch tools when webfetch permission is denied
2025-11-26 22:08:50 -05:00
GitHub Action
c90987c4b0
chore: format code
2025-11-27 03:08:33 +00:00
Dax Raad
0e08655407
core: prevent external diff tools from interfering with snapshot generation
2025-11-26 22:07:51 -05:00
opencode
427887db9c
release: v1.0.118
2025-11-27 02:43:07 +00:00
Dax Raad
a718622498
tui: prevent footer from shrinking when terminal is resized
2025-11-26 21:35:56 -05:00
Github Action
4e83107d79
Update Nix flake.lock and hashes
2025-11-27 01:33:35 +00:00
GitHub Action
04b6e72820
chore: format code
2025-11-27 01:32:04 +00:00
Dax Raad
501a2539c7
revert ts lsp to monorepo root
2025-11-26 20:31:26 -05:00
opencode
6a9856d480
release: v1.0.117
2025-11-27 01:29:00 +00:00
Dax Raad
2c8d42d997
roll back vtsls
2025-11-26 20:18:40 -05:00
Dax Raad
9c237f0bfb
temporarily restrict codesearch and websearch to opencode zen users. need to figure out how to opt out for enterprise users who do not want this
2025-11-26 20:13:20 -05:00
Dax
63bfe76720
tui design refinement ( #4809 )
2025-11-26 20:11:39 -05:00
Aiden Cline
99d7ff47c4
enable parcel file watcher, expand parcel ignore patterns, replace fs watcher for git branches with parcel ( #4805 )
2025-11-26 17:33:43 -06:00
Aiden Cline
3ff0eb3065
Revert "fix: disable virtual extmarks for file/agent mentions ( #4731 )"
...
deploy / deploy (push) Waiting to run
format / format (push) Waiting to run
snapshot / publish (push) Waiting to run
test / test (push) Waiting to run
Update Nix Hashes / update (push) Waiting to run
This reverts commit 673dbeee09 .
2025-11-26 14:55:39 -06:00
GitHub Action
4d2b265dc4
chore: format code
2025-11-26 19:10:51 +00:00
rosmur
1854245bd3
docs: add llama.cpp provider for local LLM inference ( #4769 )
...
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
2025-11-26 13:10:15 -06:00
Aiden Cline
4d07034930
fix: svg paste bug
2025-11-26 12:38:48 -06:00
Dax Raad
98031173b6
lil branch refactor
2025-11-26 12:34:48 -05:00
GitHub Action
e8e474597c
chore: format code
2025-11-26 17:26:46 +00:00
Tommy D. Rossi
382758790c
fix(tui): dedupe file references in prompt ( #4775 )
2025-11-26 11:26:05 -06:00
opencode
c33920f59d
release: v1.0.115
2025-11-26 16:57:35 +00:00
Jensen
33f004d4b6
fix(tui): show bootstrap errors instead of {} to trace ( #4779 )
...
Co-authored-by: Github Action <action@github.com>
2025-11-26 10:49:55 -06:00
Yug Agarwal
8963b536ee
docs: IO.NET Provider ( #4762 )
2025-11-26 10:44:05 -06:00
GitHub Action
51455e2a1e
ignore: update download stats 2025-11-26
deploy / deploy (push) Waiting to run
format / format (push) Waiting to run
snapshot / publish (push) Waiting to run
test / test (push) Waiting to run
Update Nix Hashes / update (push) Waiting to run
2025-11-26 12:04:44 +00:00
Adam
30d6a26e3e
fix: useData
deploy / deploy (push) Waiting to run
Update Nix Hashes / update (push) Waiting to run
2025-11-26 06:03:13 -06:00
Adam
cd4fabd11b
fix: scroll gutter padding
2025-11-26 05:58:30 -06:00
Github Action
9a8b8f26ac
Update Nix flake.lock and hashes
2025-11-26 11:31:37 +00:00
Adam
2f73b16b57
deps: update pierre diffs
2025-11-26 05:29:31 -06:00
opencode-agent[bot]
df9952c291
Renamed vcs.changed to vcs.branch.updated ( #4771 )
...
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: rekram1-node <rekram1-node@users.noreply.github.com>
2025-11-26 01:17:59 -06:00
Dmitry Halushka
ee946d8128
fix: transform MCP tool schemas for Google/Gemini compatibility ( #4538 )
...
Co-authored-by: Aiden Cline <aidenpcline@gmail.com>
Co-authored-by: Github Action <action@github.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
2025-11-26 00:58:20 -06:00
Aiden Cline
ec8f2e078e
Remove keybinds from favorites feature, keep functionality
2025-11-26 00:45:33 -06:00
shuv
335f46122b
Add favorites to model selector ( #23 ) ( #4343 )
...
Co-authored-by: Github Action <action@github.com>
2025-11-26 00:41:41 -06:00
Meysam Najafi Fard
73eae191e9
fix: handle remote image URLs in paste handler ( #4691 )
...
Co-authored-by: Aiden Cline <aidenpcline@gmail.com>
2025-11-26 00:34:22 -06:00
Aiden Cline
14e823e938
ignore: fix type issue
deploy / deploy (push) Waiting to run
format / format (push) Waiting to run
snapshot / publish (push) Waiting to run
test / test (push) Waiting to run
Update Nix Hashes / update (push) Waiting to run
2025-11-26 00:14:04 -06:00
Aiden Cline
2fbd462e6e
Reapply "feat(github): add ability to react to PR Review Comments in Workflow ( #4705 )"
...
This reverts commit e1cc98d448 .
2025-11-25 23:51:46 -06:00
Aiden Cline
e1cc98d448
Revert "feat(github): add ability to react to PR Review Comments in Workflow ( #4705 )"
...
This reverts commit 0ce64962d4 .
2025-11-25 23:51:23 -06:00
U Cirello
0ce64962d4
feat(github): add ability to react to PR Review Comments in Workflow ( #4705 )
...
Co-authored-by: GitHub Action <action@github.com>
2025-11-25 23:45:19 -06:00
george larson
338229193f
docs: add Venice.ai provider ( #4748 )
...
Co-authored-by: George Larson <georgeglarson@users.noreply.github.com>
2025-11-25 23:40:52 -06:00
Ariane Emory
57644a4be8
feat: add a diff_style option to allow disabling columnar diffs ( resolve #4677 ) ( #4756 )
...
Co-authored-by: Dax Raad <d@ironbay.co>
Co-authored-by: GitHub Action <action@github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: rekram1-node <rekram1-node@users.noreply.github.com>
2025-11-25 23:34:58 -06:00
Frank
da2099137a
zen: trial
deploy / deploy (push) Waiting to run
Update Nix Hashes / update (push) Waiting to run
2025-11-25 23:44:57 -05:00
Aiden Cline
09bc8d9ca4
show current git branch in tui ( #4765 )
...
Co-authored-by: GitHub Action <action@github.com>
2025-11-25 21:39:20 -06:00
Dax Raad
d95f724303
enable exa code/websearch
2025-11-25 22:06:26 -05:00
Frank
c413c3ed8f
wip: zen
2025-11-25 22:01:34 -05:00
Adam
5f56be0ad4
fix: pierre separators
2025-11-25 20:39:20 -06:00
Adam
ef441d5cff
chore: cleanup pierre stuff
2025-11-25 20:39:20 -06:00
GitHub Action
16a188c524
chore: format code
2025-11-26 02:33:36 +00:00
Dax Raad
50c40a8d99
tui: fix event subscription cleanup in SDK context
2025-11-25 21:32:56 -05:00
opencode
4114c8715c
release: v1.0.114
2025-11-26 00:32:22 +00:00