@hoangsonw/forge 0.1.2-nightly.20260426 → 0.1.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 +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -254,6 +254,8 @@ docker compose -f docker/docker-compose.yml up -d
254
254
 
255
255
  See [`docs/INSTALL.md`](docs/INSTALL.md) for per-OS notes and [`docs/SETUP.md`](docs/SETUP.md) for contributor setup.
256
256
 
257
+ Prefer to drive Forge from your editor? The repo also ships a VS Code extension that wraps the REPL, CLI, and dashboard — see [`vscode-extension/README.md`](vscode-extension/README.md).
258
+
257
259
  ### See it running
258
260
 
259
261
  Three surfaces, one runtime.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hoangsonw/forge",
3
- "version": "0.1.2-nightly.20260426",
3
+ "version": "0.1.2",
4
4
  "description": "Forge - a local-first, multi-agent, programmable software-engineering runtime",
5
5
  "license": "MIT",
6
6
  "author": "Son Nguyen (hoangsonw)",