opencode-agent[bot]
4326dc1a3b
Apply PR #24174 : feat(core): add background subagent support
2026-04-27 21:00:30 +00:00
opencode-agent[bot]
04e06e2dfd
Apply PR #24149 : feat(core): add scout agent for repo research
2026-04-27 20:57:56 +00:00
opencode-agent[bot]
61d04c66d1
Apply PR #23557 : feat(opencode): add interactive split-footer mode to run
2026-04-27 20:52:37 +00:00
opencode-agent[bot]
fa311141a7
Apply PR #22753 : core: move plugin intialisation to config layer override
2026-04-27 20:49:07 +00:00
opencode-agent[bot]
af8ea50ab2
Apply PR #20039 : feat: bash->shell tool + pwsh/powershell/cmd/bash specific tool definitions so agents work better
2026-04-27 20:46:10 +00:00
opencode-agent[bot]
ef7eeb6a82
Apply PR #19545 : feat: opencode remote control + opencode serve dependencies
2026-04-27 20:42:54 +00:00
opencode-agent[bot]
b120cf7775
Apply PR #12633 : feat(tui): add auto-accept mode for permission requests
2026-04-27 20:37:47 +00:00
opencode-agent[bot]
d3cc1e0190
Apply PR #11710 : feat: Add the ability to include cleared prompts in the history, toggled by a KV-persisted command palette item ( resolves #11489 )
2026-04-27 20:33:27 +00:00
Cas
e0f3df8252
fix(tui): consume Enter in dialog useKeyboard handlers ( #23390 )
2026-04-27 15:31:49 -05:00
Kit Langton
45eac589f8
fix(tui): preserve Zed context on terminal focus ( #24662 )
2026-04-27 16:25:37 -04:00
James Long
fab1768826
feat(core): file context improvements and option to disable ( #24661 )
2026-04-27 16:10:13 -04:00
opencode-agent[bot]
7a1c8465f5
chore: generate
2026-04-27 19:38:33 +00:00
Kit Langton
5290e9ca7e
fix(tui): stabilize Zed editor context polling ( #24656 )
2026-04-27 15:37:18 -04:00
Dax
f25f1485d5
refactor: remove module barrels ( #24554 )
2026-04-27 14:33:33 -04:00
opencode-agent[bot]
17701628bd
chore: generate
2026-04-27 05:18:33 +00:00
21pounder
0efc6163f1
fix(opencode): agent create generates permissions field with deny ins… ( #24482 )
...
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com >
Co-authored-by: Aiden Cline <aidenpcline@gmail.com >
2026-04-27 00:17:08 -05:00
LukeParkerDev
b1d9c57655
Merge remote-tracking branch 'upstream/dev' into refactor-shells
2026-04-27 14:15:07 +10:00
Dax
a9b62d67df
Refactor npm config handling ( #24565 )
2026-04-27 03:54:59 +00:00
Dax
5f8a72bfc4
fix(tui): hide provider checks before onboarding ( #24551 )
2026-04-27 01:18:26 +00:00
Dax Raad
e9071b0a80
tui: remove excessive debug logging from workspace creation flow to reduce terminal output noise
2026-04-26 19:33:40 -04:00
LukeParkerDev
5a7e69b325
Merge remote-tracking branch 'upstream/dev' into refactor-shells
2026-04-27 08:59:39 +10:00
OpeOginni
c68907ece2
fix(tui): update toast duration handling to use default value ( #23395 )
...
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com >
2026-04-26 17:27:02 -05:00
Sebastian
21e01dbe04
upgrade opentui to 0.1.104 ( #24531 )
2026-04-26 22:31:33 +02:00
Simon Klee
6da2e6fe50
run: add -i interactive minimal mode
2026-04-26 20:24:09 +02:00
Jermiah Joseph
dcee1c3642
fix(editor): reject lock files with no workspace match for cwd ( #24323 )
2026-04-26 14:21:29 -04:00
LukeParkerDev
9dde86acbe
Merge remote-tracking branch 'upstream/dev' into refactor-shells
2026-04-26 09:56:21 +10:00
Kit Langton
cd64b67038
feat(tui): show /connect tip when user has no models configured ( #24014 )
2026-04-25 15:01:41 -04:00
Dax Raad
f5dce6d960
core: move npm service to core package for shared dependency management
2026-04-25 14:36:15 -04:00
Kit Langton
625aca49de
feat(tui): read Zed editor context from state db ( #24352 )
2026-04-25 18:10:58 +00:00
Dax Raad
705f792e87
core: move Global module to @opencode-ai/core for centralized path management
...
Move the Global module from packages/opencode/src/global to packages/core/src/global
to provide a unified location for managing XDG directories and application paths.
This eliminates duplicate path definitions across packages and ensures consistent
access to data, config, cache, state, log, and bin directories throughout the codebase.
2026-04-25 13:52:32 -04:00
opencode-agent[bot]
27353df0cc
chore: generate
2026-04-25 17:31:57 +00:00
Dax Raad
1a734adb4d
core: consolidate shared infrastructure into core package
...
Moves effect logging, observability, runtime utilities, flags, installation
version info, and process utilities from opencode to core package. This
enables better code sharing across packages and establishes core as the
single source of truth for foundational utilities.
All internal imports updated to use @opencode-ai/core paths for consistency.
2026-04-25 13:30:37 -04:00
Dax
1d728fc627
feat: add startup debug command ( #24310 )
2026-04-25 15:08:19 +00:00
Dax
62ef2a2207
refactor: rename shared package to core ( #24309 )
2026-04-25 10:59:17 -04:00
LukeParkerDev
f89955a4e3
Merge remote-tracking branch 'upstream/dev' into refactor-shells
2026-04-25 11:18:01 +10:00
Kit Langton
cf45a8d807
refactor(schema): decode effect schemas directly ( #24169 )
2026-04-24 17:11:52 -04:00
Sebastian
3a5507de95
Use OpenTUI theme detection for initial TUI mode, again ( #23846 )
2026-04-24 17:28:07 +02:00
Shoubhit Dash
1357bb984f
style: fix background task formatting
2026-04-24 20:20:04 +05:30
Shoubhit Dash
7970130720
fix(ui): label background task cards
2026-04-24 20:08:32 +05:30
Shoubhit Dash
b633a8b1c8
refactor(scout): fold github remote parsing into repository
2026-04-24 19:03:56 +05:30
Shoubhit Dash
3bf0c79396
Merge branch 'dev' into nxl/scout-repo-tools
2026-04-24 16:39:56 +05:30
Shoubhit Dash
1e0246cdc8
feat(scout): add repo research tools
2026-04-24 16:29:19 +05:30
Ariane Emory
09e4e5a184
Merge branch 'dev' into feat/canceled-prompts-in-history
2026-04-23 21:55:13 -04:00
LukeParkerDev
7266b48ca0
Merge remote-tracking branch 'upstream/dev' into refactor-shells
2026-04-24 08:11:09 +10:00
LukeParkerDev
cffb8eb1e3
.
2026-04-24 07:54:08 +10:00
LukeParkerDev
6d66973fd5
clean
2026-04-24 07:39:19 +10:00
opencode-agent[bot]
4c3e65c877
chore: generate
2026-04-23 20:20:26 +00:00
James Long
98ea5b6e7e
feat(tui): support builtin protocol for handling context from editors ( #24034 )
2026-04-23 16:19:19 -04:00
Kit Langton
cd93533b1f
refactor(bus): migrate BusEvent to Effect Schema ( #24040 )
2026-04-23 15:37:44 -04:00
Kit Langton
0517ab4695
refactor(session): migrate session domain to Effect Schema ( #24005 )
2026-04-23 11:30:02 -04:00