Skip to content
View ipv4sq's full-sized avatar

Block or report ipv4sq

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. stagewise stagewise Public

    Forked from stagewise-io/stagewise

    What if Cursor, Github Copilot and Windsurf could actually interact with your browser? 💬 Comment on any DOM element 🧠 We send the real context to Windsurf ⚡ Save time manually selecting files Setup…

    TypeScript 1

  2. dify dify Public

    Forked from langgenius/dify

    An Open-Source Assistants API and GPTs alternative. Dify.AI is an LLM application development platform. It integrates the concepts of Backend as a Service and LLMOps, covering the core tech stack r…

    TypeScript 1

  3. ollama-reply ollama-reply Public

    Forked from jose-donato/ollama-reply

    open-source browser extension that leverages the power of the AI to generate engaging replies for social media growth.

    TypeScript

  4. leaked-system-prompts leaked-system-prompts Public

    Forked from jujumilk3/leaked-system-prompts

    Collection of leaked system prompts

  5. claude-code claude-code Public

    Forked from lyconear/Claude-Code

    Claude在发布3.7的时候,不是顺便发了一个叫Claude Code的命令行工具么,这个工具是用nodejs实现的npm包,但源码已经过了压缩和基础混淆。不过有人发现它在 0.2.8 版本之前,居然使用的开发环境配置来打生产包,导致打来出的mjs文件有22M之大,文件巨大是因为它使用了 inline-source-map,这个玩意可以直接被反解成源码,混淆了个寂寞。随后 Claude 光…

    JavaScript

  6. analysis_claude_code analysis_claude_code Public

    Forked from shareAI-lab/analysis_claude_code

    本仓库包含对 Claude Code v1.0.33 进行逆向工程的完整研究和分析资料。包括对混淆源代码的深度技术分析、系统架构文档,以及重构 Claude Code agent 系统的实现蓝图。主要发现包括实时 Steering 机制、多 Agent 架构、智能上下文管理和工具执行管道。该项目为理解现代 AI agent 系统设计和实现提供技术参考。

    JavaScript