feat(dashboard): show guard diagnostics#156
Merged
Merged
Conversation
1 task
Contributor
Author
This stack of pull requests is managed by Graphite. Learn more about stacking. |
4 tasks
50a2d7d to
b574bcd
Compare
|
Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits. |
Greptile SummaryThis PR adds richer guard diagnostics to the dashboard while hiding local model details. The main changes are:
Confidence Score: 5/5This looks safe to merge.
Important Files Changed
Reviews (2): Last reviewed commit: "feat(dashboard): show guard diagnostics" | Re-trigger Greptile |
3 tasks
b574bcd to
b899b30
Compare
Contributor
Author
b899b30 to
f968a5f
Compare
55dc4cc to
70cb383
Compare
michiosw
previously approved these changes
May 18, 2026
Contributor
Merge activity
|
f968a5f to
d850ae3
Compare
d850ae3 to
60aa70c
Compare
5 tasks
michiosw
pushed a commit
that referenced
this pull request
May 18, 2026
🤖 I have created a release *beep* *boop* --- ## [0.7.0](v0.6.0...v0.7.0) (2026-05-18) ### Features * add local guard judge contract ([#132](#132)) ([ef6a3cd](ef6a3cd)) * **cli:** make kontext start local-first ([#140](#140)) ([02a34bf](02a34bf)) * **dashboard:** show guard diagnostics ([#156](#156)) ([dcbdf4a](dcbdf4a)) * **guard:** add deterministic policy engine ([#131](#131)) ([3a0f16e](3a0f16e)) * **guard:** add policy config store ([#135](#135)) ([520c3b6](520c3b6)) * **guard:** add policy profile dashboard ([#137](#137)) ([0b0e856](0b0e856)) * **guard:** connect deterministic policy and judge ([#154](#154)) ([25f0d32](25f0d32)) * manage local judge runtime ([#136](#136)) ([09f4fc0](09f4fc0)) * **runtime service:** Guard now starts a Unix-socket localruntime.Service alongside the existing HTTP daemon ([#122](#122)) ([3e87e12](3e87e12)) * **runtime service:** Introduce runtime service and make existing Unix socket more generic ([#121](#121)) ([2bbaa93](2bbaa93)) ### Bug Fixes * **dashboard:** contain command drawer text ([#157](#157)) ([4107e31](4107e31)) * **dashboard:** polish activity summary and log groups ([#153](#153)) ([fc79101](fc79101)) * harden npm dependency resolution ([#114](#114)) ([86eadf5](86eadf5)) * optimize judge fixture category matching ([#146](#146)) ([0bad7ab](0bad7ab)) * **repo:** remove repo-wide codeowners ([#133](#133)) ([73557f0](73557f0)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Summary
Verification
pnpm --dir web/guard-dashboard typecheckscripts/build-guard-dashboard-assets.shgo test ./...Follow-up