MCPcopy Index your code
hub / github.com/coder/coder / symlinkedPlanPathMessage

Function symlinkedPlanPathMessage

coderd/x/chatd/chattool/planpathmessage.go:49–55  ·  view source on GitHub ↗
(planPath, resolvedPath string)

Source from the content-addressed store, hash-verified

47}
48
49func symlinkedPlanPathMessage(planPath, resolvedPath string) string {
50 return fmt.Sprintf(
51 "the chat-specific plan path %s resolves to %s; symlinked plan paths are not allowed during plan turns",
52 planPath,
53 resolvedPath,
54 )
55}
56
57func planPathVerificationMessage(requestedPath string) string {
58 return fmt.Sprintf(

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected