Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions src/content/docs/client/reference/commands.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<Aside type="tip">

Neuro can also read the changelog using the `read_changelog` action.
This action is hard set to Copilot mode, so you will need to approve it every time she wants to view the changelog.

</Aside>
9 changes: 9 additions & 0 deletions src/content/docs/meta/contributors/meta.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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`.