Skip to content

Commit 07a8a0f

Browse files
committed
Merge branch 'easycode-ls-dev' into 'master'
fix(adapter): strip orphaned functionResponses before sending to cloud See merge request ai_native/DeepVCode/DeepVcodeClient!483
2 parents c73e0d6 + 1fb305e commit 07a8a0f

636 files changed

Lines changed: 2721 additions & 1336 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
9.48 KB
Loading
35.4 KB
Loading
168 KB
Loading
85.9 KB
Loading

.easycode/debate-history.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"presets": [
3+
{
4+
"topic": "看看最后一笔提交,是否达到可发布状态?",
5+
"models": [
6+
"claude-opus-4-7",
7+
"gemini-3.5-flash",
8+
"gpt-5.5"
9+
],
10+
"rounds": 1,
11+
"savedAt": "2026-06-03T07:27:19.366Z"
12+
}
13+
]
14+
}

.easycode/settings.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"yolo": true,
3+
"thinking": {
4+
"mode": "on",
5+
"effort": "max"
6+
}
7+
}

.llm-wiki/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# LLM Wiki Index
22

3-
> Auto-maintained by DeepV Code. Do not edit manually.
3+
> Auto-maintained by Easy Code. Do not edit manually.
44
55
## Sources
66

.llm-wiki/log.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
## [2026-05-29] feat | Release Process Guide
4444

4545
### Pages Added
46-
- `wiki/release-process.md` — 详细记录了 DeepV Code 项目的规范化发布流程和核心校验规则。
46+
- `wiki/release-process.md` — 详细记录了 Easy Code 项目的规范化发布流程和核心校验规则。
4747
- 核心限制:已推送的提交禁止 Amend 机制。
4848
- 核心红线:`package.json` 中的版本号必须严格低于 release tag 里的版本号,否则 CI/CD 编译发布必将失败。
4949
- 检索最新 Tag:使用 `git tag -l "cli-release-v*" --sort=-v:refname` 查询最新 tag 并以此计算递增下一个版本号。

.llm-wiki/wiki/GeminiClient.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ sources: [raw/02-core-module.md, raw/01-architecture.md]
1111
1212
## Overview
1313

14-
`GeminiClient`DeepV Code 的核心编排器,管理聊天会话、上下文压缩、循环检测和 token 限制。每个会话最多 100 轮对话。
14+
`GeminiClient`Easy Code 的核心编排器,管理聊天会话、上下文压缩、循环检测和 token 限制。每个会话最多 100 轮对话。
1515

1616
## Key Responsibilities
1717

.llm-wiki/wiki/ProxyAuthManager.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ sources: [raw/01-architecture.md, raw/02-core-module.md]
1111
1212
## Overview
1313

14-
`ProxyAuthManager` 以单例模式管理通过 DeepV Lab 服务器的 JWT 认证。是 DeepV Code 的主要认证机制(proxy-first auth)。
14+
`ProxyAuthManager` 以单例模式管理通过 DeepV Lab 服务器的 JWT 认证。是 Easy Code 的主要认证机制(proxy-first auth)。
1515

1616
## Pattern
1717

0 commit comments

Comments
 (0)