diff --git a/src/content/docs/client/reference/commands.mdx b/src/content/docs/client/reference/commands.mdx index 7f2c66c..d3954b8 100644 --- a/src/content/docs/client/reference/commands.mdx +++ b/src/content/docs/client/reference/commands.mdx @@ -79,3 +79,15 @@ This command is a stopgap for allowing Web builds to function, and it will be de Sends the current user cursor selection to Neuro. This refreshes the last known user cursor state, allowing Neuro to run the Replace User Selection action. + +## Read Changelog + +Sends the changelog contents to Neuro. By default, sends all new changelogs after the time this command was last used. +Can also be given the version as a parameter to send all changelog entries since that version. + + diff --git a/src/content/docs/meta/contributors/meta.mdx b/src/content/docs/meta/contributors/meta.mdx index bac3c85..d792d53 100644 --- a/src/content/docs/meta/contributors/meta.mdx +++ b/src/content/docs/meta/contributors/meta.mdx @@ -65,3 +65,12 @@ import { Aside } from '@astrojs/starlight/components' - `LICENSE`: Do not modify. - `CONTRIBUTING.md`: Explain minimally, refer to here. - `tony/`: See [Contributors/Testing](/docs/meta/contributors/testing). + +## Dev Commands + +There are commands that are meant for developer only environments, to support testing. +You can use them from the VSCode Command Palette in the Extension Development Host as per usual, but they are not visible for normal users. + +### Clear Mementos + +Removes all memento entries related to the NeuroPilot extension. Can be found under the action `neuropilot.dev.clearMementos`.