Commit Graph

19 Commits

Author SHA1 Message Date
Dax Raad ab49fa8c9c tui: parallelize skill downloads for faster loading
Refactored skill discovery to download skills in parallel instead of sequentially,

reducing load times when multiple skills need to be fetched from remote URLs.

Also updated AGENTS.md with guidance on using dev branch for diffs.
2026-02-06 00:36:11 -05:00
Dax Raad 867074f2a0 docs: Restructure AGENTS.md style guide with organized sections and code examples 2026-02-01 22:28:00 -05:00
Dax Raad dd9cde6ce9 tui: fix task status to show current tool state from message store 2026-02-01 20:52:17 -05:00
Dax Raad ad63c1ba10 ci: fix container build script
Invoke docker build with Bun shell so commands run correctly, and document default automation behavior.
2026-01-29 23:10:50 -05:00
Aiden Cline 4db406b940 ignore: update AGENTS.md to state that inference should be used 2026-01-26 00:04:00 -05:00
Aiden Cline 0428051491 ignore: update AGENTS.md 2026-01-25 17:54:17 -05:00
Aiden Cline 09eb407ed1 ignore: rm STYLE_GUIDE, consolidate in AGENTS.md 2026-01-25 11:56:21 -05:00
Dax Raad 2e64be52ab add fullscreen view to permission prompt 2026-01-13 09:58:08 -05:00
Dax Raad b248c73361 ignore 2026-01-01 20:42:06 -05:00
Aiden Cline f5e84c3225 fix: ensure variants also work for completely custom models (#6481)
Co-authored-by: Daniel Smolsky <dannysmo@gmail.com>
2025-12-30 16:37:32 -06:00
Aiden Cline aae44afe04 ignore: agents.md 2025-12-22 16:21:56 -06:00
Aiden Cline fec666e641 ignore: docs & style 2025-12-03 10:46:48 -06:00
Dax Raad ed8913324e big format 2025-11-06 13:03:12 -05:00
John Eismeier db0ae87266 fix: typos (#3757)
Signed-off-by: John E <jeis4wpi@outlook.com>
2025-11-02 09:56:40 -06:00
Adam 99e438c806 wip: desktop work 2025-10-02 08:34:01 -05:00
Dax aea78046d0 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
Dax Raad 5e9bf32f82 ci: send stats to posthog 2025-08-05 12:01:48 -04:00
Dax Raad 0eebf55d07 ignore: lock changes 2025-07-22 15:49:36 -04:00
Dax Raad c902fee054 docs: fix agents.md 2025-07-14 20:23:05 -04:00