oh-my-mango 0.0.2 → 0.0.3

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.
File without changes
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,qBAAqB,CAAA;AAEjD,QAAA,MAAM,MAAM,EAAE,MAGb,CAAA;AAED,eAAe,MAAM,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,qBAAqB,CAAA;AAEjD,QAAA,MAAM,MAAM,EAAE,MAeb,CAAA;AAED,eAAe,MAAM,CAAA"}
package/dist/src/index.js CHANGED
@@ -1,6 +1,18 @@
1
1
  const plugin = async () => {
2
2
  console.log("[oh-my-mango] initialized");
3
- return {};
3
+ return {
4
+ config: async (config) => {
5
+ config.agent = {
6
+ ...config.agent,
7
+ mango: {
8
+ prompt: "",
9
+ description: "oh-my-mango 기본 에이전트",
10
+ mode: "primary",
11
+ },
12
+ };
13
+ config.default_agent = "mango";
14
+ },
15
+ };
4
16
  };
5
17
  export default plugin;
6
18
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAEA,MAAM,MAAM,GAAW,KAAK,IAAI,EAAE;IAChC,OAAO,CAAC,GAAG,CAAC,2BAA2B,CAAC,CAAA;IACxC,OAAO,EAAE,CAAA;AACX,CAAC,CAAA;AAED,eAAe,MAAM,CAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAEA,MAAM,MAAM,GAAW,KAAK,IAAI,EAAE;IAChC,OAAO,CAAC,GAAG,CAAC,2BAA2B,CAAC,CAAA;IACxC,OAAO;QACL,MAAM,EAAE,KAAK,EAAE,MAAM,EAAE,EAAE;YACvB,MAAM,CAAC,KAAK,GAAG;gBACb,GAAG,MAAM,CAAC,KAAK;gBACf,KAAK,EAAE;oBACL,MAAM,EAAE,EAAE;oBACV,WAAW,EAAE,qBAAqB;oBAClC,IAAI,EAAE,SAAS;iBAChB;aACF,CACA;YAAC,MAAqC,CAAC,aAAa,GAAG,OAAO,CAAA;QACjE,CAAC;KACF,CAAA;AACH,CAAC,CAAA;AAED,eAAe,MAAM,CAAA"}
package/package.json CHANGED
@@ -29,5 +29,5 @@
29
29
  },
30
30
  "type": "module",
31
31
  "types": "dist/src/index.d.ts",
32
- "version": "0.0.2"
32
+ "version": "0.0.3"
33
33
  }