opencode/packages/core/src
2026-06-24 02:52:58 +00:00
..
account refactor(core): move database schema ownership (#29068) 2026-05-30 21:08:38 -04:00
config refactor(core): remove schema forwarding facades (#33577) 2026-06-24 02:52:58 +00:00
control-plane chore: upgrade Effect to beta 83 (#32340) 2026-06-20 19:57:29 -04:00
credential refactor(core): remove schema forwarding facades (#33577) 2026-06-24 02:52:58 +00:00
database refactor(core): simplify session input promotion (#33443) 2026-06-22 17:51:49 -04:00
effect test(opencode): simplify test registry layer wiring (#31761) 2026-06-10 17:21:40 -04:00
event refactor(core): make v2 session inputs event sourced (#30785) 2026-06-04 19:24:30 -04:00
filesystem refactor(core): remove schema forwarding facades (#33577) 2026-06-24 02:52:58 +00:00
flag fix(core): disable fff by default on windows 2026-06-10 10:22:00 -04:00
github-copilot core: expose v2 model listing API (#25821) 2026-05-13 14:43:08 +00:00
id refactor(schema): extract shared public schemas (#33571) 2026-06-23 22:31:06 -04:00
image refactor(core): simplify location filesystem (#31545) 2026-06-09 14:28:45 -04:00
installation
integration refactor(core): remove schema forwarding facades (#33577) 2026-06-24 02:52:58 +00:00
observability leave a breadcrumb comment about batchWindow zero (#31508) 2026-06-09 13:48:59 +02:00
permission refactor(core): remove schema forwarding facades (#33577) 2026-06-24 02:52:58 +00:00
plugin refactor(schema): extract shared public schemas (#33571) 2026-06-23 22:31:06 -04:00
project refactor(schema): extract shared public schemas (#33571) 2026-06-23 22:31:06 -04:00
pty refactor(core): canonicalize pty service (#32182) 2026-06-14 12:46:39 +02:00
public fix(core): defer session model validation (#33377) 2026-06-22 11:07:27 -04:00
reference feat(plugin): add namespaced hook API (#33416) 2026-06-22 19:06:57 -04:00
ripgrep refactor(opencode): build server from layer nodes (#32086) 2026-06-12 14:14:51 -04:00
session refactor(schema): extract shared public schemas (#33571) 2026-06-23 22:31:06 -04:00
share refactor(core): move database schema ownership (#29068) 2026-05-30 21:08:38 -04:00
skill feat(plugin): add namespaced hook API (#33416) 2026-06-22 19:06:57 -04:00
system-context fix(core): preserve structured error messages (#33530) 2026-06-23 18:43:59 -05:00
tool refactor(schema): extract shared public schemas (#33571) 2026-06-23 22:31:06 -04:00
util refactor(schema): extract shared public schemas (#33571) 2026-06-23 22:31:06 -04:00
v1 refactor(core): simplify event model (#33238) 2026-06-21 10:34:57 -04:00
account.ts chore: upgrade Effect to beta 83 (#32340) 2026-06-20 19:57:29 -04:00
agent.ts refactor(schema): extract shared public schemas (#33571) 2026-06-23 22:31:06 -04:00
aisdk.ts feat(plugin): add namespaced hook API (#33416) 2026-06-22 19:06:57 -04:00
background-job.ts feat(tui): allow backgrounding synchronous subagents (#30488) 2026-06-04 23:40:52 -04:00
catalog.ts refactor(schema): extract shared public schemas (#33571) 2026-06-23 22:31:06 -04:00
command.ts refactor(schema): extract shared public schemas (#33571) 2026-06-23 22:31:06 -04:00
config.ts refactor(core): remove schema forwarding facades (#33577) 2026-06-24 02:52:58 +00:00
credential.ts refactor(core): remove schema forwarding facades (#33577) 2026-06-24 02:52:58 +00:00
cross-spawn-spawner.ts feat(opencode): add typed application layer graph (#31531) 2026-06-09 15:31:31 -04:00
data-migration.sql.ts refactor(core): move database schema ownership (#29068) 2026-05-30 21:08:38 -04:00
event.ts refactor(schema): extract shared public schemas (#33571) 2026-06-23 22:31:06 -04:00
file-mutation.ts refactor(core): simplify filesystem mutation protocol (#31059) 2026-06-06 03:08:23 +00:00
filesystem.ts refactor(core): remove schema forwarding facades (#33577) 2026-06-24 02:52:58 +00:00
fs-util.ts fix(core): preserve structured error messages (#33530) 2026-06-23 18:43:59 -05:00
git.ts chore: upgrade Effect to beta 83 (#32340) 2026-06-20 19:57:29 -04:00
global.ts feat(opencode): add typed application layer graph (#31531) 2026-06-09 15:31:31 -04:00
image.ts chore: generate 2026-06-09 18:30:51 +00:00
instruction-context.ts refactor(server): canonicalize service API (#31049) 2026-06-07 03:27:28 +00:00
integration.ts refactor(core): remove schema forwarding facades (#33577) 2026-06-24 02:52:58 +00:00
location-layer.ts refactor(plugin): consolidate internal registration 2026-06-22 19:49:00 -04:00
location-mutation.ts refactor(core): simplify filesystem mutation protocol (#31059) 2026-06-06 03:08:23 +00:00
location.ts refactor(schema): extract shared public schemas (#33571) 2026-06-23 22:31:06 -04:00
markdown.d.ts fix build 2026-06-04 11:11:23 -04:00
model-request.ts refactor(schema): extract shared public schemas (#33571) 2026-06-23 22:31:06 -04:00
model.ts refactor(schema): extract shared public schemas (#33571) 2026-06-23 22:31:06 -04:00
models-dev.ts feat(opencode): add typed application layer graph (#31531) 2026-06-09 15:31:31 -04:00
npm-config.ts Refactor npm config handling (#24565) 2026-04-27 03:54:59 +00:00
npm.ts feat(plugin): add v2 effect host (#33111) 2026-06-21 08:05:49 -04:00
observability.ts refactor(core): replace legacy logger with Effect logging (#31310) 2026-06-08 15:41:56 -04:00
patch.ts chore: generate 2026-06-04 03:03:39 +00:00
permission.ts refactor(core): remove schema forwarding facades (#33577) 2026-06-24 02:52:58 +00:00
plugin.ts fix(core): await plugin readiness 2026-06-22 22:49:57 -04:00
policy.ts feat(worktree): add managed workspace cloning (#30117) 2026-05-31 11:57:44 -04:00
process.ts fix(core): preserve structured error messages (#33530) 2026-06-23 18:43:59 -05:00
project.ts feat(core): refactor project copies for v2 (#31943) 2026-06-12 14:45:16 -04:00
provider.ts refactor(schema): extract shared public schemas (#33571) 2026-06-23 22:31:06 -04:00
pty.ts fix(server): apply plugin pty environment (#32296) 2026-06-14 13:17:48 +02:00
question.ts feat(core): add embedded v2 session runtime and tool foundation (#30632) 2026-06-03 23:02:17 -04:00
reference.ts refactor(schema): extract shared public schemas (#33571) 2026-06-23 22:31:06 -04:00
repository-cache.ts refactor(core): consolidate filesystem services (#30447) 2026-06-02 16:09:26 -04:00
repository.ts chore: generate 2026-06-02 13:42:23 +00:00
ripgrep.ts refactor(core): remove schema forwarding facades (#33577) 2026-06-24 02:52:58 +00:00
schema.ts refactor(schema): extract shared public schemas (#33571) 2026-06-23 22:31:06 -04:00
session.ts refactor(schema): extract shared public schemas (#33571) 2026-06-23 22:31:06 -04:00
shell.ts refactor(core): canonicalize pty service (#32182) 2026-06-14 12:46:39 +02:00
skill.ts refactor(schema): extract shared public schemas (#33571) 2026-06-23 22:31:06 -04:00
snapshot.ts refactor(core): move database schema ownership (#29068) 2026-05-30 21:08:38 -04:00
state.ts feat(plugin): add namespaced hook API (#33416) 2026-06-22 19:06:57 -04:00
tool-output-store.ts fix(core): preserve structured error messages (#33530) 2026-06-23 18:43:59 -05:00
v2-schema.ts refactor(schema): extract shared public schemas (#33571) 2026-06-23 22:31:06 -04:00
workspace.ts refactor(schema): extract shared public schemas (#33571) 2026-06-23 22:31:06 -04:00