Earlier quoted context omitted.
Have you tried this with Gemini? or Codex?
Have tried with gemini-cli and claude-code both, it works, honestly, it should work with most if not all cli clients
Show HN: A MitM proxy to see what your LLM tools are sending
41–50 of 128 posts
Re: Show HN: A MitM proxy to see what your LLM tools are sending
#42lmao WTAF is this? build/lib/build/lib/build/lib/build/lib/build/lib/build/lib/build/lib/build/lib/build/lib/build/lib/build/lib/build/lib/build/lib/build/lib/build/lib/build/lib/build/lib/build/lib/build/lib/build/lib/build/lib/build/lib/build/lib/build/lib/build/lib/build/lib/build/lib/build/lib/build/lib/build/lib/build/lib/build/lib/sherlock
Re: Show HN: A MitM proxy to see what your LLM tools are sending
#43Re: Show HN: A MitM proxy to see what your LLM tools are sending
#44https://github.com/quilrai/LLMWatcher
here is my take on the same thing, but as a mac app and using BASE_URL for intercepting codex, claude code and hooks for cursor.
Re: Show HN: A MitM proxy to see what your LLM tools are sending
#45This is great. When I work with AI on large, tricky code bases I try to do a collaboration where it hands off things to me that may result in large number of tokens (excess tool calls, unprecise searches, verbose output, reading large files without a range specified, etc.). This will help narrow down exactly which to still handle manually to best keep within token budgets. Note: "yourusername" in install git clone in…
especially, because once x0K words crossed, the output becomes worser.
https://github.com/quilrai/LLMWatcher
made this mac app for the same purpose. any thoughts would be appreciated
Re: Show HN: A MitM proxy to see what your LLM tools are sending
#46That looks great! Any plans on allowing exports to OpenTelemetry apps like Arize Phoenix? I am looking for ways to connect my Claude Code using Max plan (no API) to it and the best I found was https://arize.com/blog/claude-code-observability-and-tracing... , but it seems kinda overweight.
Re: Show HN: A MitM proxy to see what your LLM tools are sending
#47Earlier quoted context omitted.
Have tried with gemini-cli and claude-code both, it works, honestly, it should work with most if not all cli clients
Working on this feature right now!! Thank you for the suggestion, will start the branch for it... Whent think of improving the context window usage, now that with an http relay we can start thinking of intercepting the context window, anything that you think could be cool to implement?
Re: Show HN: A MitM proxy to see what your LLM tools are sending
#48I understand this helps if we have our own LLM run time. What if we use external services like ChatGPT / Gemini (LLM Providers)? Shouldn't they provide this feature to all their clients out of the box?
Re: Show HN: A MitM proxy to see what your LLM tools are sending
#49Does this support bedrock?
Re: Show HN: A MitM proxy to see what your LLM tools are sending
#50That looks great! Any plans on allowing exports to OpenTelemetry apps like Arize Phoenix? I am looking for ways to connect my Claude Code using Max plan (no API) to it and the best I found was https://arize.com/blog/claude-code-observability-and-tracing... , but it seems kinda overweight.
Yeah would love this for logfire