opencode/packages/core/test
2026-08-11 15:21:35 -04:00
..
codemode chore(core): format package (#41205) 2026-08-07 23:18:03 -05:00
config fix(core): discover local plugin packages (#41784) 2026-08-11 13:14:46 -04:00
effect chore(core): format package (#41205) 2026-08-07 23:18:03 -05:00
filesystem fix(core): bound project filesystem watches (#41096) 2026-08-07 12:38:12 -04:00
fixture fix(core): isolate config plugin tests from ambient user config (#41631) 2026-08-11 01:16:08 +00:00
fixtures/recordings/session-runner fix(core): update recorded prompt cache key (#41307) 2026-08-08 20:18:17 -04:00
github-copilot refactor(core): replace integration prompts with forms (#40997) 2026-08-09 22:00:18 -05:00
instructions fix(util): no filesystem side effects at global module load (#41619) 2026-08-10 20:38:04 -04:00
lib chore(core): format package (#41205) 2026-08-07 23:18:03 -05:00
plugin fix(core): use standard web search key dialogs (#41821) 2026-08-11 14:13:58 -05:00
process refactor: extract shared util package (#37828) 2026-07-21 10:34:29 -04:00
pty chore(core): format package (#41205) 2026-08-07 23:18:03 -05:00
skill refactor(schema): rename agent default constructor (#40324) 2026-08-03 15:58:08 -05:00
util chore(core): format package (#41205) 2026-08-07 23:18:03 -05:00
agent.test.ts feat(core): extract plan agent into a plugin (#41665) 2026-08-11 13:49:24 -05:00
aisdk-native.test.ts refactor(ai): promote prompt cache key (#39965) 2026-08-07 13:43:00 -05:00
aisdk.test.ts fix(core): preserve AI SDK tool media (#41672) 2026-08-11 00:33:33 -05:00
app.test.ts chore(core): format package (#41205) 2026-08-07 23:18:03 -05:00
bus.test.ts chore(core): format package (#41205) 2026-08-07 23:18:03 -05:00
catalog.test.ts refactor(core): consolidate tool architecture 2026-07-26 20:16:58 -04:00
codemode.test.ts chore(core): format package (#41205) 2026-08-07 23:18:03 -05:00
command.test.ts refactor(core): consolidate tool architecture 2026-07-26 20:16:58 -04:00
credential.test.ts refactor: extract shared util package (#37828) 2026-07-21 10:34:29 -04:00
database-migration.test.ts refactor: route Global path consumers through the service (#41632) 2026-08-10 21:37:09 -04:00
environment.test.ts refactor(core): move exec tools onto environment (#41095) 2026-08-07 11:59:59 -04:00
event-logger.test.ts test: repair v2 CI failures (#40803) 2026-08-05 23:38:38 -05:00
file-mutation.test.ts feat(core): add workspace domain and placement binding (#41187) 2026-08-08 13:24:04 -04:00
form.test.ts refactor(core): consolidate tool architecture 2026-07-26 20:16:58 -04:00
formatter.test.ts chore(core): format package (#41205) 2026-08-07 23:18:03 -05:00
generate.test.ts refactor(ai): align multimodal naming (#40073) 2026-08-01 21:57:05 -05:00
git.test.ts refactor(core): remove unused snapshot operations (#40687) 2026-08-05 13:01:48 -04:00
instruction-discovery.test.ts feat(core): discover AGENTS.md up to the home directory (#41652) 2026-08-11 13:57:10 -04:00
instruction-state.test.ts chore(core): format package (#41205) 2026-08-07 23:18:03 -05:00
integration.test.ts refactor(core): replace integration prompts with forms (#40997) 2026-08-09 22:00:18 -05:00
job.test.ts
kv.test.ts refactor: extract shared util package (#37828) 2026-07-21 10:34:29 -04:00
location-filesystem.test.ts refactor: extract shared util package (#37828) 2026-07-21 10:34:29 -04:00
location-layer.test.ts fix(core): isolate config plugin tests from ambient user config (#41631) 2026-08-11 01:16:08 +00:00
location-mutation.test.ts refactor(core): simplify file tools to lexical paths (#40962) 2026-08-06 21:53:52 -04:00
location.test.ts refactor(core): remove obsolete project commit bridge (#40701) 2026-08-05 18:16:55 +00:00
logging.test.ts refactor: extract shared util package (#37828) 2026-07-21 10:34:29 -04:00
mcp-instructions.test.ts refactor(schema): rename agent default constructor (#40324) 2026-08-03 15:58:08 -05:00
mcp.test.ts chore: generate 2026-08-08 04:47:57 +00:00
model-resolver.test.ts fix(core): resolve provider URL variables at runtime (#41580) 2026-08-10 15:03:47 -05:00
model.test.ts refactor(core): consolidate tool architecture 2026-07-26 20:16:58 -04:00
models.test.ts chore: generate 2026-08-11 14:12:14 +00:00
newtype.test.ts
npm-config.test.ts refactor: extract shared util package (#37828) 2026-07-21 10:34:29 -04:00
npm.test.ts test(core): remove flaky npm install test (#38729) 2026-07-24 12:33:28 -05:00
oauth-page.test.ts
patch.test.ts chore(core): format package (#41205) 2026-08-07 23:18:03 -05:00
permission.test.ts chore(core): format package (#41205) 2026-08-07 23:18:03 -05:00
plugin-hooks.test.ts feat(plugin): add shell.create.before hook (#39547) 2026-07-29 14:11:52 -05:00
plugin.test.ts feat(plugin): allow tool hooks to fail with tool errors (#41668) 2026-08-11 00:36:59 -05:00
preload.ts
project-copy.test.ts refactor(core): remove unused copy strategy registry (#40735) 2026-08-05 21:25:18 +00:00
project-directories.test.ts refactor: extract shared util package (#37828) 2026-07-21 10:34:29 -04:00
project.test.ts chore(core): format package (#41205) 2026-08-07 23:18:03 -05:00
prompt-cache-diagnostics.test.ts refactor(ai): align multimodal naming (#40073) 2026-08-01 21:57:05 -05:00
provider-mistral.test.ts chore: merge dev into v2 (#38563) 2026-07-23 16:20:37 -05:00
question.test.ts refactor(core): consolidate tool architecture 2026-07-26 20:16:58 -04:00
reference-instructions.test.ts refactor(core): rename guidance modules (#37207) 2026-07-16 10:05:09 -04:00
reference.test.ts chore: merge dev into v2 (#39290) 2026-07-28 18:36:55 +10:00
repository-cache.test.ts refactor(core): remove unreachable repository validation (#40700) 2026-08-05 14:30:29 -04:00
repository.test.ts chore: merge dev into v2 (#39290) 2026-07-28 18:36:55 +10:00
ripgrep.test.ts feat(core): add workspace domain and placement binding (#41187) 2026-08-08 13:24:04 -04:00
session-compact.test.ts refactor(core): remove obsolete project commit bridge (#40701) 2026-08-05 18:16:55 +00:00
session-compaction.test.ts refactor(ai): promote prompt cache key (#39965) 2026-08-07 13:43:00 -05:00
session-create.test.ts feat(session): persist previous selections (#41771) 2026-08-11 10:52:14 -05:00
session-error.test.ts fix(core): resolve provider URL variables at runtime (#41580) 2026-08-10 15:03:47 -05:00
session-execution.test.ts chore: generate 2026-08-11 18:11:13 +00:00
session-generate.test.ts refactor(core): move instruction discovery to the config side (#41629) 2026-08-10 22:32:58 -04:00
session-instructions.test.ts refactor(core): remove obsolete project commit bridge (#40701) 2026-08-05 18:16:55 +00:00
session-log.test.ts test: repair v2 CI failures (#40803) 2026-08-05 23:38:38 -05:00
session-model-request.test.ts fix(core): bound outbound image history (#39929) 2026-07-31 13:57:04 -05:00
session-move.test.ts feat(core): migrate v1 data to v2 (#40723) 2026-08-05 21:57:58 -04:00
session-projector.test.ts feat(session): persist previous agent on switch (#41621) 2026-08-10 22:35:16 -05:00
session-prompt.test.ts chore(core): format package (#41205) 2026-08-07 23:18:03 -05:00
session-remove.test.ts refactor(core): remove obsolete project commit bridge (#40701) 2026-08-05 18:16:55 +00:00
session-run-coordinator.test.ts feat(core): finalize session event lifecycle (#35272) 2026-07-06 18:14:06 -04:00
session-runner-message.test.ts fix(tui): deduplicate repeated image attachments (#41651) 2026-08-10 23:39:38 -04:00
session-runner-recorded.test.ts refactor(core): move instruction discovery to the config side (#41629) 2026-08-10 22:32:58 -04:00
session-runner-tool-events.test.ts fix(tui): restore web search failure details (#41545) 2026-08-10 19:24:59 +05:30
session-runner-tool-registry.test.ts chore(core): format package (#41205) 2026-08-07 23:18:03 -05:00
session-runner.test.ts refactor(core): move instruction discovery to the config side (#41629) 2026-08-10 22:32:58 -04:00
session-skill.test.ts feat: attach skills to prompts (#41188) 2026-08-08 13:24:22 -04:00
session-title.test.ts refactor(ai): align multimodal naming (#40073) 2026-08-01 21:57:05 -05:00
session-tool-progress.test.ts fix(core): make event persistence opt-in 2026-08-05 19:33:59 -04:00
session-wait.test.ts fix(tui): correct project-aware session lists 2026-07-29 21:59:33 -04:00
shared-schema.test.ts refactor(core): replace integration prompts with forms (#40997) 2026-08-09 22:00:18 -05:00
shell-parse.test.ts chore(core): format package (#41205) 2026-08-07 23:18:03 -05:00
shell.test.ts refactor(core): remove unused shell posix metadata (#40734) 2026-08-05 21:31:35 +00:00
skill-discovery.test.ts refactor: extract shared util package (#37828) 2026-07-21 10:34:29 -04:00
skill.test.ts refactor(core): skill service stores values, config plugin owns the filesystem (#41622) 2026-08-10 20:38:08 -04:00
snapshot.test.ts chore(core): format package (#41205) 2026-08-07 23:18:03 -05:00
state.test.ts fix(core): commit state before finalize publishes (#38983) 2026-07-27 11:04:04 -04:00
tool-edit.test.ts feat(core): add workspace domain and placement binding (#41187) 2026-08-08 13:24:04 -04:00
tool-execute.test.ts chore(core): format package (#41205) 2026-08-07 23:18:03 -05:00
tool-output.test.ts chore(core): format package (#41205) 2026-08-07 23:18:03 -05:00
tool-patch.test.ts feat(core): add workspace domain and placement binding (#41187) 2026-08-08 13:24:04 -04:00
tool-question.test.ts refactor(core): compact question tool schema (#41772) 2026-08-11 12:09:37 -04:00
tool-read-filesystem.test.ts refactor(core): move read tool onto environment (#41084) 2026-08-07 11:22:50 -04:00
tool-read.test.ts refactor(core): move read tool onto environment (#41084) 2026-08-07 11:22:50 -04:00
tool-schema.test.ts chore(core): format package (#41205) 2026-08-07 23:18:03 -05:00
tool-search.test.ts refactor(core): move exec tools onto environment (#41095) 2026-08-07 11:59:59 -04:00
tool-shell.test.ts test(core): await shell tool registration (#41825) 2026-08-11 15:21:35 -04:00
tool-skill.test.ts refactor(core): skill service stores values, config plugin owns the filesystem (#41622) 2026-08-10 20:38:08 -04:00
tool-subagent.test.ts fix(core): isolate config plugin tests from ambient user config (#41631) 2026-08-11 01:16:08 +00:00
tool-webfetch.test.ts refactor(core): consolidate tool architecture 2026-07-26 20:16:58 -04:00
tool-websearch.test.ts fix(tui): restore web search failure details (#41545) 2026-08-10 19:24:59 +05:30
tool-write.test.ts feat(core): add workspace domain and placement binding (#41187) 2026-08-08 13:24:04 -04:00
v1-migration.test.ts core: write-ahead execution claims replace shutdown-hook suspension (#41800) 2026-08-11 14:09:04 -04:00
vcs-hg.test.ts chore(core): format package (#41205) 2026-08-07 23:18:03 -05:00
vcs.test.ts chore(core): format package (#41205) 2026-08-07 23:18:03 -05:00
websearch.test.ts refactor(core): consolidate tool architecture 2026-07-26 20:16:58 -04:00
wellknown.test.ts refactor(core): consolidate tool architecture 2026-07-26 20:16:58 -04:00
workspace.test.ts feat(core): add workspace domain and placement binding (#41187) 2026-08-08 13:24:04 -04:00