@nine-lab/nine-mu 0.1.266 → 0.1.267

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nine-lab/nine-mu",
3
- "version": "0.1.266",
3
+ "version": "0.1.267",
4
4
  "description": "AI-Driven Full-Stack Code Fabrication Engine",
5
5
  "type": "module",
6
6
  "main": "./dist/nine-mu.umd.js",
@@ -156,7 +156,7 @@ export class NineChatManager {
156
156
 
157
157
  trace.log(window.location.pathname, this.#owner.config.packageName);
158
158
 
159
- const src = await api.post("/nine-ai/source/read", {
159
+ const src = await api.post("/nine-mu/source/read", {
160
160
  menuUrl: window.location.pathname,
161
161
  feProjectName: this.#owner.config.packageName
162
162
  });