Skip to content

[pull] main from microsoft:main#1230

Merged
pull[bot] merged 29 commits into
code:mainfrom
microsoft:main
May 8, 2026
Merged

[pull] main from microsoft:main#1230
pull[bot] merged 29 commits into
code:mainfrom
microsoft:main

Conversation

@pull
Copy link
Copy Markdown

@pull pull Bot commented May 8, 2026

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

mjbvz and others added 29 commits April 30, 2026 23:35
Fixes #313661

Hopefully cuts down on some of the double submissions we've been seeing

Co-authored-by: Copilot <copilot@github.com>
…X, and CURRENT_TIMEZONE_NAME (#315140)

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Disable issue reporter submit button while the issue is being submitted
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
…viders (#315181)

* BYOK: support per-model reasoning_effort across OpenAI-compatible providers

* feedback updates
* Refactor Copilot CLI agent resolution with enhanced caching

* Updates

* Potential fix for pull request finding

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
When a historical turn was missing RenderedUserMessageMetadata (older
sessions, freeze-not-fired paths), AgentUserMessage fell through to the
current-turn render path and embedded live workspace state
(<editorContext>, terminal, todos, reminderInstructions) into a past
user message, breaking the prompt cache prefix on every request.

- AgentUserMessage now delegates to AgentUserMessageInHistory in this
  fallback, matching what the other history renderers already do.
- Thread userQueryTagName through AgentUserMessageInHistory and
  AgentConversationHistory so historical turns honor model-specific
  tag names (e.g. <user_query> for Grok).
* Agents web: no hosts screen

* Address PR review on no-agent-host empty state

- Drop JSDoc/CSS/code for connect actions, discovering spinner, and
  search-again footer that were never rendered; the widget is just a
  heading + CLI-command description + 'Learn more' link.
- Fix grammar: 'agents tasks' -> 'agent tasks'.
- Update stale CSS comment from 'code agent host --tunnel' to
  'code tunnel' / 'code-insiders tunnel'.
- Route focus to the empty state heading when it's mounted, so screen
  readers and keyboard users don't land on the hidden chat input.
Refactors animated value
…lder cardinality drift (#315206)

Reconciles four telemetry issues (#233164, #233163, #196664, #193172) into clean defensive guards in OneSnippet/SnippetSession:

- Capture model into a local in OneSnippet.move() and _hasPlaceholderBeenCollapsed() and null-guard getDecorationRange/_placeholderDecorations.get lookups (covers #233164, #196664).

- Treat a missing decoration range on a non-empty placeholder as collapsed in _hasPlaceholderBeenCollapsed.

- Add OneSnippet.activePlaceholderCount and gate SnippetSession.merge structural merge + post-merge _move on a cardinality precondition (snippets.length === sum(activePlaceholderCount)). When cursor normalization or external selection changes collapse mirrored placeholder selections, we now skip structural merge instead of crashing on others.shift() (covers #233163, #193172). Text edits still apply.

- next()/prev() no-op when _move() returns no selections.
* Agents - do not pass the session metadata to commands

* Fix compilation
* Add command to dump settings schema

* Add interface
Improve new session hover functionality
@pull pull Bot locked and limited conversation to collaborators May 8, 2026
@pull pull Bot added the ⤵️ pull label May 8, 2026
@pull pull Bot merged commit b482e07 into code:main May 8, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.