(dir string)
| 27 | ) |
| 28 | |
| 29 | func historyPath(dir string) string { return filepath.Join(dir, historyFileName) } |
| 30 | |
| 31 | // loadPromptHistory returns every saved prompt oldest-first, matching the |
| 32 | // in-memory append order so historyUp/Down walk the same direction for |
no outgoing calls
no test coverage detected