Conversation
…for Kimi K2.5 / DeepSeek R1 Agent-Logs-Url: https://github.com/codomium/CODE/sessions/d3b22076-f9a7-4793-871a-db2c50c8a74f Co-authored-by: codomium <255525663+codomium@users.noreply.github.com>
…lysis Agent-Logs-Url: https://github.com/codomium/CODE/sessions/25343567-8669-4feb-86a5-9c65d40129ef Co-authored-by: codomium <255525663+codomium@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
codomium
April 17, 2026 20:32
View session
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.
NVIDIA NIM rejects
chat_template_kwargs.thinking+toolsin the same request, leaving Kimi K2.5 and DeepSeek R1 with zero tool access and a one-liner system prompt — so they ask users to paste code instead of reading the workspace. All models also lacked any instruction to explore proactively.v2/src/core/system-prompt.mjsbuildWorkspaceSnapshot(cwd, maxFiles=200)(new export) — recursivereaddirSyncwalk skippingnode_modules,.git,dist,.next,__pycache__, etc. and hidden files (except a whitelist of common config dotfiles); returns a capped indented tree or''on error"You are an AI coding assistant."— declarescwd, adds a## Workspace exploration rulesblock instructing all models to use LS/Glob/Read/Grep/Bash before answering, hard-forbids asking the user to paste code;staticPrefix/dynamicSuffixcache split unchangedv2/src/core/agent-loop.mjscallNvidiawhensupportsThinking=true, appendsbuildWorkspaceSnapshot(process.cwd())as a fenced## Workspace file structure (read-only reference)block to the static system prompt, giving Kimi K2.5 / DeepSeek R1 structural project awareness without tool calls:vscode-extension/package.json: bumped to v1.2.0; thinking-modelenumDescriptionsnote workspace injection;install-vsixscript updatedREADME.md: new Proactive workspace analysis feature section; NVIDIA thinking-model explanation; install commands updated to 1.2.0Root
README.md