Feature/20260715 discover u 1 - #50
Merged
Merged
Conversation
Co-authored-by: OpenCode <noreply@opencode.ai>
…archy Co-authored-by: OpenCode <noreply@opencode.ai>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
- Enable Tauri protocol-asset feature and configure scope - Add ImagePreview (zoom/pan) and PdfPreview components - Extend DocState with file kind discrimination - Filter non-markdown paths from file watcher sync Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Extract workspace_init, workspace_files, workspace_watchers, thought_commands, and discovery_commands from the 2528-line lib.rs to bring it under the 800-line threshold (now 528). Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Add a recursive directory watcher (500ms debounce) that emits workspace-tree-changed when files are created/deleted/renamed outside the app. Frontend listens and refreshes the sidebar tree, matching Obsidian's behavior. Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Keep AiConversationSessionProvider and RightPanelShell always mounted (using display:none when not in files view) so streaming event listeners and message state survive navigation to graph/thoughts/practice views. Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
The .cm-editor inside code blocks had min-height: 10rem (~160px), causing large blank areas even for single-line snippets. The natural height (~72px for an empty block) is sufficient for visibility and interaction, so the min-height is simply removed.
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Full mode bypasses summarization/truncation for translation; also upgrades HTML parsing, raises response cap to 5MB, makes timeout configurable. Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
摘要
变更类型
检查清单
npm run build(若改动前端)cd src-tauri && cargo test(若改动 Rust)备注