auq-mcp-server 3.2.4 → 3.2.5

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/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "auq-mcp-server",
3
- "version": "3.2.4",
3
+ "version": "3.2.5",
4
4
  "main": "dist/index.js",
5
5
  "bin": {
6
6
  "auq": "bin/auq"
@@ -28,13 +28,12 @@ export const Footer = ({ focusContext, multiSelect, isReviewScreen = false, show
28
28
  { key: KEY_LABELS.BACK, action: t("footer.back") },
29
29
  ];
30
30
  }
31
- // Custom input focused
31
+ // Custom input focused (Enter submits)
32
32
  if (focusContext === "custom-input") {
33
33
  return [
34
34
  { key: KEY_LABELS.NAVIGATE_OPTIONS, action: t("footer.options") },
35
35
  { key: KEY_LABELS.CURSOR, action: t("footer.cursor") },
36
- { key: KEY_LABELS.NAVIGATE_QUESTIONS_TAB, action: t("footer.questions") },
37
- { key: KEY_LABELS.NEWLINE, action: t("footer.newline") },
36
+ { key: "Enter/Tab", action: t("footer.next") },
38
37
  { key: KEY_LABELS.REJECT, action: t("footer.reject") },
39
38
  ];
40
39
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "auq-mcp-server",
3
- "version": "3.2.4",
3
+ "version": "3.2.5",
4
4
  "main": "dist/index.js",
5
5
  "bin": {
6
6
  "auq": "bin/auq"