MCPcopy Index your code
hub / github.com/openai/codex-plugin-cc / buildPersistentTaskThreadName

Function buildPersistentTaskThreadName

plugins/codex/scripts/lib/codex.mjs:1184–1186  ·  view source on GitHub ↗
(prompt)

Source from the content-addressed store, hash-verified

1182}
1183
1184export function buildPersistentTaskThreadName(prompt) {
1185 return buildTaskThreadName(prompt);
1186}
1187
1188export function parseStructuredOutput(rawOutput, fallback = {}) {
1189 if (!rawOutput) {

Callers 1

executeTaskRunFunction · 0.90

Calls 1

buildTaskThreadNameFunction · 0.85

Tested by

no test coverage detected