* Add tool-rename-deprecation skill for legacy name backward compat
* Fix deprecated name resolution for namespaced tool references in toolsets
When a tool belongs to a toolset and has legacyToolReferenceFullNames,
the deprecated names map now includes the namespaced form (e.g.
vscode/openSimpleBrowser → vscode/openIntegratedBrowser). Previously
only the bare name was mapped, so agent files using the full
toolSet/toolName path got 'Unknown tool' instead of the rename hint.
* Revert Growth agent isReadOnly infrastructure
Remove the isReadOnly extension point property and Growth-specific
infrastructure from the chat sessions API that was added in #294255.
This was scaffolding for a growth session approach via the extension
chatSessions API, which is being replaced with a core-side implementation.
Removed:
- isReadOnly on IChatSessionsExtensionPoint and its schema
- isReadOnly filtering in session target/delegation pickers
- contribution?.isReadOnly parameter from getAgentCanContinueIn
- Growth from getAgentSessionProvider (prevents cache persistence)
- Growth-specific and isReadOnly tests
Kept:
- AgentSessionProviders.Growth enum value (used by new implementation)
- ChatSessionStatus.NeedsInput in proposed API + ext host types
- Growth cases in name/icon/description switch statements
* growth notification for new chat users
* hygiene skill
* Update src/vs/workbench/contrib/chat/browser/chatSetup/chatSetupGrowthSession.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Address PR review feedback
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update DarwinUpdateService to handle pending updates during checks and errors
* wip: test update server
* refactor: remove pending update handling from DarwinUpdateService
* show action
* feat: enhance update service to support explicit and overwrite states
* feat: add redirect functionality to update server
* fix: when checking for newer update, make the right call against the update service
also add logs since we're not getting the commit id :(
* fix: darwin auto update should use correct commit version
* fix: cleanup the code a bit
* updates
* feat: add Overwriting state to update process and update related logic
* fix: enhance update check with cancellation support and timeout handling
* nit: language
* do not attempt to overwrite updates twice
* remove test update server scripts
* Bump node-pty to 1.2.0-beta.7
* Deprecate TerminalSettingId.WindowsEnableConpty setting
* Remove windowsEnableConpty instead of deprecating
* Remove WINPTY from ps.ts
* Remove winpty from appropriate comments
* Remove winpty from IProcessReadyWindowsPty
* Remove from classifier.json. TODO on resize for node-pty
* Try adding option to test
* Add reference to issue
* Introduce compilation error
* Engineering - limit the tasks that we run
* Limit available memory to simulate an OOM
* Try to update the task
* Remove the use of npm-run-all
* Fix script
* Another try
* Try npm-run-all2
* Restore tasks, keep npm-run-all2
* Switch from npm-run-all to npm-run-all2
* Revert changes that were used for testing