@locusai/cli 0.21.1 → 0.21.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +0 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -181,10 +181,6 @@ locus exec "Refactor the auth middleware to use JWT"
181
181
  | `--no-sandbox` | Disable Docker isolation |
182
182
  | `--sandbox=require` | Require Docker (fail if unavailable) |
183
183
 
184
- ## VS Code Extension
185
-
186
- Locus includes a [VS Code extension](https://marketplace.visualstudio.com/items?itemName=locusai.locus) with an integrated chat interface for running tasks directly from your editor.
187
-
188
184
  ## Documentation
189
185
 
190
186
  Full documentation is available at [docs.locusai.dev](https://docs.locusai.dev).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@locusai/cli",
3
- "version": "0.21.1",
3
+ "version": "0.21.2",
4
4
  "description": "GitHub-native AI engineering assistant",
5
5
  "type": "module",
6
6
  "bin": {