Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@builder.io/ai-shell

Package Overview
Dependencies
Maintainers
13
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@builder.io/ai-shell - npm Package Compare versions

Comparing version 0.1.13 to 0.1.14

3

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc