fix(tui): support image steering and immediate paste feedback - #236
Open
daviddanialy wants to merge 4 commits into
Open
daviddanialy wants to merge 4 commits into
daviddanialy wants to merge 4 commits into
Conversation
Contributor
Author
|
@kit-code-agent please restart the review of the latest commit. The previous run (D4681DC7-C451-4176-A521-0CB78FCD0565) appears stuck with its Reviewing status unchanged for over an hour. |
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.
Summary
agentkit-acpto the immutable media-budget fix indaviddanialy/agentkitat6d519ed1e93e28e54ba1cc18889534e2e8337181.[Pasting… #N]markers while clipboard work runs. Replace each marker at its original position, preserve cursor and FIFO ordering, and support cancellation by deletion or Escape without reviving late results. Enter waits for pending paste completion; editing cancels deferred submission.Dependency review
8e4ee26434a3f847e3613da5bb073ae63a262243.bec9dcc45ee0f436d538286bc220b16dc19fd5f3. Its ACP source is unchanged from the fork's parent. Keepagentkit-loop 0.10.12on main's existing upstream revision and redirect fork-local core/tools dependencies to existing registry packages; do not downgrade the loop or vendor the library.cargo auditis not installed, so an advisory scan was not run. The immutable pin and source-diff review do not constitute a signature or advisory audit.Validation
RUST_TEST_THREADS=1 mise run test -- --lib clipboard: 16 passed.RUST_TEST_THREADS=1 mise run test -- --lib tui::: 486 passed, 1 ignored.mise run build(cargo build --locked --bin kit) passed.mise run lintpassed: formatting plus all-target/all-feature and no-default-feature Clippy with warnings denied.git diff --checkpassed.Scope
Exactly five files:
Cargo.toml,Cargo.lock,src/tui/app.rs,src/tui/editor.rs,src/tui/mod.rs. Prepared in an isolated worktree from Kit main; unrelated original-worktree TUI edits are excluded. No release-version change.