Commit ab6c49f
unraid
feat: 整合功能恢复与技能学习闭环(含 ECC v2.1 parity + Opus 4.7 接入)
Skill Learning 闭环: runtime observer + instinct store + evolution pipeline +
LLM observer backend + DiscoverSkillsTool(TF-IDF) + /skill-learning 命令。
ECC v2.1 parity: conflict-hold 态、confidence decay、observation purge、
单条 64KB 上限、LLM prompt 注入防护(JSON.stringify 转义)、统一 stringifyField
消除双重序列化、instinct 原子写(tmp+rename) + 同进程串行化。
Autonomy: /autonomy status/runs/flows/flow cancel|resume + autonomyPanel +
autonomyCommandSpec 集中参数规格。
Opus 4.7: model configs/options/capabilities/validation/migration 全链路、
getDefaultOpusModel 切换 4.7、getOpus46Option 显式上一代。
Provider Usage: Anthropic/Bedrock/OpenAI adapter + DeepSeek/generic balance
provider + poller(10s fetch 超时)。generic balance URL SSRF 防护(协议/私网
校验) + 凭证回退链注释。
Bedrock Client: 独立实现修复 SDK anthropic_beta body 注入 bug。
UltraReview: ultrareviewCommand + OverageDialog + 本地 gate 默认值。
Assistant Teams: session-scoped team bootstrap + TeamStatus/TeamsDialog。
Bridge/Pipe: status visualization、mute sync、circuit breaker、webhook sanitizer。
Component migrations: TS → TSX(Ink 组件)。
安全: 删除泄露的 Claude-Opus-4.7.txt + gitignore 防护。
Tested: tsc --noEmit 零错误 / bun test 全量 pass / skill-learning 89 pass1 parent 96ec96c commit ab6c49f
283 files changed
Lines changed: 26921 additions & 6047 deletions
File tree
- .github/workflows
- docs
- features
- internals
- task
- packages
- @ant/model-provider/src
- providers
- gemini
- __tests__
- grok
- __tests__
- openai
- builtin-tools/src/tools
- CtxInspectTool
- __tests__
- DiscoverSkillsTool
- __tests__
- RemoteTriggerTool
- __tests__
- TeamDeleteTool
- WebBrowserTool
- __tests__
- WebSearchTool/adapters
- WorkflowTool
- __tests__
- modifiers-napi/src
- __tests__
- url-handler-napi/src
- __tests__
- scripts
- src
- assistant
- __tests__
- bridge
- cli
- handlers
- __tests__
- commands
- __tests__
- bridge
- effort
- model
- skill-learning
- __tests__
- summary
- __tests__
- components
- CustomSelect
- FeedbackSurvey
- __tests__
- agents
- __tests__
- messages
- shell
- teams
- constants
- context
- entrypoints
- sdk
- hooks
- notifs
- migrations
- native-ts
- file-index
- yoga-layout
- schemas
- screens
- services
- acp/__tests__
- analytics
- api
- __tests__
- openai
- __tests__
- src/utils
- compact
- __tests__
- langfuse/__tests__
- mcp
- plugins
- providerUsage
- __tests__
- adapters
- balance
- skillLearning
- __tests__
- skillSearch
- __tests__
- tools
- skills/bundled
- utils
- __tests__
- bash
- deepLink/__tests__
- hooks
- __tests__
- model
- __tests__
- permissions
- plugins
- powershell
- secureStorage
- settings
- mdm
- shell
- src/entrypoints/sdk
- swarm
- __tests__
- backends
- __tests__
- telemetry
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
22 | 27 | | |
23 | 28 | | |
24 | 29 | | |
| |||
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | 4 | | |
6 | 5 | | |
7 | 6 | | |
8 | 7 | | |
9 | 8 | | |
10 | 9 | | |
11 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
12 | 61 | | |
13 | 62 | | |
14 | 63 | | |
| |||
80 | 129 | | |
81 | 130 | | |
82 | 131 | | |
83 | | - | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
84 | 149 | | |
85 | 150 | | |
86 | 151 | | |
| |||
0 commit comments