Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use chat variables instead of slash commands #1

Open
shouples opened this issue Sep 16, 2024 · 0 comments
Open

Use chat variables instead of slash commands #1

shouples opened this issue Sep 16, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@shouples
Copy link
Owner

shouples commented Sep 16, 2024

The parts of the original blog post are only accessed directly when invoked from the existing slash commands, but we should be able to use them in other ways.

The variables API is still in a proposed state (microsoft/vscode#212995), but eventually they should be used here.

} else if (BLOG_THOUGHT_SECTIONS.includes(`${command}.md`)) {
stream.progress(`grug think about ${command}...`);
thoughtReference = await getGrugReferenceContent(`${command}.md`);

@shouples shouples added the enhancement New feature or request label Sep 16, 2024
@shouples shouples self-assigned this Sep 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant