@builder.io/ai-shell
Advanced tools
Comparing version 0.1.13 to 0.1.14
{ | ||
"name": "@builder.io/ai-shell", | ||
"description": "A CLI that converts natural language to shell commands.", | ||
"version": "0.1.13", | ||
"version": "0.1.14", | ||
"type": "module", | ||
@@ -10,2 +10,3 @@ "dependencies": { | ||
"@dqbd/tiktoken": "^1.0.2", | ||
"@nexssp/os": "^2.0.31", | ||
"axios": "^1.3.5", | ||
@@ -12,0 +13,0 @@ "cleye": "^1.3.2", |
@@ -87,2 +87,29 @@ <h2 align="center"> | ||
### Chat mode | ||
```bash | ||
ai chat | ||
``` | ||
With this mode, you can engage in a conversation with the AI and receive helpful responses in a natural, conversational manner directly through the CLI: | ||
```sh | ||
┌ Starting new conversation | ||
│ | ||
◇ You: | ||
│ how do I serve a redirect in express | ||
│ | ||
◇ AI Shell: | ||
In Express, you can use the `redirect()` method to serve a redirect. The `redirect()` method takes one argument, which is the URL that you want to redirect to. | ||
Here's an example: | ||
\`\`\`js | ||
app.get('/oldurl', (req, res) => { | ||
res.redirect('/newurl'); | ||
}); | ||
\`\`\` | ||
``` | ||
### Silent mode (skip explanations) | ||
@@ -89,0 +116,0 @@ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Debug access
Supply chain riskUses debug, reflection and dynamic code execution features.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
42059
1189
211
11
6
+ Added@nexssp/os@^2.0.31
+ Added@nexssp/ansi@1.1.5(transitive)
+ Added@nexssp/extend@2.0.9(transitive)
+ Added@nexssp/logdebug@1.0.20(transitive)
+ Added@nexssp/markdown@1.0.1(transitive)
+ Added@nexssp/os@2.0.36(transitive)
+ Added@nexssp/plugin@1.0.10(transitive)
+ Added@nexssp/system@1.1.10(transitive)
+ Added@nodelib/fs.scandir@2.1.5(transitive)
+ Added@nodelib/fs.stat@2.0.5(transitive)
+ Added@nodelib/fs.walk@1.2.8(transitive)
+ Addedargparse@2.0.1(transitive)
+ Addedbraces@3.0.3(transitive)
+ Addedfast-glob@3.3.2(transitive)
+ Addedfastq@1.17.1(transitive)
+ Addedfill-range@7.1.1(transitive)
+ Addedglob-parent@5.1.2(transitive)
+ Addedis-extglob@2.1.1(transitive)
+ Addedis-glob@4.0.3(transitive)
+ Addedis-number@7.0.0(transitive)
+ Addedjs-yaml@4.1.0(transitive)
+ Addedmerge2@1.4.1(transitive)
+ Addedmicromatch@4.0.8(transitive)
+ Addedpicomatch@2.3.1(transitive)
+ Addedqueue-microtask@1.2.3(transitive)
+ Addedreusify@1.0.4(transitive)
+ Addedrun-parallel@1.2.0(transitive)
+ Addedstring-argv@0.3.2(transitive)
+ Addedto-regex-range@5.0.1(transitive)