VS Code Extensions
J

justwork.model.ts

by EllaAndy

VS Code extension prototype with AI-assisted text summarization and a placeholder ad webview for the JustWork model experience.

Downloads

1

Rating

(0)

Version

0.0.3

Last updated

Jul 09, 2026

VS Code extension prototype for the JustWork model experience, featuring AI-assisted text summarization and a placeholder ad webview.

Features

  • Hello World command for quick activation.
  • AI Assistant: Generate Summary command 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.openAiApiKey setting 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

  1. Open the command palette (Ctrl+Shift+P).
  2. Run Hello World, AI Assistant: Generate Summary, or Show Carbon Ads (placeholder).
  3. 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.

Related extensions