From 8d6e78812785ff68338d57701146c6ac77b5b83b Mon Sep 17 00:00:00 2001 From: Paython Veazie Date: Tue, 16 Dec 2025 13:59:18 -0800 Subject: [PATCH 1/3] Fix GitHub contents routing and existence checks in wizard agent - Enforce path-overrides-intent semantics in wizardAgent - Correctly route .github/workflows(still needs work) - Normalize check_file / check_dir intents to 404 - Improve GitHub adapter handing for repo filesystem introspection - Prevent false routing to GitHub Actions workflow endpoint --- client/src/pages/ConfigurePage.tsx | 24 +- server/agent/wizardAgent copy.js | 494 +++++++++++++++++++++++++++++ server/agent/wizardAgent.js | 181 ++++++++++- server/tools/github_adapter.js | 73 ++++- 4 files changed, 748 insertions(+), 24 deletions(-) create mode 100644 server/agent/wizardAgent copy.js diff --git a/client/src/pages/ConfigurePage.tsx b/client/src/pages/ConfigurePage.tsx index a42d8cf..395a6e4 100644 --- a/client/src/pages/ConfigurePage.tsx +++ b/client/src/pages/ConfigurePage.tsx @@ -232,12 +232,12 @@ export default function ConfigurePage() {
{/* Template */}