Files
Vijay Upadya aa8bcda8c6 Chronicle: Support space-form slash subcommands (#318867)
* Chronicle: Support subcommands

* Feedback update

* Lazy-hydrate known prompt slash command names

Defer the initial getPromptSlashCommands() call and onDidChangeSlashCommands subscription until the first hasPromptSlashCommand() call. The previous constructor-time hydration fired during test workspace setup, priming cachedSlashCommands with empty results before mockFiles() registered files, causing 13 PromptsService test failures.
2026-05-29 07:21:15 +02:00
..