@nine-lab/nine-mu 0.1.264 → 0.1.265

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.264",
3
+ "version": "0.1.265",
4
4
  "description": "AI-Driven Full-Stack Code Fabrication Engine",
5
5
  "type": "module",
6
6
  "main": "./dist/nine-mu.umd.js",
@@ -173,6 +173,7 @@ export class NineChatManager {
173
173
 
174
174
  // 2. AI 호출 시 history를 함께 실어서 보냅니다.
175
175
  return await this.#callTool("system-brain", {
176
+ base_package: this.#owner.config.basePackage, // nine.edu
176
177
  user_input : userInput,
177
178
  chat_history: formattedHistory,
178
179
  routes : routes,