Skip to content

[codex] add dashboard LSP diagnostics#132

Merged
ScriptedAlchemy merged 4 commits into
masterfrom
codex/lsp-diagnostics-dashboard-phase1
Jun 26, 2026
Merged

[codex] add dashboard LSP diagnostics#132
ScriptedAlchemy merged 4 commits into
masterfrom
codex/lsp-diagnostics-dashboard-phase1

Conversation

@ScriptedAlchemy

Copy link
Copy Markdown
Owner

Summary

Adds Phase 1 LSP-backed code diagnostics surfaced only in the TraceDecay dashboard.

  • adds a dashboard-owned diagnostics broker with built-in language server adapters for Rust, TypeScript/JavaScript, Python, Go, C/C++, Objective-C, Zig, Lua, and PHP
  • adds a Code Diagnostics dashboard plugin with per-language enable/disable controls, setup/install commands, command overrides, idle backfill controls, refresh actions, and diagnostic grouping by file
  • adds dashboard API endpoints plus a CLI discovery command for available language servers and install hints
  • keeps diagnostics isolated from model hooks/context paths for Phase 1

Validation

  • npm run build --prefix dashboard
  • git diff --check origin/split/self-improving-05-docs..HEAD
  • CARGO_INCREMENTAL=0 cargo test --test lsp_code_diagnostics_test --test dashboard_code_diagnostics_api_test
  • Earlier full Phase 1 smoke before publishing also covered cargo build, dashboard plugin asset route, CLI parser, tracedecay lsp servers --json, and a browser smoke with a temporary TypeScript error surfaced in Code Diagnostics.

Notes

Focused clippy remains blocked by unrelated pre-existing automation warnings in src/automation/config.rs and src/dashboard/automation_run_api.rs.

@changeset-bot

changeset-bot Bot commented Jun 25, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: f29ddbb

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@ScriptedAlchemy ScriptedAlchemy force-pushed the codex/lsp-diagnostics-dashboard-phase1 branch 3 times, most recently from 21595e8 to b649f0e Compare June 25, 2026 20:53
@ScriptedAlchemy ScriptedAlchemy marked this pull request as ready for review June 26, 2026 03:49

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 773c650a7d

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread src/dashboard/code_diagnostics_api.rs Outdated
Comment thread src/diagnostics/lsp/client.rs Outdated
@ScriptedAlchemy ScriptedAlchemy force-pushed the split/self-improving-05-docs branch from 43fe723 to 07fbdd4 Compare June 26, 2026 06:46
@ScriptedAlchemy ScriptedAlchemy force-pushed the codex/lsp-diagnostics-dashboard-phase1 branch from ed94a8a to e8ab33d Compare June 26, 2026 06:46
@ScriptedAlchemy ScriptedAlchemy force-pushed the split/self-improving-05-docs branch from 07fbdd4 to a400b84 Compare June 26, 2026 07:09
@ScriptedAlchemy ScriptedAlchemy force-pushed the codex/lsp-diagnostics-dashboard-phase1 branch from e8ab33d to f29ddbb Compare June 26, 2026 07:09
@ScriptedAlchemy ScriptedAlchemy changed the base branch from split/self-improving-05-docs to master June 26, 2026 15:56
@ScriptedAlchemy ScriptedAlchemy merged commit 65b2e92 into master Jun 26, 2026
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant