Skip to content

Commit 9e5205a

Browse files
yotsudaclaude
andcommitted
docs: drop stale Verbose/Debug invisibility caveat
v1.8.0's hybrid stream capture interleaves Verbose and Debug records into the chronological pipeline that the AI reads, so the longstanding "Verbose and Debug streams are NOT visible to you" caveat in the invoke_expression tool description and the matching Limitations bullet in README.md no longer apply. Both removed. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 1d88b21 commit 9e5205a

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

PowerShell.MCP.Proxy/Tools/PowerShellTools.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -158,9 +158,6 @@ public static async Task<string> GetCurrentLocation(
158158
⚠️ CRITICAL - String Interpolation:
159159
Double-quoted strings expand variables and subexpressions: ""$var"" becomes the value of $var, ""$(expr)"" evaluates expr. Use single quotes for literal strings: '$var' keeps the text $var as-is.
160160
161-
⚠️ CRITICAL - Verbose/Debug Output:
162-
Verbose and Debug streams are NOT visible to you. If you need verbose/debug information, ask the user to copy it from the console and share it with you.
163-
164161
📝 Text File Operations:
165162
ALWAYS use the specialized cmdlets for text file editing: Show-TextFiles, Add-LinesToFile, Update-LinesInFile, Update-MatchInFile, Remove-LinesFromFile.
166163
NEVER use Set-Content, [IO.File]::WriteAllText, or other alternatives—even when source code contains $ or backtick characters. Instead, pass content via var1-var4 parameters.

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,6 @@ Generates interactive HTML maps with markers, descriptions, and optional 3D disp
425425

426426
- **AI Command Cancellation**: Commands executed by AI cannot be cancelled with Ctrl+C. Close the console to stop.
427427
- **User Command Privacy**: Commands you execute are not visible to AI assistants.
428-
- **Verbose/Debug Streams**: Not captured. Share via clipboard if needed.
429428
- **CLI stderr**: Not captured by default. Use `$result = & command.exe 2>&1` to capture.
430429
- **External Command Colors**: Color output from some CLI tools may not be preserved (git colors are supported).
431430
- **Command History**: AI-executed single-line commands are added to console history. Multi-line commands are intentionally excluded to avoid history bloat.

0 commit comments

Comments
 (0)