opencode/packages/core/src
2026-08-27 19:10:50 -04:00
..
account
codemode refactor(core): simplify provider runtime code (#43952) 2026-08-21 18:37:20 +00:00
config refactor(core): reuse shared record guard (#45643) 2026-08-27 19:06:52 -04:00
credential
database fix(core): label migrated credentials by auth type (#45369) 2026-08-26 14:41:31 -05:00
effect chore(core): narrow websocket platform import (#45585) 2026-08-27 16:02:37 +00:00
environment chore(effect): update to beta.107 (#43109) 2026-08-17 21:54:08 +00:00
event
filesystem refactor(core): import filesystem search schemas directly (#45684) 2026-08-27 19:10:50 -04:00
formatter refactor(core): reuse formatter executable helper (#45615) 2026-08-27 14:47:10 -04:00
github-copilot refactor(core): preserve Copilot handler inference (#45668) 2026-08-27 19:10:44 -04:00
id refactor(core): clarify guards and constants (#43946) 2026-08-21 18:32:27 +00:00
image fix(image): degrade photon resizer load failure to typed error on workerd (#43894) 2026-08-23 21:44:01 -04:00
instructions chore(effect): update to beta.107 (#43109) 2026-08-17 21:54:08 +00:00
integration
kv
mcp refactor(core): use word casing for MCP namespaces (#45618) 2026-08-27 16:11:50 -04:00
models-dev
oauth
permission refactor(core): simplify persistence runtime code (#43954) 2026-08-21 18:40:25 +00:00
persistent-pty fix(pty): own daemon lifetime and hand off restarts (#45551) 2026-08-27 11:52:48 -04:00
plugin refactor(core): use word casing for MCP namespaces (#45618) 2026-08-27 16:11:50 -04:00
project fix(core): keep project labels stable across clones (#45735) 2026-08-27 17:35:18 -04:00
pty
reference
ripgrep
session fix(core): skip tracing streamed LLM deltas (#45761) 2026-08-27 17:59:43 -04:00
shell feat(core): expand tildes in tool path resolution (#45605) 2026-08-27 13:41:39 -05:00
skill fix(core): materialize mentioned skills on prompts (#44840) 2026-08-25 22:04:09 -04:00
tool refactor(core): use word casing for MCP namespaces (#45618) 2026-08-27 16:11:50 -04:00
util refactor(core): simplify mcp utility flows (#43955) 2026-08-21 18:40:03 +00:00
v1 refactor(core): remove identity schema pipes (#45624) 2026-08-27 18:52:20 -04:00
vcs refactor(core): move mercurial vcs into internal plugin (#44993) 2026-08-25 20:35:21 +05:30
wellknown
workspace feat(core): decouple workspace identity from provisioning (#44526) 2026-08-23 23:49:51 +00:00
worktree feat(app): select worktree base branch (#44906) 2026-08-25 21:05:52 +08:00
agent.ts fix(core): reduce noisy tracing spans 2026-08-18 13:42:50 -04:00
aisdk-native.ts feat(ai): add native Groq provider with provider-specific options (#45288) 2026-08-26 10:12:52 -05:00
aisdk.ts refactor(ai): consolidate provider error diagnostics (#45381) 2026-08-27 11:28:57 -05:00
app.ts
bus.ts fix(core): route session events to location subscribers (#45411) 2026-08-26 23:04:27 -04:00
catalog.ts refactor(config): clarify discovery workflows (#43942) 2026-08-21 18:22:46 +00:00
command.ts feat(command): execute plugin callbacks 2026-08-24 16:01:58 -04:00
config.ts refactor(core): remove duplicate config failure (#45625) 2026-08-27 18:52:36 -04:00
credential.ts feat(tui): support multiple integration accounts (#45072) 2026-08-25 17:03:16 -04:00
event-logger.ts refactor(core): clarify guards and constants (#43946) 2026-08-21 18:32:27 +00:00
file-mutation.ts refactor: reuse undefined effect (#44010) 2026-08-21 19:17:29 -04:00
file-retention.ts refactor(core): simplify vcs state helpers (#43953) 2026-08-21 18:35:51 +00:00
file.ts
filesystem.ts fix(core): skip host realpath canonicalization for workspace locations (#44564) 2026-08-23 20:50:29 -04:00
form.ts refactor(session): simplify execution and state workflows (#43933) 2026-08-21 17:48:02 +00:00
formatter.ts refactor(core): move formatter config into state (#43087) 2026-08-19 02:20:24 +05:30
generate.ts chore: generate 2026-08-17 21:55:57 +00:00
git.ts fix(core): reuse ignore checks during index refresh (#45459) 2026-08-27 11:44:44 -04:00
image.ts refactor(core): move image config into state (#43090) 2026-08-18 21:07:27 +00:00
instruction-discovery.ts
integration.ts feat(tui): group MCP integrations in connection dialog 2026-08-25 19:14:12 -04:00
job.ts fix(core): recover background jobs after restart 2026-08-26 14:17:43 -04:00
kv.ts refactor(core): simplify persistence runtime code (#43954) 2026-08-21 18:40:25 +00:00
location-activity.ts fix(core): expire locations from session activity (#44275) 2026-08-22 20:21:37 -04:00
location-mutation.ts feat(core): expand tildes in tool path resolution (#45605) 2026-08-27 13:41:39 -05:00
location-service-map.ts
location-services.ts refactor(core): use word casing for MCP namespaces (#45618) 2026-08-27 16:11:50 -04:00
location.ts feat(plugin): add declarative vcs repository markers (#45192) 2026-08-26 13:49:36 +05:30
markdown.d.ts
mime.ts
model-resolver.ts refactor(core): rename model package predicate (#45457) 2026-08-27 11:44:30 -04:00
model.ts
models-dev.ts fix(core): make packed SDK boot on workerd (#44703) 2026-08-24 14:02:26 +00:00
node-ffi.d.ts
permission.ts refactor(core): remove unreachable permission branch (#45617) 2026-08-27 14:48:11 -04:00
persistent-pty.ts feat(server): add persistent PTY daemon API (#44969) 2026-08-25 11:31:47 -04:00
plugin.ts refactor(core): use word casing for MCP namespaces (#45618) 2026-08-27 16:11:50 -04:00
project.ts fix(core): keep project labels stable across clones (#45735) 2026-08-27 17:35:18 -04:00
provider.ts feat(ai): add native Groq provider with provider-specific options (#45288) 2026-08-26 10:12:52 -05:00
pty.ts fix(core): resolve compatible shells for commands (#44485) 2026-08-25 00:24:08 -05:00
reference.ts
repository-cache.ts chore: generate 2026-08-17 21:55:57 +00:00
repository.ts chore(effect): update to beta.107 (#43109) 2026-08-17 21:54:08 +00:00
ripgrep.ts refactor: reuse undefined effect (#44010) 2026-08-21 19:17:29 -04:00
schema.ts chore(effect): update to beta.107 (#43109) 2026-08-17 21:54:08 +00:00
session.ts feat(plugin): intercept user prompts before admission (#45550) 2026-08-27 18:58:00 +05:30
shell.ts fix(core): recover background jobs after restart 2026-08-26 14:17:43 -04:00
skill.ts fix(core): materialize mentioned skills on prompts (#44840) 2026-08-25 22:04:09 -04:00
snapshot.ts refactor: reuse undefined effect (#44010) 2026-08-21 19:17:29 -04:00
state.ts fix(core): suppress state updates during location teardown 2026-08-26 10:48:44 -04:00
tool-output.ts chore: enforce effect simplifications (#43979) 2026-08-21 19:48:27 +00:00
tool.ts feat(plugin): allow tool call repair before lookup (#45453) 2026-08-27 00:10:43 -05:00
vcs.ts feat(plugin): add declarative vcs repository markers (#45192) 2026-08-26 13:49:36 +05:30
websearch.ts feat(core): persist websearch provider selection (#43268) 2026-08-18 17:32:08 +00:00
wellknown.ts refactor(config): simplify utility workflows (#43947) 2026-08-21 18:34:19 +00:00
workspace.ts feat(workspace): support caller-supplied IDs (#44771) 2026-08-24 18:08:42 -04:00
worktree.ts fix(core): keep project labels stable across clones (#45735) 2026-08-27 17:35:18 -04:00