-
Notifications
You must be signed in to change notification settings - Fork 94
Investigate commands on PATH before answering / autofixing (#287) #306
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
5def6ee
Investigate a named command before answering "how do I use X"
vanzue 13fa7df
autofix: suggest local PATH near-matches for not-found commands (#287)
vanzue befa371
terminal-agent: ground "did you mean" in real PATH, not -UseFuzzyMatc…
vanzue c2190b0
Fix command_recall review issues: panic, token extension, cmdlet gate…
vanzue 39e1729
Address terminal-agent.md review: read-only tool path + non-executing…
vanzue fb567b4
Address PR #306 review: code-wrap near matches, fix PATH overclaim
vanzue f18be35
Merge remote-tracking branch 'origin/main' into dev/vanzue/agent-inve…
vanzue a83df12
command_recall: add PowerShell integration tests for near-match recall
vanzue 607b351
command_recall: fix is_powershell missing the OSC ShellType bare name
vanzue 8001541
command_recall: handle PowerShell call operator; correct enumerate-co…
vanzue e43bdd0
Merge remote-tracking branch 'origin/main' into dev/vanzue/agent-inve…
vanzue 475eebc
refactor(wta): extract prompt context injection into a ContextProvide…
vanzue 4ec740e
fix(wta): address Copilot review on prompt context injection
vanzue e8df41f
fix(wta): resolve autofix shell from the source pane, not the active …
vanzue df6c19a
fix(wta): resolve autofix source pane by session id, not StableId tab_id
vanzue 1a1c519
fix(wta): accept numeric window_id in pane resolution; tidy test fixt…
vanzue a982564
fix(wta): strip chained statement/pipeline separators from command token
vanzue 197796d
ci(spelling): register new words and fix forbidden 'Otherwise' pattern
vanzue 3a9f32b
perf(wta): cache the enumerated command list for the helper lifetime
vanzue 463f9a3
feat(wta): shared MCP tool server on master with resolve_command
vanzue 4794ef7
style(wta): rustfmt mcp module
vanzue ceae605
prompt(wta): prefer resolve_command tool for did-you-mean, Get-Comman…
vanzue df57d23
fix(wta): harden MCP server + window-scope pane lookup; allow axum/di…
vanzue a38d74f
fix(wta): clear stale MCP endpoint on publish failure; add read timeout
vanzue a1795de
fix(wta): publish MCP endpoint via direct write; allow 'slowloris'
vanzue 136ce6c
fix(wta): enforce POST on MCP endpoint; correct publish doc comment
vanzue 1891659
fix(wta): validate published MCP url and require POST /mcp
vanzue 76598d4
fix(wta): accept numeric window_id in discover_pane_identity
vanzue 7af480d
feat(wta): MCP protocolVersion negotiation + honor notifications/canc…
vanzue 459d9ff
test(wta): harden MCP server coverage
vanzue 7323597
refactor(wta): dedup WT id parsing in discover_pane_identity; fix MCP…
vanzue File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.