From 23485833d88452fc71e64f492db8e2a318ebbfc6 Mon Sep 17 00:00:00 2001 From: Alex Blank Date: Wed, 27 May 2026 15:34:50 +0200 Subject: [PATCH] docs: clarify git mount target path hint --- apps/web/src/components/git-mount-editor.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/src/components/git-mount-editor.tsx b/apps/web/src/components/git-mount-editor.tsx index 52d5765..0a76739 100644 --- a/apps/web/src/components/git-mount-editor.tsx +++ b/apps/web/src/components/git-mount-editor.tsx @@ -198,7 +198,7 @@ const GitMountForm = ({ mount, onSave, onCancel, validatePath, validateUrl, isNe placeholder="e.g., /app/config" className={errors.target_path ? "error" : ""} /> - Absolute or relative path inside container (relative resolved against working dir) + Use absolute path (e.g. /app/config). Relative paths need working_directory set in tool config. {errors.target_path && {errors.target_path}}