Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 1f02e46

Browse filesBrowse files
Merge pull request #139 from breaking-brake/main
Release: v2.12.0
2 parents b07c8b7 + a0d34de commit 1f02e46
Copy full SHA for 1f02e46

43 files changed

+10,407-344Lines changed: 10407 additions & 344 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Dismiss banner
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎.vscodeignore‎

Copy file name to clipboardExpand all lines: .vscodeignore
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
.vscode-test/**
44
.gitignore
55
.git/**
6+
.env
7+
.env.*
68

79
# Source files (use built files in dist/ instead)
810
src/extension/**/*.ts
@@ -37,8 +39,6 @@ specs/**
3739

3840
# Build tools
3941
node_modules/**
40-
# Include nano-spawn for cross-platform process spawning (Issue #79)
41-
!node_modules/nano-spawn/**
4242
*.vsix
4343

4444
# Documentation
Collapse file

‎CLAUDE.md‎

Copy file name to clipboardExpand all lines: CLAUDE.md
+2-1Lines changed: 2 additions & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ Auto-generated from all feature plans. Last updated: 2025-11-01
1717
- Workflow JSON files in `.vscode/workflows/` directory, Claude Code MCP configuration (user/project/enterprise scopes) (001-mcp-node)
1818
- TypeScript 5.3.0 (VSCode Extension Host), TypeScript/React 18.2 (Webview UI) + VSCode Extension API 1.80.0+, React 18.2, React Flow (visual canvas), Zustand (state management), existing MCP SDK client services (001-mcp-natural-language-mode)
1919
- Workflow JSON files in `.vscode/workflows/` directory (extends existing McpNodeData structure) (001-mcp-natural-language-mode)
20+
- TypeScript 5.3 (VSCode Extension Host), React 18.2 (Webview UI), @slack/web-api 7.x, Node.js http (OAuth callback server), VSCode Secret Storage (001-slack-workflow-sharing)
21+
- Workflow JSON files in `.vscode/workflows/` directory, Slack message attachments (workflow storage), VSCode Secret Storage (OAuth tokens) (001-slack-workflow-sharing)
2022

2123
- TypeScript 5.x (VSCode Extension Host), React 18.x (Webview UI) (001-cc-wf-studio)
2224

@@ -196,7 +198,6 @@ TypeScript 5.x (VSCode Extension Host), React 18.x (Webview UI): Follow standard
196198
## Recent Changes
197199
- 001-mcp-natural-language-mode: Added TypeScript 5.3.0 (VSCode Extension Host), TypeScript/React 18.2 (Webview UI) + VSCode Extension API 1.80.0+, React 18.2, React Flow (visual canvas), Zustand (state management), existing MCP SDK client services
198200
- 001-mcp-node: Added TypeScript 5.3.0 (VSCode Extension Host), TypeScript/React 18.2 (Webview UI) + VSCode Extension API 1.80.0+, React 18.2, React Flow (visual canvas), Zustand (state management), child_process (Claude Code CLI execution)
199-
- 001-ai-workflow-refinement: Added TypeScript 5.3 (VSCode Extension Host), React 18.2 (Webview UI)
200201

201202

202203
<!-- MANUAL ADDITIONS START -->
Collapse file

‎README.md‎

Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,8 @@ All operations run locally within VSCode. **Note:** MCP Tool nodes may require n
9696

9797
🔌 **MCP Tool Nodes** - Integrate Model Context Protocol (MCP) tools with automatic server discovery, tool browsing, dynamic parameter forms, and real-time validation
9898

99+
💬 **Slack Workflow Sharing (β)** - Share workflows directly to Slack channels with rich preview cards and one-click import links for seamless team collaboration
100+
99101
## AI-Assisted Workflow Refinement
100102

101103
### Overview

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.