chore(shell): drop AppKit fake agent chrome - #21
Open
Jimthetaxguy wants to merge 1 commit into
Open
Jimthetaxguy wants to merge 1 commit into
Jimthetaxguy wants to merge 1 commit into
Conversation
Remove AppKit adapter stubs that faked agent runs, approvals, and policy. Compact AppKit React tree is browser commands and stats only until a real Rust bridge exists. Tauri agent/approval/policy path is unchanged. Co-authored-by: Jimthetaxguy <Jimthetaxguy@users.noreply.github.com>
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
This was referenced Sep 14, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
After #12, native ask/agent is gone. This removes leftover fake AppKit agent/approval/policy chrome that never talked to Rust.
hostAdaptersno longer stubsstartAgentRun/submitApproval/cancelAgentRun/getActionPolicy/setActionPolicy(orsetProvider).Proof: AppKit adapter grep is clean of fake-success stubs; compact tree has no ChatPanel/selects.
npm run buildandnpm run build:appkitboth succeed. Browser preview: AppKit surface is commands + stats only; Tauri still shows provider/policy + AI Assistant.AppKit compact shell without agent chrome
Tauri shell still has agent, provider, and policy UI
To show artifacts inline, enable in settings.