MCPcopy Create free account
hub / github.com/github/gh-aw / FormatProgressMessage

Function FormatProgressMessage

pkg/console/console_wasm.go:74–74  ·  view source on GitHub ↗
(message string)

Source from the content-addressed store, hash-verified

72func FormatLocationMessage(message string) string { return "~ " + message }
73func FormatCommandMessage(command string) string { return "$ " + command }
74func FormatProgressMessage(message string) string { return "▸ " + message }
75func FormatPromptMessage(message string) string { return "? " + message }
76func FormatCountMessage(message string) string { return "# " + message }
77func FormatVerboseMessage(message string) string { return "» " + message }

Calls

no outgoing calls