This repository was archived by the owner on Apr 17, 2025. It is now read-only.
v1.3.0
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
- add/frontend by @KishiTheMechanic in #39
- add/frontend by @KishiTheMechanic in #40
- build by @KishiTheMechanic in #41
- fix template for mutation by @POPPIN-FUMI in #42
- fix login cmd by @POPPIN-FUMI in #43
- 'update skeet s for #44' by @POPPIN-FUMI in #45
- update skeet iam ai by @POPPIN-FUMI in #46
- add skeet ai by @POPPIN-FUMI in #47
Full Changelog: v1.1.0...v1.3.0