| name | consult |
|---|---|
| description | Send project context and a question to GPT-5.2 Pro for an external consultation. Gathers docs, code, and context automatically, submits via OpenAI Responses API in background mode, and notifies when the response arrives. Use /consult-results to read the response. |
| user-invocable | true |
| disable-model-invocation | true |
| allowed-tools | Read, Glob, Grep, Bash(uv run *) |
| argument-hint | <your question or request for the consultant> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Delivered-To: major.tal@gmail.com | |
| Received: by 2002:a05:622a:6208:b0:50e:3693:c697 with SMTP id hj8csp48723qtb; Wed, 27 May 2026 15:54:03 -0700 (PDT) | |
| X-Received: by 2002:a05:7022:2528:b0:135:a6a:fcb9 with SMTP id a92af1059eb24-1365fb5a001mr8987119c88.28.1779922443599; Wed, 27 May 2026 15:54:03 -0700 (PDT) | |
| ARC-Seal: i=1; a=rsa-sha256; t=1779922443; cv=none; d=google.com; s=arc-20240605; b=Epf5bt6QNI/A1//8PWkVZhebAkQjy91G0TrwSv0Tx4L45pY7lv42dBqJeOt0nmpDm/ v+tHYBsND/0sLZ53vW5sSQtIcXyp31zkXm3Q4In+urJmtfiNhASx9ONl/UwMbJWXJ6Hb VXwko8Z1FetI9c15oj7/+T29XOhM6jlR026ao7Ibte1/FK9PGr418sCTdlFyYvwGAnOV xd8/ymro1vgimhuTPYRvjMKIVQYqbPFtrbWeZ9iK6YxfuwjGP0zeC5p/rQXGWIU9W7jm Ei3O5FpV/AexsDmueTkgrPhDNR+Xpei6Km+fNzerzLGyaMDTaVNAz6nIHTnw36mWZFes 6bng== | |
| ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20240605; h=to:from:subject:message-id:gmsai:feedback-id:date:mime-version :dkim-signature; bh=76A64n+rBRzraJefgEc8fnISCxHn0j9nPtMzGJl3SXI=; fh=h1MwstUJpdrjbyv4544rkNMZhKrRppL1UTmFRWhIqw4=; b=GaysoqhmCl |
A single Python script that reads all your local Claude Code and Codex sessions and extracts the signature expressions of each side of the conversation: how Claude talks, how Codex talks, and how you talk to them.
It uses sentence embeddings, so it groups meaning, not just exact words: "let me check the file", "now let me verify the file", and "let me confirm the file" all collapse into one recurring expression.
OlderNewer