kimiflare 0.13.3 → 0.13.4

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/index.js CHANGED
@@ -4621,13 +4621,6 @@ use: /thinking low | medium | high`
4621
4621
  },
4622
4622
  [cfg, handleSlash, updateAssistant, updateTool, saveSessionSafe]
4623
4623
  );
4624
- useEffect4(() => {
4625
- const onSigint = () => exit();
4626
- process.on("SIGINT", onSigint);
4627
- return () => {
4628
- process.off("SIGINT", onSigint);
4629
- };
4630
- }, [exit]);
4631
4624
  useEffect4(() => {
4632
4625
  if (!busy && queue.length > 0) {
4633
4626
  const next = queue[0];