@xagent/x-cli 1.1.63 → 1.1.65

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/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ## 1.1.63 – Logo Assets & NPM Publication Complete
1
+ ## 1.1.65 – Logo Assets & NPM Publication Complete
2
2
 
3
3
  ✅ **Live on NPM**: [@xagent/x-cli](https://www.npmjs.com/package/@xagent/x-cli) - Fully published and ready for global installation
4
4
 
package/dist/index.js CHANGED
@@ -14655,7 +14655,7 @@ ${guardrail.createdFrom ? `- Created from incident: ${guardrail.createdFrom}` :
14655
14655
  var package_default = {
14656
14656
  type: "module",
14657
14657
  name: "@xagent/x-cli",
14658
- version: "1.1.63",
14658
+ version: "1.1.65",
14659
14659
  description: "An open-source AI agent that brings the power of Grok directly into your terminal.",
14660
14660
  main: "dist/index.js",
14661
14661
  module: "dist/index.js",
@@ -18839,9 +18839,9 @@ function ChatInterfaceWithAgent({
18839
18839
  const [showContextTooltip, setShowContextTooltip] = useState(false);
18840
18840
  const processingStartTime = useRef(0);
18841
18841
  useConsoleSetup();
18842
+ useAutoRead(setChatHistory);
18842
18843
  useEffect(() => {
18843
18844
  setChatHistory([]);
18844
- useAutoRead(setChatHistory);
18845
18845
  }, []);
18846
18846
  useSessionLogging(chatHistory);
18847
18847
  const { contextInfo } = useContextInfo(agent);