Commit graph

3041 commits

Author SHA1 Message Date
Dax Raad
32e8099086 sync 2025-10-02 00:14:48 -04:00
Dax Raad
0d36150f19 Merge branch 'dev' into opentui 2025-10-02 00:09:30 -04:00
Dax Raad
b2440e92e7 core: improve file search reliability and performance 2025-10-02 00:09:02 -04:00
Dax Raad
7b1554d337 tui: move server to worker for better isolation and lifecycle management 2025-10-01 23:55:12 -04:00
Dax Raad
1190fe3711 Merge branch 'dev' into opentui 2025-10-01 23:37:37 -04:00
Aiden Cline
125624489b
docs: fix (#2910) 2025-10-01 22:20:35 -05:00
Jay V
991f85c907 docs: hide email signup
Some checks are pending
deploy / deploy (push) Waiting to run
format / format (push) Waiting to run
snapshot / publish (push) Waiting to run
test / test (push) Waiting to run
2025-10-01 20:16:02 -04:00
Jay V
c00fbbdcae docs: testimonials 2025-10-01 19:57:17 -04:00
Dax Raad
d4e9c60af7 wip: lander 2025-10-01 19:54:58 -04:00
Jay V
0691815c0a docs: fix link 2025-10-01 19:52:31 -04:00
Dax Raad
985fd4d9a8 wip: lander 2025-10-01 19:49:00 -04:00
Dax Raad
87fa8dc70c ignore: fix 2025-10-01 19:40:56 -04:00
Dax
a782e3dac2
Zen lander (#2907)
Co-authored-by: David Hill <iamdavidhill@gmail.com>
Co-authored-by: GitHub Action <action@github.com>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Jay V <air@live.ca>
2025-10-01 19:38:15 -04:00
Frank
70da3a9399 wip: zen 2025-10-01 19:34:37 -04:00
Frank
1024537b47 doc: update zen pricing 2025-10-01 17:48:12 -04:00
GitHub Action
2a4f21a694 ignore: update download stats 2025-10-01
Some checks are pending
deploy / deploy (push) Waiting to run
format / format (push) Waiting to run
snapshot / publish (push) Waiting to run
test / test (push) Waiting to run
2025-10-01 12:04:26 +00:00
Dax Raad
5f61945090 core: remove redundant patch integration test
The integration test was duplicating coverage already provided by the comprehensive
patch namespace tests. Users benefit from faster test runs without losing any
coverage of patch functionality. The remaining tests provide complete validation
of patch parsing, application, and tool integration.
2025-10-01 06:49:19 -04:00
Dax Raad
41ce56494b core: make patch tool more reliable and consistent with other editing tools
The patch tool now works seamlessly alongside other file editing tools with improved
error handling and a more intuitive permission system. Users will experience:

- More reliable patch application with better error messages
- Consistent permission prompts that match other editing tools
- Smoother integration when applying complex multi-file changes
- Better feedback on what changes are being made before applying patches

This refactoring leverages the robust patch parsing engine while making the tool
feel native to the opencode workflow, reducing friction when making bulk changes
to your codebase.
2025-10-01 06:45:43 -04:00
opencode
172aeaaf14 release: v0.13.7 2025-10-01 09:13:16 +00:00
Dax Raad
bd69c5aca8 codex should not have reasoning effort 2025-10-01 05:06:37 -04:00
Dax Raad
6a7eeb39c3 core: prevent file deletion when reverting changes to existing files 2025-10-01 05:06:37 -04:00
Dax Raad
dc93d3f425 sync 2025-10-01 04:32:09 -04:00
Dax Raad
93425c78b7 better margin calc 2025-10-01 04:31:49 -04:00
Dax Raad
02bb98e430 sync
Some checks are pending
format / format (push) Waiting to run
snapshot / publish (push) Waiting to run
test / test (push) Waiting to run
2025-10-01 04:14:53 -04:00
opencode
35a608cd53 release: v0.13.6
Some checks are pending
deploy / deploy (push) Waiting to run
format / format (push) Waiting to run
snapshot / publish (push) Waiting to run
test / test (push) Waiting to run
2025-10-01 07:44:18 +00:00
Dax Raad
f9ef9de0c9 Merge branch 'dev' into opentui 2025-10-01 03:38:43 -04:00
Dax Raad
6e19200fca overhaul file search and support @ mentioning directories 2025-10-01 03:37:01 -04:00
Aiden Cline
fe45a76c55
fix: adjust model dialog to handle same model id but different names (#2881)
Some checks are pending
deploy / deploy (push) Waiting to run
format / format (push) Waiting to run
snapshot / publish (push) Waiting to run
test / test (push) Waiting to run
2025-09-30 11:43:57 -05:00
GitHub Action
bdac22cb07 ignore: update download stats 2025-09-30
Some checks are pending
deploy / deploy (push) Waiting to run
format / format (push) Waiting to run
snapshot / publish (push) Waiting to run
test / test (push) Waiting to run
2025-09-30 12:04:27 +00:00
Dax Raad
5a507023a6 update anthropic system prompts 2025-09-30 04:41:36 -04:00
Dax Raad
fdd6921a14 sync
Some checks are pending
format / format (push) Waiting to run
snapshot / publish (push) Waiting to run
test / test (push) Waiting to run
2025-09-30 04:33:34 -04:00
Dax Raad
633d136b5b tui: fix tool permission border rendering logic 2025-09-30 04:31:46 -04:00
Dax Raad
873cccd37c tui: improve prompt handling, session interactions, and dialog focus management 2025-09-30 04:28:48 -04:00
Aiden Cline
c398485213
fix: tui stuck saying generating... even when it is done (#2872)
Some checks are pending
deploy / deploy (push) Waiting to run
format / format (push) Waiting to run
snapshot / publish (push) Waiting to run
test / test (push) Waiting to run
2025-09-29 23:55:47 -05:00
Aiden Cline
bc9ff7e99f
fix: worktree cmd (#2870) 2025-09-29 22:21:54 -05:00
Frank
7447460b5a wip: zen
Some checks failed
format / format (push) Waiting to run
snapshot / publish (push) Waiting to run
test / test (push) Waiting to run
deploy / deploy (push) Has been cancelled
2025-09-29 14:17:53 -04:00
opencode
5345c828ca release: v0.13.5
Some checks are pending
deploy / deploy (push) Waiting to run
format / format (push) Waiting to run
snapshot / publish (push) Waiting to run
test / test (push) Waiting to run
2025-09-29 14:12:58 +00:00
Aiden Cline
edeaab321a
fix: bash regex (#2858) 2025-09-29 08:51:46 -05:00
GitHub Action
478ead6a05 ignore: update download stats 2025-09-29 2025-09-29 12:04:29 +00:00
Giuseppe Rota
468201190e
docs: document model id behavior (#2856) 2025-09-29 06:52:26 -05:00
Dax Raad
dd18b766f3 core: remove random fields from package.json
Some checks are pending
format / format (push) Waiting to run
snapshot / publish (push) Waiting to run
test / test (push) Waiting to run
2025-09-29 06:13:41 -04:00
Dax Raad
32309db0a1 sync 2025-09-29 06:11:50 -04:00
Dax Raad
e47cdca052 tui: cleanup unused imports and remove empty onKeyDown handler 2025-09-29 06:11:08 -04:00
Dax Raad
d2bbe31177 tui: enhance session prompt and dialog components with sync improvements 2025-09-29 06:09:12 -04:00
Dax Raad
7046c4bb30 tui: fix delete key name mapping in keybind utility
Some checks are pending
format / format (push) Waiting to run
snapshot / publish (push) Waiting to run
test / test (push) Waiting to run
2025-09-29 02:17:36 -04:00
Dax Raad
4f07aecf18 sync 2025-09-29 02:12:28 -04:00
opencode
cc0d460904 release: v0.13.4
Some checks are pending
deploy / deploy (push) Waiting to run
format / format (push) Waiting to run
snapshot / publish (push) Waiting to run
test / test (push) Waiting to run
2025-09-29 05:53:07 +00:00
Dax Raad
9eca94a81a sync 2025-09-29 01:43:14 -04:00
Dax Raad
16e4cc5cc8 Merge branch 'dev' into opentui 2025-09-29 01:42:39 -04:00
Dax Raad
f8ab0de0ad ci: fix homebrew 2025-09-29 01:40:27 -04:00