diff --git a/README.md b/README.md index 0200aaf..8c83de4 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # MineCode -**MineCode** 是一个极简的 AI 代码生成代理,使用 Java 17 实现。项目灵感来自 [NanoCoder](https://github.com/he-yufeng/NanoCoder)(基于 Claude Code 设计)和 [AgentScope](https://github.com/alibaba/AgentScope) 的架构思想,将其核心设计模式提炼为一个可读、可学习、可扩展的代码代理框架。 +**MineCode** 是一个极简的 AI 代码生成代理,使用 Java 21 实现。项目灵感来自 [NanoCoder](https://github.com/he-yufeng/NanoCoder)(基于 Claude Code 设计)和 [AgentScope](https://github.com/alibaba/AgentScope) 的架构思想,将其核心设计模式提炼为一个可读、可学习、可扩展的代码代理框架。 ## 核心理念 diff --git a/pom.xml b/pom.xml index af72831..a895101 100644 --- a/pom.xml +++ b/pom.xml @@ -13,9 +13,9 @@ Minimal AI coding agent in Java, inspired by Claude Code - 17 - 17 - 17 + 21 + 21 + 21 UTF-8 2.15.2 2.0.9