Merge pull request #2812 from Hmbown/codex/v090-vscode-credit

docs: credit VS Code plugin request trail
This commit is contained in:
Hunter Bown
2026-06-05 19:16:56 -07:00
committed by GitHub
3 changed files with 13 additions and 12 deletions
+4 -4
View File
@@ -43,10 +43,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
local runtime attach checks, status bar state, and a CodeWhale runtime status
view. This answers the VS Code GUI lane without exposing chat webviews,
Agent View, inline edits, or retry/undo runtime endpoints yet (#461, #462,
#480, #2580). Thanks @AiurArtanis for the Agent View prompt, @lbcheng888 for
the earlier scaffold, and @BigBenLabs, @lzx1545642258, @yangdaowan,
@mangdehuang, @VerrPower, @hejia-v, and @ygzhang-cn for the GUI/VS Code
demand and validation trail.
#480, #1584, #2580). Thanks @AiurArtanis for the Agent View prompt,
@lbcheng888 for the earlier scaffold, and @BigBenLabs, @lzx1545642258,
@yangdaowan, @mangdehuang, @VerrPower, @hejia-v, @nasus9527, and @ygzhang-cn
for the GUI/VS Code demand and validation trail.
- Added `POST /v1/sessions` for runtime clients to save a completed thread as a
managed session. The endpoint preserves thread title/model/mode/workspace
metadata, maps missing threads to 404, and returns 409 instead of snapshotting
+5 -4
View File
@@ -644,10 +644,11 @@ Current v0.9 track credits:
- **[aboimpinto](https://github.com/aboimpinto)** — sidebar command polish and
pausable custom-command lifecycle direction harvested into the v0.9 track
(#2788, #2732)
- **[lbcheng888](https://github.com/lbcheng888)** and
**[AiurArtanis](https://github.com/AiurArtanis)** — VS Code extension
scaffold direction and Agent View request that shaped the official Phase 0
extension (#1022, #2580)
- **[lbcheng888](https://github.com/lbcheng888)**,
**[AiurArtanis](https://github.com/AiurArtanis)**, and
**[nasus9527](https://github.com/nasus9527)** — VS Code extension scaffold
direction, Agent View request, and IDE plugin request that shaped the
official Phase 0 extension (#1022, #1584, #2580)
- **[HUQIANTAO](https://github.com/HUQIANTAO)** — `web_run` cache-state
lock-splitting, turn-metadata prefix-cache stability, and project-context
cache work (#2502, #2517, #2636)
+4 -4
View File
@@ -43,10 +43,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
local runtime attach checks, status bar state, and a CodeWhale runtime status
view. This answers the VS Code GUI lane without exposing chat webviews,
Agent View, inline edits, or retry/undo runtime endpoints yet (#461, #462,
#480, #2580). Thanks @AiurArtanis for the Agent View prompt, @lbcheng888 for
the earlier scaffold, and @BigBenLabs, @lzx1545642258, @yangdaowan,
@mangdehuang, @VerrPower, @hejia-v, and @ygzhang-cn for the GUI/VS Code
demand and validation trail.
#480, #1584, #2580). Thanks @AiurArtanis for the Agent View prompt,
@lbcheng888 for the earlier scaffold, and @BigBenLabs, @lzx1545642258,
@yangdaowan, @mangdehuang, @VerrPower, @hejia-v, @nasus9527, and @ygzhang-cn
for the GUI/VS Code demand and validation trail.
- Added `POST /v1/sessions` for runtime clients to save a completed thread as a
managed session. The endpoint preserves thread title/model/mode/workspace
metadata, maps missing threads to 404, and returns 409 instead of snapshotting