Readit News logoReadit News
npace12 commented on Managing context on the Claude Developer Platform   anthropic.com/news/contex... · Posted by u/benzguo
siva7 · 5 months ago
so this is what claude code 2 uses under the hood? at least i got the impression it stays much better on track than the old version
npace12 · 5 months ago
it doesnt use it yet
npace12 commented on Trust Me, I'm Local: Chrome Extensions, MCP, and the Sandbox Escape   blog.extensiontotal.com/t... · Posted by u/el_duderino
binarymax · 10 months ago
Wow thanks for building this! Any idea the effort it would take for someone to port this to Firefox?
npace12 · 10 months ago
it's not possible in firefox, that traffic is not visible (at least as of the last time I tried 1.5 years ago)
npace12 commented on Trust Me, I'm Local: Chrome Extensions, MCP, and the Sandbox Escape   blog.extensiontotal.com/t... · Posted by u/el_duderino
euazOn · 10 months ago
Hey, thanks for that, Anon Kode, Anon Codex and other projects, very cool!
npace12 · 10 months ago
also check out the claude-mcp extension, very much related to this post :)
npace12 commented on Trust Me, I'm Local: Chrome Extensions, MCP, and the Sandbox Escape   blog.extensiontotal.com/t... · Posted by u/el_duderino
npace12 · 10 months ago
I built little-rat (chrome extension) a couple of years ago that can track and block traffic from other extensions:

https://github.com/dnakov/little-rat

npace12 commented on MCP server for Ghidra   github.com/LaurieWired/Gh... · Posted by u/tanelpoder
npace12 · a year ago
npace12 commented on Show HN: Fork of Claude-code working with local and other LLM providers   github.com/dnakov/anon-ko... · Posted by u/npace12
mickelsen · a year ago
Thanks a lot! Just wanted to say that for me, no Chromium install is complete without Little Rat there.

Very handy, thanks again for that.

For those who want to check it out, it's an extension to monitor/block network access of other extensions, it also lets you turn them on/off from the same screen:

https://github.com/dnakov/little-rat

npace12 · a year ago
Thanks! Love to hear people are still using it, even though it needs a flag toggle now.
npace12 commented on Show HN: Fork of Claude-code working with local and other LLM providers   github.com/dnakov/anon-ko... · Posted by u/npace12
haolez · a year ago
Maybe it's easier to just set up a proxy mirroring Anthropic's API, but pointing to whatever model you want? Genuine doubt.
npace12 · a year ago
It's not much different than your proxy idea. It's implemented as a transformation between the internal message structure (close to Anthropic API's) to OpenAI message spec and vice-versa. Then, it's calling all the other models using the openai-node client, as pretty much everyone supports that now (openrouter, ollama, etc)
npace12 commented on Show HN: Fork of Claude-code working with local and other LLM providers   github.com/dnakov/anon-ko... · Posted by u/npace12
npace12 · a year ago
The interesting part, to me, is that claude-code is made by people who know their models well. Having the same tool work with other models lets us get a better feel of how to make better coding agents

u/npace12

KarmaCake day666February 3, 2015View Original