Commit Graph
48 Commits
Author SHA1 Message Date
DaxandGitHub 8fe0715928 feat: add Agent Skills support (#5921) 2025-12-21 19:44:56 -05:00
fed4776451 LLM cleanup (#5462)
Co-authored-by: GitHub Action <action@github.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
2025-12-14 21:11:30 -05:00
ea7ec60f51 v2 SDK (#5216)
Co-authored-by: GitHub Action <action@github.com>
2025-12-07 19:04:14 -05:00
DaxandGitHub ac5809e757 Documentation edits made through Mintlify web editor 2025-12-05 20:14:29 -05:00
DaxandGitHub 0db209a636 Documentation edits made through Mintlify web editor 2025-12-05 20:14:10 -05:00
DaxGitHubopencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>thdxr
6d3fc63658 core: refactor provider and model system (#5033)
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: thdxr <thdxr@users.noreply.github.com>
2025-12-03 21:09:03 -05:00
DaxandGitHub 63bfe76720 tui design refinement (#4809) 2025-11-26 20:11:39 -05:00
49408c00e9 enterprise (#4617)
Co-authored-by: GitHub Action <action@github.com>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
2025-11-21 20:41:27 -05:00
23ea8ba1ce Tui onboarding (#4569)
Co-authored-by: GitHub Action <action@github.com>
2025-11-21 00:21:06 -05:00
DaxandGitHub 16fdc90976 fix: resolve issue 4475 (#4505) 2025-11-19 13:10:09 -05:00
DaxandGitHub a1214fff2e Refactor agent loop (#4412) 2025-11-17 10:57:18 -05:00
d81dce6a82 fix: add support for loading custom themes from .opencode/themes directory (#4229)
Co-authored-by: GitHub Action <action@github.com>
2025-11-11 21:30:38 -05:00
DaxandGitHub 3ba7e243d0 system theme (#4010) 2025-11-06 18:00:09 -05:00
DaxandGitHub 104a895a71 Light mode (#3709) 2025-11-01 13:54:01 -04:00
DaxandGitHub 96bdeb3c7b OpenTUI is here (#2685) 2025-10-31 15:07:36 -04:00
DaxandGitHub 54c3361be7 feat: use realtime events for live tool call updates in Slack (#3163) 2025-10-14 03:13:48 -04:00
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
DaxandGitHub 65baf76df6 Plugin tool updates (#2670) 2025-09-18 04:26:57 -04:00
DaxandGitHub 3b6c0ec0b3 support custom tools (#2668) 2025-09-18 03:58:21 -04:00
14cb2d2af6 feat: improve file watcher with chokidar and better ignore patterns (#2621)
Co-authored-by: GitHub Action <action@github.com>
2025-09-16 00:17:10 -04:00
725104572e feat: add desktop/web app package (#2606)
Co-authored-by: adamdotdevin <2363879+adamdottv@users.noreply.github.com>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: GitHub Action <action@github.com>
2025-09-15 03:28:08 -04:00
c1b4e1f19d Upgrade to Zod v4 (#2605)
Co-authored-by: GitHub Action <action@github.com>
2025-09-15 03:12:07 -04:00
9bb25a9260 Session management and prompt handling improvements (#2577)
Co-authored-by: GitHub Action <action@github.com>
2025-09-13 05:46:14 -04:00
DaxandGitHub f993541e0b Refactor to support multiple instances inside single opencode process (#2360)
This release has a bunch of minor breaking changes if you are using opencode plugins or sdk

1. storage events have been removed (we might bring this back but had some issues)
2. concept of `app` is gone - there is a new concept called `project` and endpoints to list projects and get the current project
3. plugin receives `directory` which is cwd and `worktree` which is where the root of the project is if it's a git repo
4. the session.chat function has been renamed to session.prompt in sdk. it no longer requires model to be passed in (model is now an object)
5. every endpoint takes an optional `directory` parameter to operate as though opencode is running in that directory
2025-09-01 17:15:49 -04:00
133fe41cd5 slash commands (#2157)
Co-authored-by: adamdotdevin <2363879+adamdottv@users.noreply.github.com>
2025-08-22 17:04:28 -04:00
DaxandGitHub 3f2ac2b9b0 Update duplicate-issues.yml 2025-08-22 08:52:39 -04:00
DaxandGitHub 50fb337270 Update duplicate-issues.yml 2025-08-18 20:00:59 -04:00
DaxandGitHub f19586cebd fix anthropic console auth (#2049) 2025-08-18 17:12:21 -04:00
DaxandGitHub 6f584ec641 ci: improve guideline check (#1867) 2025-08-12 13:23:19 -04:00
DaxandGitHub 10735f93ca Add agent-level permissions with whitelist/blacklist support (#1862) 2025-08-12 11:39:39 -04:00
DaxandGitHub 3d9c5b4adf Update guidelines-check.yml 2025-08-12 00:34:34 -04:00
DaxandGitHub a3064e2c32 Update duplicate-issues.yml 2025-08-12 00:34:16 -04:00
85eaa5b58b Remove unused OpenTelemetry tracing and fix overlapping highlights (#1738)
Co-authored-by: opencode <noreply@opencode.ai>
2025-08-08 20:20:01 -04:00
DaxandGitHub c34aec060f Merge agent and mode into one (#1689)
The concept of mode has been deprecated, there is now only the agent field in the config.

An agent can be cycled through as your primary agent with <tab> or you can spawn a subagent by @ mentioning it. if you include a description of when to use it, the primary agent will try to automatically use it

Full docs here: https://opencode.ai/docs/agents/
2025-08-07 16:32:12 -04:00
DaxandDax Raad 0bdbe6261a ci: new publish method (#1451) 2025-07-31 01:05:35 -04:00
DaxandGitHub 33cef075d2 ci: new publish method (#1451) 2025-07-31 01:00:29 -04:00
DaxandGitHub 18888351e9 use treesitter to parse bash commands and catch commands that go outside of cwd (#1443) 2025-07-30 20:57:52 -04:00
96866e52ce basic undo feature (#1268)
Co-authored-by: adamdotdevin <2363879+adamdottv@users.noreply.github.com>
Co-authored-by: Jay V <air@live.ca>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: Andrew Joslin <andrew@ajoslin.com>
Co-authored-by: GitHub Action <action@github.com>
Co-authored-by: Tobias Walle <9933601+tobias-walle@users.noreply.github.com>
2025-07-23 20:30:46 -04:00
DaxandGitHub 1ded535175 message queuing (#1200) 2025-07-21 15:14:54 -04:00
DaxandGitHub cda0dbc195 Update STATS.md 2025-07-20 20:36:23 -04:00
DaxandGitHub d56dec4ba7 wip: optional IDs in api (#1128) 2025-07-18 13:42:50 -04:00
DaxandGitHub 90d6c4ab41 Part data model (#950) 2025-07-13 17:22:11 -04:00
DaxandGitHub a57ce8365d Update STATS.md 2025-07-08 10:30:02 -04:00
f884766445 v2 message format and upgrade to ai sdk v5 (#743)
Co-authored-by: GitHub Action <action@github.com>
Co-authored-by: Liang-Shih Lin <liangshihlin@proton.me>
Co-authored-by: Dominik Engelhardt <dominikengelhardt@ymail.com>
Co-authored-by: Jay V <air@live.ca>
Co-authored-by: adamdottv <2363879+adamdottv@users.noreply.github.com>
2025-07-07 15:53:43 -04:00
DaxandGitHub 98ee5a3d87 Update STATS.md 2025-06-29 13:04:44 -04:00
ec001ca02f windows fixes (#374)
Co-authored-by: Matthew Glazar <strager.nds@gmail.com>
2025-06-24 18:05:04 -04:00
DaxandGitHub d054f88130 Improve upgrade command with installation method detection (#158) 2025-06-17 00:07:17 -04:00
DaxandGitHub 289f6af3de CI (#43)
* sync

* ci test

* ci test

* tag

* sync

* sync

* ci

* sync

* enable cgo

* sync

* add back brew

* switch to main
2025-04-22 21:16:14 -04:00