@aiiware/aii 0.2.3 → 0.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.
Files changed (3) hide show
  1. package/README.md +1 -0
  2. package/bin/aii +371 -265
  3. package/package.json +10 -4
package/README.md CHANGED
@@ -49,6 +49,7 @@ aii "your task" # Run single task and exit
49
49
  | **Grep** | Search code with regex |
50
50
  | **Bash** | Execute shell commands |
51
51
  | **WebSearch** | Search the web |
52
+ | **WebFetch** | Fetch and parse web pages |
52
53
 
53
54
  ### Interactive Commands
54
55