• Joined on 2026-02-16
hugo pushed to main at hugo/RuDS 2026-07-20 10:13:57 +00:00
c80b5d680d Persist discovered AI endpoint models in the database per endpoint.
hugo closed issue hugo/RuDS#31 2026-07-20 09:58:02 +00:00
loading models from online endpoint requires a model entered in a model field
hugo closed issue hugo/RuDS#32 2026-07-20 09:58:02 +00:00
no overrides for model capabilities (for example image capability)
hugo closed issue hugo/RuDS#38 2026-07-20 09:58:02 +00:00
model selection for online and offline mode must be available in AI settings
hugo commented on issue hugo/RuDS#38 2026-07-20 09:57:51 +00:00
model selection for online and offline mode must be available in AI settings

Fixed in commit 2d6fcaf. AI Settings now has independent Online and Airplane endpoint blocks with URL, secure credentials, chat/title/image model selections, capability overrides, independent…

hugo commented on issue hugo/RuDS#32 2026-07-20 09:57:49 +00:00
no overrides for model capabilities (for example image capability)

Fixed in commit 2d6fcaf. Online and local profiles now have explicit tool-calling and vision capability overrides. Discovered capabilities prefill the controls, while saved overrides take…

hugo commented on issue hugo/RuDS#31 2026-07-20 09:57:46 +00:00
loading models from online endpoint requires a model entered in a model field

Fixed in commit 2d6fcaf. Model discovery now requires only the endpoint URL and applicable credentials, not a preselected model. Model fields are selections populated by discovery, and local…

hugo pushed to main at hugo/RuDS 2026-07-20 09:57:13 +00:00
2d6fcafc7e Separate online and airplane AI profiles.
hugo commented on issue hugo/RuDS#39 2026-07-20 09:15:39 +00:00
AI chat hides oMLX provider error and fails for model without chat template

Evaluation complete without MLX Server. oMLX model catalog contains mlx-community--Qwen3.5-9B-4bit. A minimal /v1/chat/completions request with that model returned HTTP 200, and the rebuilt bDS…

hugo closed issue hugo/RuDS#39 2026-07-20 09:15:39 +00:00
AI chat hides oMLX provider error and fails for model without chat template
hugo opened issue hugo/RuDS#40 2026-07-20 09:12:38 +00:00
dropdown for models seems to reset and not persist
hugo opened issue hugo/RuDS#39 2026-07-20 09:03:56 +00:00
AI chat hides oMLX provider error and fails for model without chat template
hugo closed issue hugo/RuDS#33 2026-07-20 09:02:42 +00:00
despite configuration of AI online endpoint, the chat complains that it isn't configured
hugo commented on issue hugo/RuDS#33 2026-07-20 09:02:41 +00:00
despite configuration of AI online endpoint, the chat complains that it isn't configured

Re-tested with the rebuilt macOS app using the configured online endpoint at port 9000; MLX Server was not used. Changing the AI endpoint URL in the GUI was persisted immediately, and bds-cli…

hugo opened issue hugo/RuDS#38 2026-07-20 08:39:13 +00:00
model selection for online and offline mode must be available in AI settings
hugo closed issue hugo/RuDS#34 2026-07-20 07:29:19 +00:00
bds-cli config list only shows one setting
hugo commented on issue hugo/RuDS#34 2026-07-20 07:28:54 +00:00
bds-cli config list only shows one setting

Implemented in commit 3739da0. Config get/list now resolve effective shared defaults, internal maintenance settings are omitted, and secret/key values remain visible only as or in…

hugo pushed to main at hugo/RuDS 2026-07-20 07:28:39 +00:00
3739da0984 Show effective settings in bds-cli config.
hugo pushed to main at hugo/RuDS 2026-07-20 06:44:21 +00:00
269e4b0e4a fix: reduced app size by a good margin
hugo closed issue hugo/RuDS#30 2026-07-19 20:24:13 +00:00
can't paste into the AI setting fields