Skip to content

fix: bare filename path resolution in LSP and multiedit tools (#35)#106

Closed
czs654 wants to merge 4 commits into
XiaomiMiMo:mainfrom
czs654:fix/issue-35-path-tools
Closed

fix: bare filename path resolution in LSP and multiedit tools (#35)#106
czs654 wants to merge 4 commits into
XiaomiMiMo:mainfrom
czs654:fix/issue-35-path-tools

Conversation

@czs654

@czs654 czs654 commented Jun 11, 2026

Copy link
Copy Markdown

Summary

Fixes bare filename path resolution in LSP and multiedit tools.

Changes

  • Properly resolves bare filenames (without directory prefix) to absolute paths in LSP tool operations
  • Applies the same resolution fix in the multiedit tool
  • Prevents "file not found" errors when users reference files by name only

Closes #35

qiaozongming and others added 4 commits June 11, 2026 01:23
Added the following keys to all 16 non-English locale files:
- ui.sessionReview.title.git
- ui.sessionReview.title.branch
- ui.sessionTurn.diffs.changed
- ui.sessionTurn.diffs.showAll
- ui.sessionTurn.diffs.showLess
- ui.sessionTurn.diffs.more

These keys were present in en.ts but missing from all other locales,
causing fallback to English text for non-English users.

Fixes XiaomiMiMo#53
@qiaozongming

Copy link
Copy Markdown
Collaborator

#946

@qiaozongming

Copy link
Copy Markdown
Collaborator

#1115

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.

fix shared path helpers for bare filenames

3 participants