Skip to content

Releases: bearlike/Personal-Assistant

v1.2.0 - Added Home Assistant Conversation Plugin for Meeseeks

16 May 22:14
b401fe1
Compare
Choose a tag to compare

What's Changed

  • 🚀 RELEASE: Version bump to 1.2.0. Added Home Assistant Conversation Integration. by @bearlike in #3
  • Now, you can use Home Assistant Assist or Conversations to talk with Meeseeks.

Full Changelog: v1.1.0...v1.2.0

v1.1.0 - Added REST API support 🚀

13 May 03:52
e46c006
Compare
Choose a tag to compare

Running Meeseeks with Docker 🐳 (Recommended)

# Run the chat application 
docker run --env-file docker-meeseeks.env --add-host=host.docker.internal:host-gateway -p 8502:8502 ghcr.io/bearlike/meeseeks-chat:1.1.0

# Run the REST API Server
docker run --env-file docker-meeseeks.env -p 5123:5123 --add-host=host.docker.internal:host-gateway ghcr.io/bearlike/meeseeks-api:1.1.0

Installing and Running Meeseeks

For Docker or manual installation, running, and configuring Meeseeks, visit Installation - Wiki.

What's Changed

  • 🚀 RELEASE: Version bump to 1.1.0. Added a basic REST-API wrapper. by @bearlike in #2
  • 📦 NEW: Wrapped REST API endpoint around Meeseeks core.
  • 📦 NEW: Docker image for API & Build action update

Full Changelog: v1.0.0...v1.1.0

v1.0.0 - Stable, up and running smoothly.

11 May 05:07
3dc4ba2
Compare
Choose a tag to compare

Running Meeseeks with Docker 🐳 (Recommended)

docker pull ghcr.io/bearlike/meeseeks-chat:1.0.0
docker run --env-file docker-meeseeks.env -p 8502:8502 ghcr.io/bearlike/meeseeks-chat:1.0.0

Installing and Running Meeseeks

For Docker or manual installation, running, and configuring Meeseeks, visit Installation - Wiki.

What's Changed

  • 🚀 RELEASE: First working release, version bumped to 1.0.0. 🎉. by @bearlike in #1

New Contributors

Full Changelog: https://github.com/bearlike/Personal-Assistant/commits/v1.0.0