trace.ai-cli 1.1.3 → 1.1.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.
Files changed (2) hide show
  1. package/README.markdown +4 -8
  2. package/package.json +1 -1
package/README.markdown CHANGED
@@ -87,7 +87,9 @@ This launches the interactive CLI interface where you can enter commands and que
87
87
  ```
88
88
  /system [query]
89
89
  ```
90
- Example: `/system cpu` or `/system memory` or just `/system` for all information
90
+ The system information feature supports natural language queries that automatically determine which information to return.
91
+
92
+ Example: `/system How much RAM do I have available?`
91
93
 
92
94
  - **Add Context**:
93
95
  ```
@@ -121,13 +123,7 @@ This launches the interactive CLI interface where you can enter commands and que
121
123
  ```
122
124
  /stats
123
125
  ```
124
- - **System**:
125
- ```
126
- /system
127
- ```
128
- The system information feature supports natural language queries that automatically determine which information to return.
129
- Example: `/system How much RAM do I have available?`
130
-
126
+
131
127
  - **Exit**:
132
128
  ```
133
129
  /exit
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "trace.ai-cli",
3
- "version": "1.1.3",
3
+ "version": "1.1.4",
4
4
  "description": "A powerful AI-powered CLI tool",
5
5
  "main": "index.js",
6
6
  "bin": {