opencode
d08dff00d6
release: v0.4.41
2025-08-13 00:05:51 +00:00
Dax Raad
ebd5b7a36c
update copilot prompt
2025-08-12 20:01:34 -04:00
Dax Raad
ece8dc3212
fix unzip not found printing to tui
2025-08-12 18:43:24 -04:00
opencode
a917ba085c
release: v0.4.40
2025-08-12 21:51:19 +00:00
Dax Raad
c1c53564ba
ci: disable AUR packaging in publish workflow
2025-08-12 17:44:39 -04:00
Dax Raad
fea9cc399a
add openai prompt cache key
2025-08-12 17:37:15 -04:00
Dax Raad
81f087c9b3
ci: enable aur
2025-08-12 17:29:10 -04:00
spoons-and-mirrors
8ee6dee6ff
feat: add session rename functionality to TUI modal ( #1821 )
...
Co-authored-by: opencode <noreply@opencode.ai >
Co-authored-by: Dax Raad <d@ironbay.co >
Co-authored-by: Dax <mail@thdxr.com >
2025-08-12 16:22:03 -04:00
Dax Raad
42d2410553
bash truncate character max instead of line max
2025-08-12 16:14:40 -04:00
Dax Raad
15fb3d7607
disable todo tools for qwen models to improve compatibility
2025-08-12 18:56:26 +00:00
opencode
287588cb22
release: v0.4.37
2025-08-12 18:56:25 +00:00
Dax Raad
b5fe770876
limit bash tool to 1000 lines of output
2025-08-12 14:51:13 -04:00
opencode
33a45a6b22
release: v0.4.36
2025-08-12 18:31:12 +00:00
opencode
1ae5bdfef5
release: v0.4.35
2025-08-12 17:36:48 +00:00
Dax Raad
804ac4f237
fix issue when @ tagging fiels throwing error
2025-08-12 13:30:52 -04:00
opencode
778f83d5d0
release: v0.4.34
2025-08-12 17:14:23 +00:00
Dax Raad
2a09d9468f
ci: disable aur
2025-08-12 12:58:18 -04:00
Dax Raad
e2c02b1518
support OPENCODE_PERMISSION json env variable
2025-08-12 12:28:08 -04:00
Dax
2a13b1b81e
Add agent-level permissions with whitelist/blacklist support ( #1862 )
2025-08-12 11:39:39 -04:00
opencode
916dc4ef12
release: v0.4.29
2025-08-12 14:00:15 +00:00
Aiden Cline
e53f6a9e78
fix: Missing ~/.local/share/opencode/bin directory causes misleading … ( #1860 )
2025-08-12 13:54:33 +00:00
opencode
233f6e0644
release: v0.4.28
2025-08-12 13:54:32 +00:00
opencode
868a2f0b29
release: v0.4.27
2025-08-12 12:58:53 +00:00
Camden Clark
d4d4cf2c3a
fix: preserve process.env when spawning formatter commands ( #1850 )
2025-08-12 02:05:26 -04:00
Dax Raad
d571fb08a7
support wildcard matching tool names in config
2025-08-11 23:37:09 -04:00
opencode
0cbb554365
release: v0.4.26
2025-08-12 03:25:36 +00:00
Dax Raad
cdec3de6d3
fix azure reasoningEffort
2025-08-11 23:20:19 -04:00
Dax Raad
66d59549ac
azure reasoning effort
2025-08-11 23:04:32 -04:00
opencode
9e351017db
release: v0.4.25
2025-08-12 02:51:32 +00:00
Dax Raad
5dbf5090dc
refactor: replace OPENCODE_AGENTS env var with HTTP API call
...
Replace environment variable passing of agent data from Node.js to TUI
with proper HTTP API call to /agent endpoint. This improves architecture
by eliminating env var dependencies and allows dynamic agent data fetching.
2025-08-11 22:42:25 -04:00
opencode
c536828dbe
release: v0.4.24
2025-08-12 02:33:35 +00:00
Dax Raad
3b861c16ba
fix pyright
2025-08-11 22:27:24 -04:00
opencode
b95dcbb731
release: v0.4.23
2025-08-12 02:04:53 +00:00
Dax Raad
49c18fdbdd
fix undo/redo when opencode is run in nested folders
2025-08-11 21:59:12 -04:00
Dax Raad
c2a1da1b13
ignore: log
2025-08-11 21:52:05 -04:00
Dax Raad
952293b75a
switch back to didUpdate instead of closing and opening file
2025-08-11 21:36:05 -04:00
opencode
0fc6637856
release: v0.4.22
2025-08-12 01:07:27 +00:00
Dax Raad
91a7b503d0
update anthropic prompt and variables
2025-08-11 21:01:33 -04:00
opencode
e8bf1ff5ce
release: v0.4.21
2025-08-12 00:30:49 +00:00
adamdotdevin
798d4269af
feat: add clangd for cpp
2025-08-11 19:21:59 -05:00
opencode
2754212a1a
release: v0.4.20
2025-08-11 23:43:43 +00:00
Aiden Cline
3dcfcfdebb
feat: add -c and -s args to tui command following run command pattern ( #1835 )
2025-08-11 18:32:09 -05:00
Dax Raad
5ec4233910
ignore: fix share page
2025-08-11 16:12:26 -04:00
Dax Raad
44d46e19a6
ignore: test
2025-08-11 14:43:42 -04:00
Dax Raad
c71917db94
remove git bash tool coauthor message
2025-08-11 18:36:06 +00:00
opencode
96867e69bf
release: v0.4.19
2025-08-11 18:36:06 +00:00
Dax Raad
5d25603044
Update GPT-5 system prompt to use copilot-specific prompt instead of codex prompt
...
🤖 Generated with [opencode](https://opencode.ai )
Co-Authored-By: opencode <noreply@opencode.ai >
2025-08-11 14:28:49 -04:00
adamdotdevin
0e6cc67ee9
feat: toggle tool details visible
2025-08-11 11:58:46 -05:00
opencode
2c845a0703
release: v0.4.18
2025-08-11 16:04:07 +00:00
opencode
ce348e88e7
release: v0.4.17
2025-08-11 15:15:24 +00:00