nexrall-code 0.5.91 → 0.5.92

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/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -152120,7 +152120,7 @@ function createResizeDebouncer(settleMs, onSettle, deps = defaultDeps) {
152120
152120
  // src/ui/inkTerminal.tsx
152121
152121
  function footerText(info) {
152122
152122
  const modeLabel = info.autoApprove ? "yolo mode on" : info.mode === "plan" ? "plan mode on" : info.mode === "edit" ? "edit mode on" : info.mode === "ask" ? "ask mode on" : "auto mode on";
152123
- return `${modeLabel} \xB7 /help for shortcuts \xB7 /agents for agents`;
152123
+ return `${modeLabel} \xB7 /help for shortcuts \xB7 Ctrl+J for newline`;
152124
152124
  }
152125
152125
  function fillerContent(rows) {
152126
152126
  if (rows <= 0)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nexrall-code",
3
- "version": "0.5.91",
3
+ "version": "0.5.92",
4
4
  "description": "Nexrall Code — AI coding assistant for your terminal (headless agent for scripts, CI and automation)",
5
5
  "keywords": [
6
6
  "ai",