Skip to content

fix(browser): honor explicit Chrome profile path - #400

Open
KevinBarrus wants to merge 1 commit into
StarTrail-org:mainfrom
KevinBarrus:fix/browser-custom-profile
Open

fix(browser): honor explicit Chrome profile path#400
KevinBarrus wants to merge 1 commit into
StarTrail-org:mainfrom
KevinBarrus:fix/browser-custom-profile

Conversation

@KevinBarrus

Copy link
Copy Markdown
Contributor

What does this PR do?

Honor an explicitly supplied --chrome-profile path in apps/browser_rag.py.

Previously, --auto-find-profiles defaulted to True, so a custom profile path was filtered against profiles discovered under the system default Chrome directory. A valid custom profile outside that directory therefore produced No Chrome profiles found!.

When --chrome-profile is provided, this change uses it directly. Automatic profile discovery remains unchanged when no path is provided.

Related Issues

N/A

Validation

  • python3 -m py_compile apps/browser_rag.py
  • uvx ruff check apps/browser_rag.py
  • git diff --check

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