Dax Raad
7b78ee7688
support !shell commands
2025-08-13 15:26:13 -04:00
adamdotdevin
1d30b9260f
feat: bash commands
2025-08-13 13:28:22 -05:00
Dax Raad
fa004648c4
wip: bash
2025-08-13 14:14:27 -04:00
Dax Raad
bed043b156
wip: bash
2025-08-13 13:31:29 -04:00
Dax Raad
a27799a187
wip: bash commands
2025-08-13 13:29:06 -04:00
Matt Cook
15caad5835
fix: grammatical error in agent launch example (by Opencode) ( #1897 )
2025-08-13 12:25:38 -05:00
Aiden Cline
530b7b092a
fix: js plugin support as per documentation ( #1896 )
2025-08-13 12:25:04 -05:00
adamdotdevin
565ff387fe
fix: allow attachments outside cwd, and support svg
2025-08-13 10:36:50 -05:00
adamdotdevin
bf7fd99b2a
fix: update read tool description to exclude binary/image files
2025-08-13 10:13:57 -05:00
Mariano Uvalle
bd97c565c9
Merge default agent permissions with global config ( #1879 )
2025-08-13 09:01:17 -04:00
Aiden Cline
978e8f4c48
fix: permission prompting issues ( #1884 )
2025-08-13 06:34:06 -05:00
Aiden Cline
0d7f3dedeb
fix: reasoning not supported ( #1882 )
2025-08-13 06:26:07 -05:00
Aiden Cline
71b2eed2d9
fix: task tool prompt ( #1887 )
2025-08-12 23:41:12 -04:00
Aiden Cline
b73ec26a1a
fix: better error message when config has invalid references ( #1874 )
2025-08-12 19:28:41 -05: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
Dax Raad
fea9cc399a
add openai prompt cache key
2025-08-12 17:37:15 -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
Dax Raad
b5fe770876
limit bash tool to 1000 lines of output
2025-08-12 14:51:13 -04:00
Dax Raad
804ac4f237
fix issue when @ tagging fiels throwing error
2025-08-12 13:30:52 -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
Aiden Cline
e53f6a9e78
fix: Missing ~/.local/share/opencode/bin directory causes misleading … ( #1860 )
2025-08-12 13:54:33 +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
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
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
Dax Raad
3b861c16ba
fix pyright
2025-08-11 22:27:24 -04: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
Dax Raad
91a7b503d0
update anthropic prompt and variables
2025-08-11 21:01:33 -04:00
adamdotdevin
798d4269af
feat: add clangd for cpp
2025-08-11 19:21:59 -05: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
c71917db94
remove git bash tool coauthor message
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
Dax Raad
d3425b976f
fix azure gpt config
2025-08-11 10:56:16 -04:00
Dax Raad
d85e4fee1d
make models key optional in config
2025-08-11 10:54:14 -04:00
Timo Clasen
01f8eec4bf
fix: only load the first local and global rule file ( #1761 )
2025-08-11 08:28:03 -05:00
Aiden Cline
8e8aed40af
fix: instructions should be able to handle absolute paths ( #1762 )
2025-08-11 08:23:41 -05:00
cvzakharchenko
00ffe89f8e
Issue 1676: Don't eat up the last newline in a multi-line replacement ( #1777 )
2025-08-11 06:55:45 -05:00
Jake
ac1d8c3f9f
Add support for biome.jsonc config file ( #1791 )
2025-08-11 06:48:46 -05:00
spoons-and-mirrors
219756c3d3
Fix: Sanitize MCP Tool Names for Consistency in User Expectations ( #1769 )
2025-08-11 01:59:50 -04:00
Stibbs
f9d201daa5
chore: add OPENCODE env var ( #1780 )
2025-08-11 01:56:42 -04:00
Dax Raad
fce733492d
fix run command to be less messy
2025-08-11 01:45:05 -04:00