Skip to content

fix(vscode): remove working indicator prompt gap - #13316

Merged
marius-kilocode merged 4 commits into
mainfrom
fix-spinner-input-margin-regression
Aug 24, 2026
Merged

fix(vscode): remove working indicator prompt gap#13316
marius-kilocode merged 4 commits into
mainfrom
fix-spinner-input-margin-regression

Conversation

@marius-kilocode

@marius-kilocode marius-kilocode commented Aug 21, 2026

Copy link
Copy Markdown
Collaborator

The prompt gutter refactor reintroduced a top margin between the session dock and the prompt input. The working indicator then appeared separated from the composer, while the actions row used a different spacing rule and moved the composer when a turn finished.

Make the visible session dock own the spacing above the composer. Both the working indicator and the session actions row now sit flush with the prompt and reserve the same dock height. When no dock is visible, the prompt keeps its normal gutter.

The screenshots below use a wide Agent Manager view and show the complete single-line action row.

Before

Before: wide Agent Manager action buttons separated from the prompt by an extra gap

After

After: wide Agent Manager action buttons flush with the prompt

Comment thread packages/kilo-vscode/webview-ui/src/styles/session-actions.css Outdated
@kilo-code-bot

kilo-code-bot Bot commented Aug 21, 2026

Copy link
Copy Markdown
Contributor

Code Review Summary

Status: No Issues Found | Recommendation: Merge

Files Reviewed (10 files)
  • .changeset/fix-working-indicator-prompt-gap.md
  • packages/kilo-docs/public/img/screenshot-tests/kilo-vscode/visual-regression/chat/chat-view-agent-manager-completed-chromium-linux.png
  • packages/kilo-docs/public/img/screenshot-tests/kilo-vscode/visual-regression/chat/message-list-layout-correction-chromium-linux.png
  • packages/kilo-docs/public/img/screenshot-tests/kilo-vscode/visual-regression/chat/prompt-rail-many-prompts-chromium-linux.png
  • packages/kilo-docs/public/img/screenshot-tests/kilo-vscode/visual-regression/chat/prompt-rail-sidebar-chromium-linux.png
  • packages/kilo-docs/public/img/screenshot-tests/kilo-vscode/visual-regression/chat/prompt-rail-wide-chromium-linux.png
  • packages/kilo-docs/public/img/screenshot-tests/kilo-vscode/visual-regression/chat/welcome-with-switcher-and-notification-chromium-linux.png
  • packages/kilo-vscode/tests/prompt-spacing.spec.ts
  • packages/kilo-vscode/tests/session-dock-stability.spec.ts
  • packages/kilo-vscode/webview-ui/src/styles/session-actions.css
Previous Review Summary (commit 9694ff6)

Current summary above is authoritative. Previous snapshots are kept for context only.

Previous review (commit 9694ff6)

Status: No Issues Found | Recommendation: Merge

Files Reviewed (4 files)
  • .changeset/fix-working-indicator-prompt-gap.md
  • packages/kilo-vscode/tests/prompt-spacing.spec.ts
  • packages/kilo-vscode/tests/session-dock-stability.spec.ts
  • packages/kilo-vscode/webview-ui/src/styles/session-actions.css

Reviewed by grok-4.6 · Input: 65.3K · Output: 9.3K · Cached: 417.8K

Review guidance: REVIEW.md from base branch main

@marius-kilocode
marius-kilocode merged commit e2186de into main Aug 24, 2026
26 checks passed
@marius-kilocode
marius-kilocode deleted the fix-spinner-input-margin-regression branch August 24, 2026 10:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants