VS Code extension prototype for the JustWork model experience, featuring AI-assisted text summarization and a placeholder ad webview.
Features
Hello Worldcommand for quick activation.AI Assistant: Generate Summarycommand to run a text summarization workflow.Show Carbon Ads (placeholder)command to display a sample ad experience.
Requirements
- VS Code
- An OpenAI API key configured using the
justworkModelTs.openAiApiKeysetting if you want to use the AI summary command.
Extension Settings
This extension contributes the following settings:
justworkModelTs.openAiApiKey- OpenAI API key used by the AI Assistant command.justworkModelTs.openAiModel- OpenAI model used for AI generation.
Usage
- Open the command palette (
Ctrl+Shift+P). - Run
Hello World,AI Assistant: Generate Summary, orShow Carbon Ads (placeholder). - Configure the OpenAI API key in settings to enable AI summary generation.
Release Notes
0.0.2
Updated description and metadata for the JustWork model extension, with AI summary and placeholder ad commands.