Skip to content
View CryoThrust's full-sized avatar
  • 03:07 (UTC -07:00)

Block or report CryoThrust

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
CryoThrust/README.md

Yohanes

尽我所能,尽我所不能

Do what I can, attempt what I cannot


开源贡献 / Open Source

modelcontextprotocol/servers

MCP 官方服务器实现。修复 filesystem server 在 POSIX 环境下错误接受 Windows 路径的问题。

Official MCP server implementations. Fixed Windows-path validation in the filesystem server on POSIX systems.

#4704 ✅ 修复 POSIX 下 Windows 路径校验 / Reject Windows paths on POSIX systems #4731 ⏳ 修复 memory server 对 undefined observation 的处理,CI 通过 / Guard undefined observations in memory search; CI green

alibaba/spring-ai-alibaba

Spring AI Alibaba Agent 框架。修复 filesystem 工具的输入 schema,使动态工具调用符合 MCP object schema 约定。

Spring AI Alibaba agent framework. Fixed filesystem tool input schemas so dynamically exposed tools follow the MCP object-schema contract.

#4942 ⏳ 修复 ls/glob filesystem tools 的 object schema / Use object input schemas for ls and glob filesystem tools

agentic-spring-ai/agentic-spring-ai

Spring AI Agent 框架。修复渐进式工具披露与 filesystem tools schema,补充回归测试。

Spring AI Agent framework. Fixed dynamic grouped tools and filesystem tool schemas with regression coverage.

#22 ✅ 修复 grouped tools 动态更新 / Fix dynamic grouped tools update #53 ✅ 补全 filesystem tools object schema / Expose filesystem tool object schemas

langchain4j/langchain4j

Java LLM 应用框架。为 Agent 与 MCP 参数补充描述传播,覆盖注解解析、Planner 展示与 MCP schema,并补充参数名与描述并存时的 Planner 集成测试。

Java framework for LLM applications. Preserved Agent and MCP argument descriptions across annotations, planner rendering, and MCP schemas, with integration coverage for planner argument resolution when names and descriptions coexist.

#6241 ✅ 已合并 / Merged #6250 ⏳ MCP 工具结果支持 image/resource content;JDK 25 检查为环境性超时 / Support image and resource content in MCP tool results; JDK 25 check has an unrelated environment timeout #6268 ⏳ 按 @Tool(name = ...) 解析工具执行器;CI 全通过,等待评审 / Resolve tool executors by custom @Tool(name = ...); all CI checks green, awaiting review

agentscope-ai/agentscope-java

Java Agent 框架。修复本地 shell 执行在大输出场景下因 stdout/stderr 管道未及时消费而死锁的问题,并补充跨平台回归测试。

Java agent framework. Fixed a pipe-buffer deadlock in local shell execution for large stdout/stderr output and added cross-platform regression coverage.

#2936 ⏳ CI 全部通过,等待 CLA 与维护者评审 / All CI checks passed; awaiting CLA verification and maintainer review

quarkiverse/quarkus-langchain4j

Quarkus 的 LangChain4j 集成。修复 Anthropic 客户端在程序化构造且未设置 timeout 时的空指针问题,补充构造级回归测试。

Quarkus integration for LangChain4j. Fixed the null timeout path when constructing the Anthropic client programmatically and added focused construction coverage.

#2800 ⏳ 修复 Anthropic 默认 timeout / Fix Anthropic default timeout

dromara/neutrino-proxy

内网穿透代理。端口映射、参数校验、数据库迁移与端口组行为修复。

NAT traversal proxy. Port mapping, parameter validation, DB migration and port group behavior fixes.

e725cdb


原创项目 / Projects

openai-codex-adapter

OpenAI Chat Completions ↔ Codex Responses API 协议适配层,覆盖流式事件、重试与兼容性处理。

Protocol adapter between OpenAI Chat Completions and Codex Responses API. Streaming events, retry logic, and compatibility handling.

codex-claude-executor

Codex 插件:将实现委托给 Claude Code,Codex 独立验证。实现、验证、审查边界清晰。

Codex plugin that delegates implementation to Claude Code with independent verification. Clean boundaries between implementation, verification, and review.

Sesh

原生 macOS Claude Code 会话管理工具,浏览、搜索、管理开发会话。

Native macOS app for browsing, searching, and managing Claude Code sessions.

agent-skills

面向 Agent 研发的可复用工作流与工程化 Skill。

Reusable workflows and engineering skills for AI agent development.


Reliable AI systems are built at the boundaries: state, protocols, data, and failure recovery.

Popular repositories Loading

  1. agent-skills agent-skills Public

    Skills for AI agents - Architecture Diagram Generator

    3

  2. spring-cloud-gateway spring-cloud-gateway Public

    Forked from spring-cloud/spring-cloud-gateway

    A Gateway built on Spring Framework and Spring Boot providing routing and more.

    Java

  3. openai-codex-adapter openai-codex-adapter Public

    OpenAI Chat Completions → Codex Responses API adapter with auto-retry

    Shell

  4. ClaudeSessionManager ClaudeSessionManager Public

    macOS app for browsing and managing Claude Code sessions

    Swift

  5. Sesh Sesh Public

    A native macOS app for browsing, searching, and managing your Claude Code sessions

    Swift

  6. codex-claude-executor codex-claude-executor Public

    Codex plugin for delegating implementation to Claude Code with independent Codex verification

    Python