@menteeai/menteeswe 0.1.27 → 0.1.28

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/dist/cli.js +9 -1
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -1306,7 +1306,7 @@ var init_loop = __esm({
1306
1306
  var version;
1307
1307
  var init_package = __esm({
1308
1308
  "package.json"() {
1309
- version = "0.1.27";
1309
+ version = "0.1.28";
1310
1310
  }
1311
1311
  });
1312
1312
 
@@ -2143,6 +2143,10 @@ function App(props) {
2143
2143
  })()
2144
2144
  ] }),
2145
2145
  /* @__PURE__ */ jsxs6(Box6, { width: SIDEBAR_W, flexDirection: "column", borderStyle: "round", borderColor: "magenta", paddingX: 1, children: [
2146
+ /* @__PURE__ */ jsx6(Text6, { color: "cyan", children: " __ __" }),
2147
+ /* @__PURE__ */ jsx6(Text6, { color: "cyan", children: "| \\/ |" }),
2148
+ /* @__PURE__ */ jsx6(Text6, { color: "cyan", children: "| |" }),
2149
+ /* @__PURE__ */ jsx6(Text6, { color: "cyan", children: "| |" }),
2146
2150
  /* @__PURE__ */ jsx6(Text6, { bold: true, color: "magenta", children: "MenteE SWE \u{1F380}" }),
2147
2151
  /* @__PURE__ */ jsxs6(Text6, { dimColor: true, children: [
2148
2152
  "v",
@@ -4022,6 +4026,10 @@ program.argument("[task...]", "the software task to perform (omit to type it int
4022
4026
  anyStdin.setRawMode = (mode) => {
4023
4027
  if (process.stdin.isTTY) process.stdin.setRawMode(mode);
4024
4028
  };
4029
+ anyStdin.ref = () => {
4030
+ };
4031
+ anyStdin.unref = () => {
4032
+ };
4025
4033
  let pending = "";
4026
4034
  const flush = (s) => {
4027
4035
  if (s) virtualStdin.write(s);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@menteeai/menteeswe",
3
- "version": "0.1.27",
3
+ "version": "0.1.28",
4
4
  "description": "MenteE SWE — a model-agnostic autonomous software-engineering agent CLI. Bring your own intelligence: Kimi, GLM/Z.ai, and more.",
5
5
  "type": "module",
6
6
  "license": "MIT",