Bug Description
After a fresh install, when there is no configuration yet, the openviking-server binary emits this help message:
sandbox ❯ openviking-server
OpenViking configuration file not found.
Please create /Users/romor001/.openviking/ov.conf or /etc/openviking/ov.conf, or set OPENVIKING_CONFIG_FILE.
See: https://openviking.dev/docs/guides/configuration
The openviking.dev URL is invalid.
Steps to Reproduce
- install openviking (example:
uv tool install openviking)
- invoke the server without creating a configuration first (
openviking-server)
- The error message contains the wrong URL
Expected Behavior
The URL should be: https://openviking.ai/docs
Actual Behavior
The URL is: https://openviking.dev/docs/guides/configuration
Minimal Reproducible Example
Error Logs
OpenViking Version
openviking-server 0.3.5
Python Version
Python 3.14
Operating System
macOS
Model Backend
None
Additional Context
No response
Bug Description
After a fresh install, when there is no configuration yet, the
openviking-serverbinary emits this help message:The openviking.dev URL is invalid.
Steps to Reproduce
uv tool install openviking)openviking-server)Expected Behavior
The URL should be: https://openviking.ai/docs
Actual Behavior
The URL is: https://openviking.dev/docs/guides/configuration
Minimal Reproducible Example
Error Logs
OpenViking Version
openviking-server 0.3.5
Python Version
Python 3.14
Operating System
macOS
Model Backend
None
Additional Context
No response