feat(editor): add MoonIDE CodeLens to SeekMoon - #1257
Draft
bzy-debug wants to merge 2 commits into
Draft
Conversation
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 08f4961b37
ℹ️ 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".
bzy-debug
marked this pull request as draft
September 4, 2026 02:32
bzy-debug
force-pushed
the
codex/seekmoon-codelens
branch
2 times, most recently
from
September 8, 2026 02:56
c699039 to
cdeec08
Compare
bzy-debug
force-pushed
the
codex/seekmoon-codelens
branch
from
September 8, 2026 05:55
cdeec08 to
c0ad80b
Compare
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.
Opening a MoonBit source file in SeekMoon now shows Local and Outside reference CodeLens actions above declarations. Clicking an action opens References Peek, with Outside references resolved on demand.
moonide.codelenstomoon ide codelens <relative-path> --json.LanguagePath; resolve Local targets physically inside the workspace and remap them to the lexical root. Accept only the two reference actions and discard malformed result entries.Validation after rebasing onto main (
96e6362e)The two feature commits remain patch-equivalent after the rebase.
just build,just editor-test(4,176 tests across supported targets),moon test --target js(3,205 tests), andmoon cram test tests/cram(24 cases).moon info && moon fmtwith no generated or formatting changes, andgit diff --check.just editor-test-browser(106/106, including all three CodeLens scenarios).just checkis blocked by 10 unused-package warnings in unchanged root packages on stablemoonc v0.10.12+1634b282e.just teststops after native tests: 3,171 passed and 58 failed in unchangedagent/tool_definition.mbtandagent_tool/mbtxtests. Multiple failures reporttarget directory source exists and is not a directory; JS and cram were run separately and passed.moonbitlang/core/strconv. The latest main Editor run also has failing nightly jobs; the workflow marks nightly as continue-on-error. Refreshed CI must be checked separately.Earlier implementation validation included 24/24 desktop browser tests and packaged macOS Proton/CEF testing of Local/Outside Peek, cross-file previews, stale replies, and absence from diffs. Those desktop checks were not rerun for this patch-equivalent rebase.
CodeLens requires a toolchain with
moon ide codelens. Older toolchains use the provider error path and show no lenses.