MCPcopy Index your code
hub / github.com/CodebuffAI/codebuff / playAdmissionSound

Function playAdmissionSound

cli/src/hooks/use-freebuff-session.ts:43–49  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

41
42/** Play the terminal bell so users get an audible notification on admission. */
43const playAdmissionSound = () => {
44 try {
45 process.stdout.write('\x07')
46 } catch {
47 // Silent fallback — some terminals/pipes disallow writing to stdout.
48 }
49}
50
51const sessionEndpoint = (): string => {
52 const base = (

Callers 1

tickFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected