From 7d8308a7a2faaba206d0c3214361c785b2be9b6d Mon Sep 17 00:00:00 2001 From: Hunter B Date: Fri, 5 Jun 2026 19:16:21 -0700 Subject: [PATCH] docs: credit VS Code plugin request trail Adds #1584 and @nasus9527 to the v0.9 VS Code extension credit trail after the Phase 0 extension scaffold landed. --- CHANGELOG.md | 8 ++++---- README.md | 9 +++++---- crates/tui/CHANGELOG.md | 8 ++++---- 3 files changed, 13 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0799c33d..6f6d8dcc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 56910ae1..e2479ed8 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/crates/tui/CHANGELOG.md b/crates/tui/CHANGELOG.md index 0799c33d..6f6d8dcc 100644 --- a/crates/tui/CHANGELOG.md +++ b/crates/tui/CHANGELOG.md @@ -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