Ask a question to get started
Enter to send•Shift+Enter new line
Extract and resolve a leading pasted path token from input text.
This is used for submit-time recovery when a user message starts with a path token followed by additional prompt text.
extract_leading_pasted_file_path( text: str, ) -> tuple[Path, int] | None
text
str
Input text to inspect.