-
Notifications
You must be signed in to change notification settings - Fork 14.2k
Comparing changes
Open a pull request
base repository: anomalyco/opencode
base: dev
head repository: sendhil/opencode
compare: dev
- 12 commits
- 19 files changed
- 2 contributors
Commits on Mar 28, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 42c8899 - Browse repository at this point
Copy the full SHA 42c8899View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1767730 - Browse repository at this point
Copy the full SHA 1767730View commit details -
Configuration menu - View commit details
-
Copy full SHA for 82a1d08 - Browse repository at this point
Copy the full SHA 82a1d08View commit details -
Configuration menu - View commit details
-
Copy full SHA for f4d663b - Browse repository at this point
Copy the full SHA f4d663bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 788d5cb - Browse repository at this point
Copy the full SHA 788d5cbView commit details
Commits on Mar 29, 2026
-
fix(prompt): mark skill slash command templates as synthetic
Skill content injected via slash commands was displayed as the user's message in the TUI. Now marked synthetic so it is hidden from the UI but still sent to the LLM. The visible user message shows the slash command invocation (e.g. /brainstorming create a login page).
Configuration menu - View commit details
-
Copy full SHA for e4ab7a8 - Browse repository at this point
Copy the full SHA e4ab7a8View commit details -
docs: add FORK.md to track fork-specific changes
Tracks all modifications made in this fork on top of upstream with commit hashes, files touched, and whether each change is safe to drop on rebase.
Configuration menu - View commit details
-
Copy full SHA for 27f0a88 - Browse repository at this point
Copy the full SHA 27f0a88View commit details -
docs(local-build): rm before cp to avoid macOS provenance kills
On macOS Sequoia, copying over an existing binary inherits a com.apple.provenance xattr that causes the OS to SIGKILL the process on launch from persistent paths like ~/.local/bin.
Configuration menu - View commit details
-
Copy full SHA for fdb574c - Browse repository at this point
Copy the full SHA fdb574cView commit details -
Configuration menu - View commit details
-
Copy full SHA for fecbd6e - Browse repository at this point
Copy the full SHA fecbd6eView commit details -
feat(tui): add /clear command to clear session messages and todos
Remove the `clear` alias from `/new` and add a dedicated `/clear` slash command that removes all messages and todos from the current session while preserving the session itself. Implementation: - Session.clearMessages service method iterates messages via SyncEvent - POST /:sessionID/clear server route with assertNotBusy guard - TUI command with confirmation dialog and abort-if-busy handling - FORK.md entry tracking upstream PR #19543 Also update upstream-merge skill to check FORK.md for superseded patches after each merge.
Configuration menu - View commit details
-
Copy full SHA for 8b1a280 - Browse repository at this point
Copy the full SHA 8b1a280View commit details -
feat(tui): add /ask command for read-only questions with session context
Add a side-channel /ask slash command that lets the user ask the model a question using the full conversation context, without interrupting any in-progress turn. Implementation: - Hidden "ask" agent with all tools denied and concise system prompt - SessionPrompt.ask() reads conversation history, calls LLM.stream() with tools: {} (same pattern as ensureTitle) - POST /:sessionID/ask server route — no assertNotBusy, runs concurrently with in-progress turns - DialogAsk TUI component with text input, spinner, and answer display - /ask slash command registration in session view Does not persist ask/answer messages to session history (ephemeral).Configuration menu - View commit details
-
Copy full SHA for 6cefd93 - Browse repository at this point
Copy the full SHA 6cefd93View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d10af6 - Browse repository at this point
Copy the full SHA 5d10af6View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff dev...dev