Skip to content

Commit 85f0e6f

Browse files
refactor: extract VS Code extension to packages/agent-os-vscode/ (#491) (#568)
* refactor: extract VS Code extension to packages/agent-os-vscode/ (#491) Moves the VS Code extension from packages/agent-os/extensions/vscode/ to packages/agent-os-vscode/ as a standalone sibling package. Why: - TS security issues were getting filed against the Python agent-os package - Python security tools (bandit, ruff) cannot scan TypeScript - No independent versioning — VS Code extension releases were coupled to agent-os - npm dependencies polluted the agent-os directory Changes: - Pure git mv — 32 files renamed, 0 content changes - Updated tutorial cross-references in README.md and docs/index.md Closes #491 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * fix(ci): rename dify-plugin to dify in test matrix The directory was renamed but the CI matrix was not updated, causing test-integrations (dify-plugin) to fail on every PR. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 86817ca commit 85f0e6f

35 files changed

+2
-4
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,6 @@ jobs:
9797
import-module: a2a_agentmesh
9898
- package: crewai-agentmesh
9999
import-module: crewai_agentmesh
100-
- package: dify-plugin
101-
import-module: provider
102100
- package: flowise-agentmesh
103101
import-module: flowise_agentmesh
104102
- package: haystack-agentmesh
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)