Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
local runtime attach checks, status bar state, and a read-only Agent View
preview backed by recent runtime thread summaries, plus a read-only
`GET /v1/snapshots` endpoint for GUI clients to inspect side-git restore
points. Thread summaries now include read-only workspace and branch metadata
so the VS Code Agent View can show when a thread or agent lane is on another
points. The extension now renders those restore points read-only in its Agent
View, and thread summaries include read-only workspace and branch metadata so
the VS Code Agent View can show when a thread or agent lane is on another
branch. This answers the VS Code GUI lane without exposing chat webviews,
inline edits, or retry/undo/restore runtime mutation endpoints yet (#461,
#462, #480, #1217, #2341, #1584, #2580, #2808). Thanks @AiurArtanis for the
Agent View prompt, @lbcheng888 for the earlier scaffold, @gaord for the GUI
runtime API direction, @douglarek, @caeserchen, and @nightt5879 for the branch
visibility trail, and @BigBenLabs, @lzx1545642258, @yangdaowan,
#462, #480, #1217, #2341, #1584, #2327, #2580, #2808). Thanks @AiurArtanis
for the Agent View prompt, @lbcheng888 for the earlier scaffold, @gaord for
the GUI runtime API direction, @douglarek, @caeserchen, and @nightt5879 for
the branch visibility trail, and @BigBenLabs, @lzx1545642258, @yangdaowan,
@mangdehuang, @VerrPower, @hejia-v, @nasus9527, and @ygzhang-cn for the
GUI/VS Code demand and validation trail.
- Added inline live-output refresh for background shell Exec cards keyed by the
Expand Down
13 changes: 7 additions & 6 deletions crates/tui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
local runtime attach checks, status bar state, and a read-only Agent View
preview backed by recent runtime thread summaries, plus a read-only
`GET /v1/snapshots` endpoint for GUI clients to inspect side-git restore
points. Thread summaries now include read-only workspace and branch metadata
so the VS Code Agent View can show when a thread or agent lane is on another
points. The extension now renders those restore points read-only in its Agent
View, and thread summaries include read-only workspace and branch metadata so
the VS Code Agent View can show when a thread or agent lane is on another
branch. This answers the VS Code GUI lane without exposing chat webviews,
inline edits, or retry/undo/restore runtime mutation endpoints yet (#461,
#462, #480, #1217, #2341, #1584, #2580, #2808). Thanks @AiurArtanis for the
Agent View prompt, @lbcheng888 for the earlier scaffold, @gaord for the GUI
runtime API direction, @douglarek, @caeserchen, and @nightt5879 for the branch
visibility trail, and @BigBenLabs, @lzx1545642258, @yangdaowan,
#462, #480, #1217, #2341, #1584, #2327, #2580, #2808). Thanks @AiurArtanis
for the Agent View prompt, @lbcheng888 for the earlier scaffold, @gaord for
the GUI runtime API direction, @douglarek, @caeserchen, and @nightt5879 for
the branch visibility trail, and @BigBenLabs, @lzx1545642258, @yangdaowan,
@mangdehuang, @VerrPower, @hejia-v, @nasus9527, and @ygzhang-cn for the
GUI/VS Code demand and validation trail.
- Added inline live-output refresh for background shell Exec cards keyed by the
Expand Down
1 change: 1 addition & 0 deletions extensions/vscode/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ This first slice is intentionally small:
- show connection state in the status bar
- show a read-only Agent View with recent runtime thread summaries from
`/v1/threads/summary`
- show recent read-only restore points from `/v1/snapshots`

It does not expose the full chat webview, VS Code Agent View chat/editor
integration, inline edit application, marketplace publish workflow, or
Expand Down
31 changes: 27 additions & 4 deletions extensions/vscode/out/extension.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion extensions/vscode/out/extension.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

33 changes: 33 additions & 0 deletions extensions/vscode/out/runtime.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading