• Joined on 2026-02-16
hugo closed issue hugo/DS4Server#57 2026-07-28 16:45:05 +00:00
heatmap seems to be missing from A2UI
hugo commented on issue hugo/DS4Server#57 2026-07-28 16:45:04 +00:00
heatmap seems to be missing from A2UI

Implemented in 5ec8730. Added heatmap to the A2UI catalog schema, validator, system prompt, README, and live validation suite, plus a native matrix renderer. The implementation matches bDS2…

hugo pushed to main at hugo/DS4Server 2026-07-28 16:45:03 +00:00
5ec873074b Add A2UI heatmap charts
hugo commented on issue hugo/DS4Server#56 2026-07-28 16:39:54 +00:00
README does not tell the user where models are stored

Implemented in abac978. Added the managed models directory to README's Application data locations and verified it exactly matches the authoritative models_path implementation. This documents…

hugo closed issue hugo/DS4Server#56 2026-07-28 16:39:54 +00:00
README does not tell the user where models are stored
hugo pushed to main at hugo/DS4Server 2026-07-28 16:39:53 +00:00
abac978f54 Document managed model storage
hugo commented on issue hugo/DS4Server#48 2026-07-28 16:38:49 +00:00
checkboxes in ui should be the macos typical slider widgets and not checkmarks

Implemented in 00af033. Replaced every checkbox widget in Preferences, Git file selection, and A2UI boolean/multi-select rendering with a shared macOS-style slider toggle while preserving…

hugo closed issue hugo/DS4Server#48 2026-07-28 16:38:49 +00:00
checkboxes in ui should be the macos typical slider widgets and not checkmarks
hugo pushed to main at hugo/DS4Server 2026-07-28 16:38:38 +00:00
00af0335ff Use slider toggles for boolean controls
hugo closed issue hugo/DS4Server#53 2026-07-28 16:34:34 +00:00
references to ../ds4/ files in the project are not allowed due to other people not having ds4 checked out
hugo commented on issue hugo/DS4Server#53 2026-07-28 16:34:29 +00:00
references to ../ds4/ files in the project are not allowed due to other people not having ds4 checked out

Implemented in 9cf1c70. Removed every hard-coded sibling-DS4 checkout dependency from source and native code. Model-backed validation and Metal tests now resolve the same managed artifacts used by…

hugo pushed to main at hugo/DS4Server 2026-07-28 16:34:17 +00:00
9cf1c70a67 Keep runtime files inside application support
hugo opened issue hugo/DS4Server#59 2026-07-28 16:27:05 +00:00
sidebar layout is a bit misaligned looking with threads below projects
hugo closed issue hugo/DS4Server#47 2026-07-28 16:26:18 +00:00
we need just one git crate dependency - get rid of gix
hugo commented on issue hugo/DS4Server#47 2026-07-28 16:26:14 +00:00
we need just one git crate dependency - get rid of gix

Implemented in 31f6426. Removed gix and its dependency graph; Git status, local branches/HEAD, staged/worktree diffs, staging, commits, and remotes now use git2/libgit2 only. Added persisted Git…

hugo pushed to main at hugo/DS4Server 2026-07-28 16:25:42 +00:00
31f6426eef Replace gix with configurable libgit2 diffs
hugo opened issue hugo/DS4Server#58 2026-07-28 11:54:46 +00:00
default-diff type (one or two column) should be a setting
hugo opened issue hugo/DS4Server#57 2026-07-28 11:45:58 +00:00
heatmap seems to be missing from A2UI
hugo opened issue hugo/DS4Server#56 2026-07-28 11:38:15 +00:00
README does not tell the user where models are stored
hugo opened issue hugo/DS4Server#55 2026-07-28 11:29:37 +00:00
flow diagrams as widget for A2UI