Skip to content

docs(langfuse): detect local credential helpers - #59

Open
anpr wants to merge 1 commit into
langfuse:mainfrom
anpr:chore/pi-credential-discovery
Open

docs(langfuse): detect local credential helpers#59
anpr wants to merge 1 commit into
langfuse:mainfrom
anpr:chore/pi-credential-discovery

Conversation

@anpr

@anpr anpr commented Jul 3, 2026

Copy link
Copy Markdown

Summary

  • add credential-discovery guidance before declaring Langfuse credentials unavailable
  • clarify that shell helper functions may not appear in unrelated bash commands
  • document invoking discovered helpers through their defining shell, such as zsh -lc
  • bump Claude/Cursor plugin manifests to 1.1.2

Verification

  • git diff --check origin/main..HEAD
  • python3 -m json.tool .claude-plugin/plugin.json
  • python3 -m json.tool .cursor-plugin/plugin.json
  • verified plugin versions match at 1.1.2
  • zsh -lc 'whence -w lf_release_planning_agents lf_alpha'
  • zsh -lc 'lf_release_planning_agents traces list --help >/tmp/langfuse-traces-help.txt && head -5 /tmp/langfuse-traces-help.txt'

AI: Clarify that Langfuse credentials may be available through shell helper functions and that agents should invoke those helpers via the defining shell without printing secrets.

Checks:
- git diff --check
- python3 -m json.tool .claude-plugin/plugin.json
- python3 -m json.tool .cursor-plugin/plugin.json
- verified plugin versions match at 1.1.2
- zsh -lc 'whence -w lf_release_planning_agents lf_alpha'
- zsh -lc 'lf_release_planning_agents traces list --help >/tmp/langfuse-traces-help.txt && head -5 /tmp/langfuse-traces-help.txt'
@CLAassistant

Copy link
Copy Markdown

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

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.

2 participants