Commit 85f0e6f
* 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
File tree
35 files changed
+2
-4
lines changed- .github/workflows
- packages
- agent-os-vscode
- images
- snippets
- src
- enterprise
- auth
- compliance
- integration
- language
- views
- webviews
- metricsDashboard
- onboarding
- policyEditor
- workflowDesigner
- agent-os
- docs
35 files changed
+2
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
101 | | - | |
102 | 100 | | |
103 | 101 | | |
104 | 102 | | |
| |||
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