Skip to content

Releases: kevinthedang/discord-ollama

v0.6.0

19 Sep 03:34
e3b0c9a
Compare
Choose a tag to compare

What's Changed

Notes

  • All models like Llava now have support for message attachments with queries.
    • .gifs were not tested
    • Hallucinations are likely to occur with multiple image queries in a row.

Future work

  • The team hopes to work on issues:
    • #57 for release v0.7.0.
    • #63 for release v0.8.0.
    • #42 for release v0.9.0+
    • #22 #60 for release v1.0.0 or sooner.

Full Changelog: v0.5.11...v0.6.0

v0.5.11

14 Sep 20:44
36a0cd3
Compare
Choose a tag to compare

What's Changed

Notes

  • Queries to the application can be made mostly anywhere in a Guild.
  • channel-toggle has been removed as a command to allow the comment above.
  • package.json has been slightly cleaned up and nodemon has been removed since tsx watch src/ seems to do the same but without a different .dev.env file.

Future work

  • The team hopes to work on issues:

Full Changelog: v0.5.10...v0.5.11

v0.5.10

31 Aug 22:23
2caf543
Compare
Choose a tag to compare

What's Changed

Notes

  • Upgraded dependencies
  • GUILD_ID is no longer a necessary environment variable as we now allow the bot to speak anywhere.
  • Shield in readme to see if deployment fails.

Future work

  • The team hopes to work on issues:

Full Changelog: v0.5.9...v0.5.10

v0.5.9

03 Aug 16:58
42ef38d
Compare
Choose a tag to compare

What's Changed

Notes

  • These are some patches for a small issue with creating the data/ directory when chatting for the first time. An oversight when implementing new ideas without updating the old.
  • GUILD_ID does not seem to be used at all in the application and it has now been removed as a required environment variable.
  • Investigations have begun for features from the old Discord AI Chatbot Clyde found at #100

Future work

  • The team hopes to work on issues:

Full Changelog: v0.5.8...v0.5.9

v0.5.8

02 Aug 00:58
117b195
Compare
Choose a tag to compare

What's Changed

Notes

  • Docker images are now pushed as latest and the current latest release tag. So, technically 0.5.8 should appear on docker
  • Application build pipelines now run on master again.
  • IMPORTANT: when running docker pull kevinthedang/discord-ollama there will be no BOT_TOKEN and GUILD_ID setup which is probably very problematic as it needs one. The team will look into this further. For now, it is recommend to just use this project as normal and not pull from docker hub until it is ready.

Future work

Full Changelog: v0.5.7...v0.5.8

v0.5.7

31 Jul 13:24
02ffb6a
Compare
Choose a tag to compare

What's Changed

Notes

  • Slash commands scopes were adjusted to allow certain user commands to be run in private threads as they were not given the option before.
  • A pipeline that run unit tests was basically a reused version of the regular unit tests. It appears the build validation is not running as expected with workflow_run: and will be investigated.

Future work

Full Changelog: v0.5.6...v0.5.7

v0.5.6

25 Jul 21:33
352d88e
Compare
Choose a tag to compare

What's Changed

Notes

  • Added a slash command to clear the GuildText channels chat history that are assigned to a user. All replies will be ephemeral to reduce public clutter.
  • Known issue: when channel-toggle is on for GuildText channels to run, Public and Private threads will receive no reply that it is disabled until the toggle is switched.

Future work

Full Changelog: v0.5.5...v0.5.6

v0.5.5

12 Jul 00:13
ae9cac6
Compare
Choose a tag to compare

What's Changed

Release Notes

  • With the release of v0.2.X of Ollama, multiple users may not interact with the bot at the same time. Nothing was changed on our side and works out of the box from the library.
  • There was an issue when setting user preferences that it would not set them. It would set them for the bot by accident. That is no longer an issue.

Future work

Full Changelog: v0.5.4...v0.5.5

v0.5.4

04 Jul 21:31
35b9ad7
Compare
Choose a tag to compare

What's Changed

Notes

  • User preferences are now separated from Server preferences!
  • For future work, the team hopes to work on issues:

Full Changelog: v0.5.3...v0.5.4

v0.5.3

29 Jun 04:48
7f1326f
Compare
Choose a tag to compare

What's Changed

Notes

  • Small update really... some documentation overhauls as some of it was outdated.
  • Discord App guide is now added to help people reduce searching online for a guide (Now with Images haha).
  • We added goals to the readme as they might be found in the issues
  • For future work, the team hopes to work on issues:

Full Changelog: v0.5.2...v0.5.3