cloudaxe-opencode/packages/opencode/src/session
Dax Raad 01edae4a7f fix(core): spawn shell non-interactively without sourcing rc files
ShellSelect.args() ran zsh/bash with -l and explicitly sourced .zshrc/.bashrc,
loading user functions and aliases that can shadow builtins and return non-zero
exit codes, breaking && chains. Match the old tool behavior: plain non-login
non-interactive shell -c command with cwd passed via spawn options.
2026-06-29 12:05:56 -04:00
..
llm feat(llm): pass strict through tool definitions for Codex parity (#33392) 2026-06-25 16:28:39 -05:00
prompt fix(core): honor configured agent step limits (#33142) 2026-06-20 23:04:30 +02:00
compaction.ts refactor(opencode): stop legacy v2 event emission (#33993) 2026-06-26 04:42:38 +02:00
instruction.ts chore: merge dev into v2 (#34317) 2026-06-28 11:30:38 -04:00
llm.ts chore: merge dev into v2 (#34317) 2026-06-28 11:30:38 -04:00
message-error.ts Delete named schema error wrapper (#27066) 2026-05-12 12:04:28 -04:00
message-v2.ts chore: merge dev into v2 (#34317) 2026-06-28 11:30:38 -04:00
message.ts feat(core): add command registry (#30624) 2026-06-04 02:57:43 -04:00
overflow.ts refactor(core): move v1 schemas into core (#30473) 2026-06-03 02:42:13 +00:00
processor.ts refactor(opencode): stop legacy v2 event emission (#33993) 2026-06-26 04:42:38 +02:00
prompt.ts fix(core): spawn shell non-interactively without sourcing rc files 2026-06-29 12:05:56 -04:00
reminders.ts refactor(core): move v1 schemas into core (#30473) 2026-06-03 02:42:13 +00:00
retry.ts refactor(core): move v1 schemas into core (#30473) 2026-06-03 02:42:13 +00:00
revert.ts refactor(core): support tiered layer nodes (#33937) 2026-06-25 14:34:17 -04:00
run-state.ts refactor(core): support tiered layer nodes (#33937) 2026-06-25 14:34:17 -04:00
schema.ts refactor(schema): normalize module patterns (#33770) 2026-06-25 15:42:22 +00:00
session.ts chore: merge dev into v2 (#34317) 2026-06-28 11:30:38 -04:00
status.ts refactor(core): support tiered layer nodes (#33937) 2026-06-25 14:34:17 -04:00
summary.ts refactor(core): support tiered layer nodes (#33937) 2026-06-25 14:34:17 -04:00
system.ts chore: merge dev into v2 (#34317) 2026-06-28 11:30:38 -04:00
todo.ts refactor(core): support tiered layer nodes (#33937) 2026-06-25 14:34:17 -04:00
tools.ts chore: generate 2026-06-23 20:31:13 +00:00