Release v0.7.1 #10

Merged
vikingowl merged 1 commits from dev into main 2026-01-23 17:21:15 +01:00
Owner

v0.7.1 - Docker Backend Discovery & Vision Support

Bug Fixes

Docker compatibility for backend discovery:

  • Discovery endpoints now read from OLLAMA_URL, LLAMACPP_URL, LMSTUDIO_URL environment variables
  • docker-compose.yml sets all backends to host.docker.internal for container→host access
  • Justfile updated with --host 0.0.0.0 for llama-server commands

Vision support for OpenAI-compatible backends:

  • OpenAI adapter now converts images to content parts array format
  • Enables vision/multimodal models with llama.cpp and LM Studio

Documentation

  • Updated wiki with --host 0.0.0.0 requirement for llama-server
  • Added LM Studio "Serve on Local Network" setup instructions
  • Added Docker-specific troubleshooting notes
## v0.7.1 - Docker Backend Discovery & Vision Support ### Bug Fixes **Docker compatibility for backend discovery:** - Discovery endpoints now read from `OLLAMA_URL`, `LLAMACPP_URL`, `LMSTUDIO_URL` environment variables - `docker-compose.yml` sets all backends to `host.docker.internal` for container→host access - Justfile updated with `--host 0.0.0.0` for llama-server commands **Vision support for OpenAI-compatible backends:** - OpenAI adapter now converts images to content parts array format - Enables vision/multimodal models with llama.cpp and LM Studio ### Documentation - Updated wiki with `--host 0.0.0.0` requirement for llama-server - Added LM Studio "Serve on Local Network" setup instructions - Added Docker-specific troubleshooting notes
vikingowl added 1 commit 2026-01-23 17:21:03 +01:00
Docker compatibility:
- Discovery endpoints now read from OLLAMA_URL, LLAMACPP_URL, LMSTUDIO_URL env vars
- docker-compose.yml sets backends to host.docker.internal for container access
- justfile updated with --host 0.0.0.0 for llama-server

Vision support:
- OpenAI adapter now converts images to content parts array format
- Enables vision models with llama.cpp and LM Studio

Bumps version to 0.7.1
vikingowl merged commit 78f85bb9c5 into main 2026-01-23 17:21:15 +01:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: vikingowl/vessel#10