mirror of
https://github.com/Egonex-AI/Understand-Anything.git
synced 2026-06-22 10:58:03 +08:00
92e76190aa
When /understand runs with no --language flag and no stored outputLanguage, step 3.6 now infers the conversation language and — only when it is non-English — confirms once before generating, then persists the choice to config.json. English conversations keep the exact same silent `en` path; --language flag and stored config still take priority. README documents the behavior; version bumped 2.7.5 -> 2.7.6 across all five manifests (user-visible behavior change). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
15 lines
554 B
JSON
15 lines
554 B
JSON
{
|
|
"name": "understand-anything",
|
|
"description": "AI-powered codebase understanding — analyze, visualize, and explain any project",
|
|
"version": "2.7.6",
|
|
"author": {
|
|
"name": "Lum1104"
|
|
},
|
|
"homepage": "https://github.com/Lum1104/Understand-Anything",
|
|
"repository": "https://github.com/Lum1104/Understand-Anything",
|
|
"license": "MIT",
|
|
"keywords": ["codebase-analysis", "knowledge-graph", "architecture", "onboarding", "dashboard"],
|
|
"skills": "./understand-anything-plugin/skills/",
|
|
"agents": "./understand-anything-plugin/agents/"
|
|
}
|