Commit Graph

8 Commits

Author SHA1 Message Date
jkunz 9c9c0c90ae docs(readme): ship UI via typedserver + bundled ts module
CI / Type Check & Lint (push) Successful in 6s
CI / Build Test (Current Platform) (push) Successful in 6s
CI / Build All Platforms (push) Successful in 41s
Rework the implementation-notes section of readme.ui.md so the UI
delivery story matches ModelGrid's deno-compile single-binary shape.
Adopt the @stack.gallery/registry pattern: a build step bundles ts_web/
into a generated ts_bundled/bundle.ts exporting a path->bytes map that
typedserver serves at runtime. Add a dev-vs-prod asset-source switch so
UI edits stay hot-reloadable during development while release builds
embed the whole console in the binary.
2026-04-21 09:38:24 +00:00
jkunz 24bb6b3058 docs(readme): add UI concept document
CI / Type Check & Lint (push) Successful in 6s
CI / Build Test (Current Platform) (push) Successful in 6s
CI / Build All Platforms (push) Successful in 40s
Sketch a browser-based operations console for ModelGrid, served by the
daemon on a dedicated UI port. Lays out top-level IA (overview, cluster,
gpus, deployments, models, access, logs, metrics, settings), per-view
content, key user journeys, realtime/auth expectations, and open
questions. Structural idioms adapted from the dcrouter Ops dashboard and
grounded in ModelGrid's own cluster/catalog/vLLM domain.
2026-04-21 09:29:30 +00:00
jkunz cec102e54e docs(readme): fix vLLM config example fence to jsonc
CI / Type Check & Lint (push) Successful in 6s
CI / Build Test (Current Platform) (push) Successful in 6s
CI / Build All Platforms (push) Successful in 39s
Switch the vLLM config example from a bash code fence to jsonc and
convert its inline `#` comments to `//` so the snippet is valid JSONC.
2026-04-21 08:23:10 +00:00
jkunz 02bb3d2d8d v1.1.0
CI / Type Check & Lint (push) Successful in 6s
CI / Build Test (Current Platform) (push) Successful in 7s
Publish to npm / npm-publish (push) Failing after 23s
CI / Build All Platforms (push) Successful in 44s
Release / build-and-release (push) Successful in 56s
v1.1.0
2026-04-20 23:00:50 +00:00
jkunz 4f2266e1b7 feat(cluster,api,models,cli): add cluster-aware model catalog deployments and request routing 2026-04-20 23:00:50 +00:00
jkunz 83cacd0cf1 v1.0.1
CI / Type Check & Lint (push) Failing after 5s
CI / Build Test (Current Platform) (push) Failing after 5s
Publish to npm / npm-publish (push) Failing after 17s
Release / build-and-release (push) Successful in 48s
CI / Build All Platforms (push) Successful in 55s
v1.0.1
2026-01-30 03:18:21 +00:00
jkunz f8a679e028 fix(docs): revamp README with updated branding, expanded features, installation and uninstall instructions, resources, and legal/company information 2026-01-30 03:18:21 +00:00
jkunz daaf6559e3 initial
CI / Type Check & Lint (push) Failing after 5s
CI / Build Test (Current Platform) (push) Failing after 5s
CI / Build All Platforms (push) Successful in 49s
2026-01-30 03:16:57 +00:00