fix: sync deepseek-carp fixes and add LSP smoke example#3916
Open
juming75 wants to merge 9 commits into
Open
Conversation
P0: Inline FIM first tries LOCAL_INFERENCE (LlamaCppEngine, sub-400ms),
falls back to CompletionEngine cloud API (editor.rs + ai.rs)
P1a: TypewriterState at 30ms/char release rate, multi-byte safe,
no new threads/deps (chat_view.rs)
P1b: File save triggers SecurityScannerV2 -> LSP Diagnostic push
into editor problem panel (carp_bridge.rs + window_tab.rs + editor.rs)
…sidebar
P0: editor.rs low_latency path via LOCAL_INFERENCE singleton (sub-400ms),
fallback to cloud CompletionEngine
P1a: TypewriterState at 30ms/char in chat_view.rs (multi-byte safe)
P1b: File-save triggers SecurityScannerV2 → LSP Diagnostic push to problem panel
(carp_bridge.rs + window_tab.rs 500ms poller)
P3: copilot_sidebar.rs — Copilot-style panel with Explain/Fix/Refactor/Test actions
…llapse) Robocopy-synced src/ from deepseek-carp@e6c37a7.
…okenizer + Lapce LSP)
…+ rust-analyzer spawn)
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.
Summary
This PR syncs improvements from the CarpAI integration fork back to upstream Lapce.
Changes
Testing
Related
Part of the CarpAI ecosystem integration (jcode → CarpAI fork).