Add option to install context-lens#41
Open
webwarrior-ws wants to merge 1 commit into
Open
Conversation
knocte
reviewed
May 12, 2026
knocte
reviewed
May 12, 2026
knocte
reviewed
May 12, 2026
knocte
reviewed
May 12, 2026
knocte
reviewed
May 12, 2026
knocte
reviewed
May 12, 2026
7c1db0e to
0f58eeb
Compare
knocte
reviewed
May 12, 2026
knocte
reviewed
May 12, 2026
knocte
reviewed
May 12, 2026
0f58eeb to
c0fd5d7
Compare
knocte
reviewed
May 13, 2026
d24d478 to
14c0eaf
Compare
Contributor
No, not clear enough. It has to mention why it can't use spi |
bac7dd4 to
f498b5c
Compare
Contributor
Author
Is it good now? |
Contributor
Outdated text?
pi speaks to CL?? |
f498b5c to
0f6447d
Compare
Contributor
Author
Removed that paragraph.
Rephrased. Should be clearer now. |
knocte
reviewed
May 13, 2026
Added a --context-lens (-c) flag, that installs context-lens after installing Pi, and creates a launcher script "cpi" for it. context-lens is installed from git repository, with 2 patches applied: - Enable using PPQ.ai in Pi through MITM proxy. - When launching pi, add providers based on env. vars & auth.json. Launcher script launches context-lens with `pi` argument. It sets up pi (creates temp pi directory with modified settings), in particular to route its traffic through mitmproxy. Otherwise context-lens wouldn't be able to capture requests. It can't use `spi` because `pi` argument is not an executable name but a switch that tells context-lens to perform mentioned pi setup.
0f6447d to
8028e02
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.
Added a --context-lens (-c) flag, that installs context-lens after installing Pi, and creates a launcher script "cpi" for it.
context-lens is installed from git repository, with 2 patches applied:
Launcher script launches context-lens with
piargument. It sets up pi (creates temp pi directory with modified settings),in particular to route its traffic through mitmproxy. Otherwise context-lens wouldn't be able to capture requests. It can't use
spibecausepiargument is not an executable name but a switch that tells context-lens to perform mentioned pi setup.