Skip to content

[pull] main from microsoft:main#1293

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

[pull] main from microsoft:main#1293
pull[bot] merged 3 commits into
code:mainfrom
microsoft:main

Conversation

@pull
Copy link
Copy Markdown

@pull pull Bot commented May 25, 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 : )

zhichli and others added 3 commits May 24, 2026 11:23
Mirrors the programmatic-export contract already supported by the
chat extension's github.copilot.chat.otel.exportAgentTracesDB
command: when callers pass a destination directory, the DB is
copied to <dir>/agent-host-traces.db with no save dialog. The
interactive (command palette) flow is unchanged.
Addresses review feedback: OTelSqliteStore opens the DB in WAL mode
and runs in a separate utility process, so a plain copy of the .db
file can miss uncheckpointed data still living in the -wal sidecar.

We can't safely issue 'wal_checkpoint' from the workbench process,
so instead copy the -wal and -shm sidecars alongside the main .db
when they exist. The resulting trio is a valid WAL-mode SQLite
database that any reader can open and checkpoint on demand.
chat: accept optional savePath arg for agentHost export action
@pull pull Bot locked and limited conversation to collaborators May 25, 2026
@pull pull Bot added the ⤵️ pull label May 25, 2026
@pull pull Bot merged commit 5dbc18b into code:main May 25, 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.

1 participant