Skip to content

Releases: smol-ai/GodMode

v1 beta 0 - basic AI Chat Browser rewrite. Add Poe and Vercel Chat

16 Aug 01:38
e22a01a
Compare
Choose a tag to compare

this is a precursor to our broader v1 release.

image

What's Changed

Full Changelog: v0.0.17...v1.0.0-beta.0

v0.0.17 release - Dark Mode toggle! and Phind -> Perplexity Llama2

08 Aug 01:53
Compare
Choose a tag to compare

new dark/light mode toggle! see #107 . and swapping out default providers after a few days of usage.

What's Changed

New Contributors

Full Changelog: v0.0.16...v0.0.17

v0.0.16 release - Together.ai provider, bugfixes for Perplexity, promote Phind and HuggingChat to default

31 Jul 06:39
Compare
Choose a tag to compare

Together.ai gives access to Falcon, StarCoder and Redpajama:

image

but requires serverful hosting and you run out of credits very quickly.

for Smol Menubar, this is now the default experience:

image

What's Changed

  • Adding support for prettier on every push or PR to main by @seanoliver in #94
  • add together.xyz, promote Phind to default, minor dark mode tweaks by @swyxio in #69

Full Changelog: v0.0.15...v0.0.16

v0.0.15 release - add Phind + customizable shortcuts!

27 Jul 23:47
Compare
Choose a tag to compare

In this update we have also heeded #90 and prompted Perplexity and HuggingChat to default, taking Bing's place. Thanks to @davej who really stepped up to solve #84 which is a pain point for people with other keyboard preferences!

What's Changed

  • fix: Fullscreen keyboard shortcut should be local not global by @davej in #89
  • Add phind - resolves #39 by @seanoliver in #87
  • Add ability to customize quick open shortcut key bindings (fixes #84) by @davej in #85

Full Changelog: v0.0.14...v0.0.15

v0.0.14 release - Perplexity provider + a bunch of design upgrades

25 Jul 16:27
7bf2d3a
Compare
Choose a tag to compare
image

What's Changed

New Contributors

Full Changelog: v0.0.13...v0.0.14

v0.0.13 release - Llama2, OpenAssistant via HuggingChat!

20 Jul 00:34
Compare
Choose a tag to compare
image

What's Changed

Full Changelog: v0.0.12...v0.0.13

v0.0.12 release - Local Models, Dark Mode, new Icons!

14 Jul 22:33
e18cdcc
Compare
Choose a tag to compare

We now support Local Models via Oobabooga! (important: must have Oobabooga installed and running first. https://github.com/oobabooga/text-generation-webui. You'll have to go thru their process, including downloading their models (I use LLaMa-13B-GGML) and get it running for yourself on http://127.0.0.1:7860/, before you can run it inside of smol menubar (since we just embed the UI)

image

@seanoliver did some great, finnicky work around supporting reliability and UI polish (Bing) and adding dark mode to Claude!

Last but not least thanks to @MBDeane for our adorable new icons!

image

What's Changed

New Contributors

Full Changelog: v0.0.11...v0.0.12

v0.0.11 release - add Claude 2, default to GPT4 on ChatGPT

11 Jul 23:54
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.10...v0.0.11

instructions

if you run into bullshit “smolmenubar is damaged and can’t be opened." messages, that is Apple being extortionist #34 .

You can override this: open a new Terminal window and type (or paste the following command):

xattr -d com.apple.quarantine /path/to/app.app

You’ll need to replace /path/to/app.app with the target location of the file you want to release from quarantine. One easy way of doing this is to drag the file into the Terminal window, right after the initial command. More details: https://www.howtogeek.com/803598/app-is-damaged-and-cant-be-opened/

v0.0.10 - code signing, Anthropic bugfix

04 Jul 07:18
Compare
Choose a tag to compare

thanks to @ytsheng we now have our first code signed and notarized releases that should help us solve #34. please let us know if you still have nasty "corrupted file" type Apple bullshit!

What's Changed

  • pr: handle the input event for composition input methods like Chinese by @lenohard in #46
  • make it notarize by @swyxio in #48

New Contributors

Full Changelog: v0.0.9...v0.0.10

v0.0.9 - Bing Chat! 4 Panes! and Better Icon!

15 Jun 07:51
Compare
Choose a tag to compare

this actually involved a significant rewrite led by @seanoliver to make each chat modular, which means adding new chats should be pretty easy going forward.

the big challenge will be figuring out how to add locally run chats....

What's Changed

New Contributors

Full Changelog: v0.0.8...v0.0.9

instructions

if you run into bullshit “smolmenubar is damaged and can’t be opened." messages, that is Apple being extortionist #34 .

You can override this: open a new Terminal window and type (or paste the following command):

xattr -d com.apple.quarantine /path/to/app.app

You’ll need to replace /path/to/app.app with the target location of the file you want to release from quarantine. One easy way of doing this is to drag the file into the Terminal window, right after the initial command. More details: https://www.howtogeek.com/803598/app-is-damaged-and-cant-be-opened/