Skip to content
This repository was archived by the owner on Apr 17, 2025. It is now read-only.

v1.3.0

Choose a tag to compare

@POPPIN-FUMI POPPIN-FUMI released this 18 Aug 12:33
· 1180 commits to main since this release

Breaking Change

  • skeet login command moved to functions/skeet/lib/login.ts
  • Changed typesaurus to native firestore module

New Features

  • Added skeet ai command
$ skeet ai
vertexai is selected 🤖

You (type "q" to quit): hi
You: hi
Skeet:
Hi, how can I help you?

You (type "q" to quit): can you tell me how to write javascript to generate random number?
You: can you tell me how to write javascript to generate random number?
Skeet:
Sure, here is a simple example of how to generate a random number in JavaScript:

What's Changed

Full Changelog: v1.1.0...v1.3.0