auq-mcp-server 3.3.2 → 3.4.0

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.3.2",
3
+ "version": "3.4.0",
4
4
  "main": "dist/index.js",
5
5
  "bin": {
6
6
  "auq": "bin/auq"
@@ -65,7 +65,7 @@ export const Footer = ({ focusContext, multiSelect, isReviewScreen = false, show
65
65
  }
66
66
  if (showMultiToggleHint) {
67
67
  bindings.push({
68
- key: "M",
68
+ key: "Ctrl+M",
69
69
  action: isForceMultiActive ? "Disable Multi-select" : "Toggle Multi-select",
70
70
  });
71
71
  }
@@ -545,7 +545,7 @@ export const StepperView = ({ onComplete, onProgress, hasMultipleSessions, initi
545
545
  return;
546
546
  }
547
547
  if (key.name?.toLowerCase() === "m" &&
548
- !key.ctrl &&
548
+ key.ctrl &&
549
549
  !isInTextInput &&
550
550
  !currentQuestion.multiSelect) {
551
551
  handleToggleForceMulti();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "auq-mcp-server",
3
- "version": "3.3.2",
3
+ "version": "3.4.0",
4
4
  "main": "dist/index.js",
5
5
  "bin": {
6
6
  "auq": "bin/auq"