Skip to content

feat: explain inaccessible client upload paths - #84

Draft
adity982 wants to merge 1 commit into
airmang:mainfrom
adity982:agent/explain-uploaded-file-paths
Draft

feat: explain inaccessible client upload paths#84
adity982 wants to merge 1 commit into
airmang:mainfrom
adity982:agent/explain-uploaded-file-paths

Conversation

@adity982

Copy link
Copy Markdown

요약

Detect ChatGPT-style /mnt/user-data/... upload paths before normal workspace resolution and return a typed, redacted validation error with actionable Korean guidance to save the file locally and pass its real path.

관련 이슈

Fixes #75

변경 종류

  • 버그 수정
  • 기능
  • 문서
  • 리팩터링

체크리스트

  • Focused workspace/protocol tests pass (4 parametrized cases)
  • ruff check --select E9,F passes for changed modules/tests
  • scripts/check_public_hygiene.py passes
  • Full Windows pytest run: 5 existing platform-specific failures (path trailing-space semantics, symlink privilege, and POSIX mode assertions)
  • CHANGELOG.md updated (not needed for this focused error-handling change)
  • 문서 갱신이 필요한지 확인했습니다.

Signed-off-by: Aditya Datta <crazyme07071996@gmail.com>
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.

클라이언트 업로드 경로(/mnt/user-data/...) 감지 시 안내 에러 제공

1 participant