[PR #13650] [MERGED] x: redesign agent UI with minimal styling #40188

Closed
opened 2026-04-23 01:08:39 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/13650
Author: @ParthSareen
Created: 1/8/2026
Status: Merged
Merged: 1/8/2026
Merged by: @ParthSareen

Base: mainHead: parth/agent-ui-improvements


📝 Commits (1)

  • 3c44efe x: redesign agent UI with minimal styling

📊 Changes

2 files changed (+95 additions, -135 deletions)

View changed files

📝 x/agent/approval.go (+72 -113)
📝 x/cmd/run.go (+23 -22)

📄 Description

  • Remove box drawing characters from approval modal
  • Replace colored status messages with bold labels
  • Use bold/grey styling for selection indicators
  • Add human-readable tool display names (Web Search, Bash)
  • Simplify Yes/No prompt styling
  • Lowercase all status text for consistency

Color palette reduced to:

  • Bold for selected options and status labels
  • Medium grey for unselected options
  • Dark grey for hints and secondary info

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ollama/ollama/pull/13650 **Author:** [@ParthSareen](https://github.com/ParthSareen) **Created:** 1/8/2026 **Status:** ✅ Merged **Merged:** 1/8/2026 **Merged by:** [@ParthSareen](https://github.com/ParthSareen) **Base:** `main` ← **Head:** `parth/agent-ui-improvements` --- ### 📝 Commits (1) - [`3c44efe`](https://github.com/ollama/ollama/commit/3c44efe5fc7af0cb6480bb58e01ac18b79413138) x: redesign agent UI with minimal styling ### 📊 Changes **2 files changed** (+95 additions, -135 deletions) <details> <summary>View changed files</summary> 📝 `x/agent/approval.go` (+72 -113) 📝 `x/cmd/run.go` (+23 -22) </details> ### 📄 Description - Remove box drawing characters from approval modal - Replace colored status messages with bold labels - Use bold/grey styling for selection indicators - Add human-readable tool display names (Web Search, Bash) - Simplify Yes/No prompt styling - Lowercase all status text for consistency Color palette reduced to: - Bold for selected options and status labels - Medium grey for unselected options - Dark grey for hints and secondary info --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-23 01:08:39 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#40188