From 6b49a4f2305e329dd015dc67b4872890bc67bda1 Mon Sep 17 00:00:00 2001 From: B Harper Date: Sun, 26 Oct 2025 19:52:36 +1100 Subject: [PATCH] Update README files with demo positioning and content --- README-Additional.md | 1 + README.md | 14 ++++++-------- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/README-Additional.md b/README-Additional.md index 3d64d12..428ae81 100644 --- a/README-Additional.md +++ b/README-Additional.md @@ -41,6 +41,7 @@ Both interfaces show the same chat sessions and message history. ## Tool Customization Create `.vscode/HumanAgentOverride.json` to customize tool descriptions and message behavior: +THIS IS SUPER HELPFUL - NOTE THE LAST PART WHERE YOU CAN APEND A MESSAGE TO THE END OF EVERY REPLY! ```json { diff --git a/README.md b/README.md index a7c2f1a..3ed2b01 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,15 @@ # What - This extension provides a `HumanAgent_Chat` MCP tool that forces AI assistants to communicate through a human agent instead of giving direct responses. When an AI uses this tool, it opens a chat session where humans can respond in real-time. -## Demo - -![HumanAgent MCP Extension Demo](high-res-demo.gif) - -*Complete demonstration of the HumanAgent MCP extension in action - showing real-time human-AI collaboration* - ## Why - The AI Agent is encouraged to discuss with you before running off to do its own thing - if its part way through iterating through on a problem it can stop and ask you a question - it reduces requests considerably, helps avoid runaway agent, allows you to manage multiple VSCode agents working in multiple workspaces from one web page. Allows you to append useful reminders to each response. ## How it works Just install it and its ready to go. For more information see https://github.com/3DTek-xyz/HumanAgent-MCP/blob/master/README-Additional.md + +## Demo + +![HumanAgent MCP Extension Demo](high-res-demo.gif) + +*Complete demonstration of the HumanAgent MCP extension in action - showing real-time human-AI collaboration* \ No newline at end of file