feat: allow goose askai bot to search goose codebase (#7508)

Signed-off-by: The-Best-Codes <106822363+The-Best-Codes@users.noreply.github.com>
This commit is contained in:
BestCodes
2026-02-26 14:57:36 -06:00
committed by GitHub
parent 8b79e813f9
commit 85c7f97239
10 changed files with 540 additions and 31 deletions
+3
View File
@@ -13,3 +13,6 @@ AI_MODEL=claude-sonnet-4-6
# Path to documentation directory (default: ./docs in Docker, for local dev use ../../documentation/docs)
DOCS_PATH=../../documentation/docs
# Path to codebase root (default: ../.. relative to this service, /app/codebase in Docker)
CODEBASE_PATH=../..