From f15baac16fc0cd2dcd307082bfe66cc1ee9102cc Mon Sep 17 00:00:00 2001 From: Allan Thraen Date: Sun, 10 May 2026 16:11:23 +0200 Subject: [PATCH 1/2] docs: add winget install instructions and badge Recommends `winget install UmageAI.CodeShellManager` as the primary install path, keeps the GitHub Releases option for direct downloads. Co-Authored-By: Claude Opus 4.7 (1M context) --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 95c09d1..06cc87c 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ [![Build](https://github.com/umage-ai/CodeShellManager/actions/workflows/build.yml/badge.svg)](https://github.com/umage-ai/CodeShellManager/actions/workflows/build.yml) [![Latest Release](https://img.shields.io/github/v/release/umage-ai/CodeShellManager?label=download&cacheSeconds=3600)](https://github.com/umage-ai/CodeShellManager/releases/latest) +[![winget](https://img.shields.io/winget/v/UmageAI.CodeShellManager?label=winget)](https://winstall.app/apps/UmageAI.CodeShellManager) [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE) A Windows desktop app for running **multiple AI coding agents side-by-side** — Claude Code, Codex, GitHub Copilot, or any CLI tool — in a tabbed and grid-layout terminal host. @@ -38,7 +39,15 @@ Built with WPF + [xterm.js](https://xtermjs.org/) + Windows ConPTY for full pseu ## Installation -### Download (recommended) +### winget (recommended) + +```powershell +winget install UmageAI.CodeShellManager +``` + +Future updates pick up automatically with `winget upgrade UmageAI.CodeShellManager` (or `winget upgrade --all`). + +### Download from Releases 1. Go to [**Releases**](https://github.com/umage-ai/CodeShellManager/releases/latest) 2. Download either: From c56814d3e0f32eb83e43d9b619dc2326da0e3110 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 15 May 2026 08:11:25 +0000 Subject: [PATCH 2/2] docs: add prominent umage.ai product page link near top of README Agent-Logs-Url: https://github.com/umage-ai/CodeShellManager/sessions/05137f7b-ddb3-4d16-92fc-329af66fb747 Co-authored-by: AThraen <5888420+AThraen@users.noreply.github.com> --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 06cc87c..861b01c 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ [![winget](https://img.shields.io/winget/v/UmageAI.CodeShellManager?label=winget)](https://winstall.app/apps/UmageAI.CodeShellManager) [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE) +> **🌐 [umage.ai/products/code-shell-manager](https://umage.ai/products/code-shell-manager/)** — product page, screenshots, and latest news + A Windows desktop app for running **multiple AI coding agents side-by-side** — Claude Code, Codex, GitHub Copilot, or any CLI tool — in a tabbed and grid-layout terminal host. Built with WPF + [xterm.js](https://xtermjs.org/) + Windows ConPTY for full pseudo-terminal fidelity.