From 9d579e86d8a6eb8238c5cfd492ec6f10376ac1fc Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 22 Jun 2026 19:23:15 +0000 Subject: [PATCH 1/6] Initial plan From 3a18edbd4183f4acb4a2ba4d5536e50946b7095e Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 22 Jun 2026 19:25:46 +0000 Subject: [PATCH 2/6] docs: note ConsoleGuiTools is feature complete in README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 71bf6775..81a7ab1b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ # ConsoleGuiTools - `Out-ConsoleGridView` and `Show-ObjectTree` +> [!IMPORTANT] +> The PowerShell team has decided that `Microsoft.PowerShell.ConsoleGuiTools` is **feature complete**, so [v0.7.7](https://github.com/PowerShell/ConsoleGuiTools/releases/tag/v0.7.7) is the last feature release. This repository will be archived in the coming weeks. +> +> We are optimistic that our amazing community maintainer and author of Terminal.Gui, [@tig](https://github.com/tig), will release and maintain a fork. If that happens we will happily direct users to it. Thank you for all of your contributions. 🙏 + This repo contains the `Out-ConsoleGridView` PowerShell Cmdlet providing console-based GUI experiences based on [Terminal.Gui (gui.cs)](https://github.com/gui-cs/Terminal.Gui). From 8d57eb09239a3214b8d3a26287e8707ce263b707 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 23 Jun 2026 20:30:15 +0000 Subject: [PATCH 3/6] docs: point README to community fork tui-cs/PSTui --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 81a7ab1b..2336b3d4 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ > [!IMPORTANT] > The PowerShell team has decided that `Microsoft.PowerShell.ConsoleGuiTools` is **feature complete**, so [v0.7.7](https://github.com/PowerShell/ConsoleGuiTools/releases/tag/v0.7.7) is the last feature release. This repository will be archived in the coming weeks. > -> We are optimistic that our amazing community maintainer and author of Terminal.Gui, [@tig](https://github.com/tig), will release and maintain a fork. If that happens we will happily direct users to it. Thank you for all of your contributions. 🙏 +> Our amazing community maintainer and author of Terminal.Gui, [@tig](https://github.com/tig), is maintaining a community fork at [tui-cs/PSTui](https://github.com/tui-cs/PSTui). Please use it going forward. Thank you for all of your contributions. 🙏 This repo contains the `Out-ConsoleGridView` PowerShell Cmdlet providing console-based GUI experiences based on From 04bf33cd0937fe272f07483e8009793211561da9 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 23 Jun 2026 20:32:40 +0000 Subject: [PATCH 4/6] docs: make README notice more professional, remove emoji --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2336b3d4..fcd20a7f 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ > [!IMPORTANT] > The PowerShell team has decided that `Microsoft.PowerShell.ConsoleGuiTools` is **feature complete**, so [v0.7.7](https://github.com/PowerShell/ConsoleGuiTools/releases/tag/v0.7.7) is the last feature release. This repository will be archived in the coming weeks. > -> Our amazing community maintainer and author of Terminal.Gui, [@tig](https://github.com/tig), is maintaining a community fork at [tui-cs/PSTui](https://github.com/tui-cs/PSTui). Please use it going forward. Thank you for all of your contributions. 🙏 +> The community maintainer and author of Terminal.Gui, [@tig](https://github.com/tig), is maintaining a community fork at [tui-cs/PSTui](https://github.com/tui-cs/PSTui). Users are encouraged to migrate to it going forward. We thank everyone for their contributions. This repo contains the `Out-ConsoleGridView` PowerShell Cmdlet providing console-based GUI experiences based on From dc01c2798f3e0f663a52a6e1b6741dd1f2379cc6 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 23 Jun 2026 20:52:41 +0000 Subject: [PATCH 5/6] Remove bold and archived note from README callout --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fcd20a7f..151af6c3 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # ConsoleGuiTools - `Out-ConsoleGridView` and `Show-ObjectTree` > [!IMPORTANT] -> The PowerShell team has decided that `Microsoft.PowerShell.ConsoleGuiTools` is **feature complete**, so [v0.7.7](https://github.com/PowerShell/ConsoleGuiTools/releases/tag/v0.7.7) is the last feature release. This repository will be archived in the coming weeks. +> The PowerShell team has decided that `Microsoft.PowerShell.ConsoleGuiTools` is feature complete, so [v0.7.7](https://github.com/PowerShell/ConsoleGuiTools/releases/tag/v0.7.7) is the last feature release. > > The community maintainer and author of Terminal.Gui, [@tig](https://github.com/tig), is maintaining a community fork at [tui-cs/PSTui](https://github.com/tui-cs/PSTui). Users are encouraged to migrate to it going forward. We thank everyone for their contributions. From 5e52f52f2d654e190f9144ce8cc24a52a393a27a Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 23 Jun 2026 21:07:21 +0000 Subject: [PATCH 6/6] Reduce repetitive use of community/maintain in README callout --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 151af6c3..244a07f3 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ > [!IMPORTANT] > The PowerShell team has decided that `Microsoft.PowerShell.ConsoleGuiTools` is feature complete, so [v0.7.7](https://github.com/PowerShell/ConsoleGuiTools/releases/tag/v0.7.7) is the last feature release. > -> The community maintainer and author of Terminal.Gui, [@tig](https://github.com/tig), is maintaining a community fork at [tui-cs/PSTui](https://github.com/tui-cs/PSTui). Users are encouraged to migrate to it going forward. We thank everyone for their contributions. +> [@tig](https://github.com/tig), the author of Terminal.Gui, is maintaining a community fork at [tui-cs/PSTui](https://github.com/tui-cs/PSTui). Users are encouraged to migrate to it going forward. We thank everyone for their contributions. This repo contains the `Out-ConsoleGridView` PowerShell Cmdlet providing console-based GUI experiences based on