WorkflowFiesta for VS Code
Non-Technical AI Agents for Your Entire Business
Every department describes what they need in plain language. AI agents handle the rest — no developers, no training, no vendor lock-in. Works with Anthropic, OpenAI, and AWS Bedrock.
This extension brings intelligent chat and automation capabilities directly into your VS Code editor.
Features
Chat Interface
- AI-Powered Chat: Engage in conversations with AI assistants directly within VS Code
- Message Bubbles: Clean, modern chat UI with distinct user and assistant message styling
- Markdown Support: Full markdown rendering including bold, italic, code blocks, and lists
- Conversation Management: Start new chats, clear history, and manage multiple conversations
Slash Commands
Access powerful features with built-in slash commands:
/new - Start a new conversation
/clear - Clear the current chat
/help - Display available commands
/compact - Compact conversation context
/agent - Select or switch agents
/workflow - Access workflow features
Authentication
- Secure sign-in flow with the WorkflowFiesta backend
- Session persistence across VS Code restarts
- Easy sign-out when needed
Requirements
- VS Code version 1.125.0 or higher
- A WorkflowFiesta account (sign up at workflowfiesta.com)
Extension Settings
This extension contributes the following settings:
| Setting |
Default |
Description |
workflowfiesta.apiBaseUrl |
https://api.workflowfiesta.com |
Base URL of the WorkflowFiesta backend API. For local development, set to http://localhost:5000. |
workflowfiesta.requestTimeoutMs |
30000 |
Timeout in milliseconds for API requests. |
workflowfiesta.agentId |
"" |
UID of the agent to use. Leave empty to use the organization's default agent. |
Getting Started
- Install the extension from the VS Code Marketplace
- Click on the WorkflowFiesta icon in the Activity Bar
- Sign in with your WorkflowFiesta account
- Start chatting with the AI assistant
Commands
Access these commands via the Command Palette (Cmd+Shift+P / Ctrl+Shift+P):
| Command |
Description |
WorkflowFiesta: New Chat |
Start a new chat conversation |
WorkflowFiesta: Clear Chat |
Clear the current chat history |
WorkflowFiesta: Sign In |
Sign in to your WorkflowFiesta account |
WorkflowFiesta: Sign Out |
Sign out of your account |
Known Issues
This is an early release (MVP). Please report any issues on our GitHub repository.
Current limitations:
- Backend integration is in progress
- Some features shown in slash commands are not yet fully implemented
Release Notes
0.0.1
Initial MVP release with:
- Basic chat UI with message bubbles
- Side panel for conversation list
- Slash command menu
- Markdown rendering support
- State persistence
- Authentication flow
Contributing
We welcome contributions! Please see our contributing guidelines for more information.
License
See LICENSE for details.
Support