diff --git a/.claudian/claudian-settings.json b/.claudian/claudian-settings.json index 4456a80..ebdd539 100644 --- a/.claudian/claudian-settings.json +++ b/.claudian/claudian-settings.json @@ -1,9 +1,9 @@ { "userName": "BlueRose", "permissionMode": "yolo", - "model": "opus[1m]", - "thinkingBudget": "medium", - "effortLevel": "low", + "model": "haiku", + "thinkingBudget": "off", + "effortLevel": "high", "serviceTier": "default", "enableAutoTitleGeneration": true, "titleGenerationModel": "", @@ -30,7 +30,7 @@ "enableBangBash": false, "enableOpus1M": true, "enableSonnet1M": false, - "lastModel": "opus[1m]", + "lastModel": "haiku", "environmentVariables": "", "environmentHash": "" }, @@ -50,14 +50,14 @@ }, "settingsProvider": "claude", "savedProviderModel": { - "claude": "opus[1m]" + "claude": "haiku" }, "savedProviderEffort": { - "claude": "low" + "claude": "high" }, "savedProviderServiceTier": {}, "savedProviderThinkingBudget": { - "claude": "medium" + "claude": "off" }, "lastCustomModel": "", "maxTabs": 3, diff --git a/.claudian/sessions/conv-1776867797531-2zvbzcnt3.meta.json b/.claudian/sessions/conv-1776867797531-2zvbzcnt3.meta.json index 935f745..81666dc 100644 --- a/.claudian/sessions/conv-1776867797531-2zvbzcnt3.meta.json +++ b/.claudian/sessions/conv-1776867797531-2zvbzcnt3.meta.json @@ -4,20 +4,20 @@ "title": "1", "titleGenerationStatus": "failed", "createdAt": 1776867797532, - "updatedAt": 1776870712307, + "updatedAt": 1779875310688, "lastResponseAt": 1776870712307, "sessionId": "227d238a-c567-44bb-aea1-68b54f566949", "providerState": { "providerSessionId": "227d238a-c567-44bb-aea1-68b54f566949" }, - "currentNote": "03-UnrealEngine/Mobile/AGDE 安装笔记.md", "usage": { - "model": "opus[1m]", + "model": "haiku", "inputTokens": 1, "cacheCreationInputTokens": 2815, "cacheReadInputTokens": 56049, - "contextWindow": 1000000, + "contextWindow": 200000, "contextTokens": 58865, - "percentage": 6 + "percentage": 29, + "contextWindowIsAuthoritative": false } } \ No newline at end of file diff --git a/.claudian/sessions/conv-1779875316181-smihj7p6y.meta.json b/.claudian/sessions/conv-1779875316181-smihj7p6y.meta.json new file mode 100644 index 0000000..ab7eb4c --- /dev/null +++ b/.claudian/sessions/conv-1779875316181-smihj7p6y.meta.json @@ -0,0 +1,24 @@ +{ + "id": "conv-1779875316181-smihj7p6y", + "providerId": "claude", + "title": "你使用的模型是?", + "titleGenerationStatus": "failed", + "createdAt": 1779875316182, + "updatedAt": 1779875324968, + "lastResponseAt": 1779875324968, + "sessionId": "bc433322-6a4d-4ad8-81c9-f526b846fcc6", + "providerState": { + "providerSessionId": "bc433322-6a4d-4ad8-81c9-f526b846fcc6" + }, + "currentNote": "07-Other/AI/AI Agent/UnrealEngine/Gitnexus.md", + "usage": { + "model": "haiku", + "inputTokens": 0, + "cacheCreationInputTokens": 0, + "cacheReadInputTokens": 0, + "contextWindow": 1000000, + "contextTokens": 0, + "percentage": 0, + "contextWindowIsAuthoritative": true + } +} \ No newline at end of file diff --git a/.obsidian/plugins/claudian/data.json b/.obsidian/plugins/claudian/data.json index 7de3b2e..f3f5823 100644 --- a/.obsidian/plugins/claudian/data.json +++ b/.obsidian/plugins/claudian/data.json @@ -7,10 +7,10 @@ "tabManagerState": { "openTabs": [ { - "tabId": "tab-1776867578794-feovo9u", - "conversationId": "conv-1776867797531-2zvbzcnt3" + "tabId": "tab-1779875308258-zjqbhmp", + "conversationId": "conv-1779875316181-smihj7p6y" } ], - "activeTabId": "tab-1776867578794-feovo9u" + "activeTabId": "tab-1779875308258-zjqbhmp" } } \ No newline at end of file diff --git a/07-Other/AI/AI Agent/UnrealEngine/GitNexus 知识图谱.md b/07-Other/AI/AI Agent/UnrealEngine/GitNexus 知识图谱.md new file mode 100644 index 0000000..952ee01 --- /dev/null +++ b/07-Other/AI/AI Agent/UnrealEngine/GitNexus 知识图谱.md @@ -0,0 +1,22 @@ +# 前言 +- 视频 + - [🚀AI编程工作流终极形态:GitNexus!零Token消耗实现代码知识图谱化!让Claude Code和Codex拥有上帝视角彻底告别盲目改代码,效率倍增](https://www.bilibili.com/video/BV1vy9XBrExq/?share_source=copy_web&vd_source=fe8142e8e12816535feaeabd6f6cdc8e) + +# Setup +- 安装: + - npm install -g gitnexus + - gitnexus setup +- 操作命令 + - 分析代码 + - **npx gitnexus analyze** + - **gitnexus analyze --embeddings --skills --v erbose** + - 启动MCP服务器:**gitnexus serve** + - ClaudeCode + - CLI + - /gitnexus-cli + - /gitnexus-debugging + - /gitnexus-exploring:理解代码架构。 + - Hook + - PreToolUse + - PostToolUse + - `claude mcp add gitnexus -- cmd /c npx -y gitnexus@latest mcp` \ No newline at end of file diff --git a/07-Other/AI/AI Agent/UnrealEngine/Mcp & VSCode断点插件开发.md b/07-Other/AI/AI Agent/UnrealEngine/Mcp & VSCode断点插件开发.md index 92dd17d..81f515f 100644 --- a/07-Other/AI/AI Agent/UnrealEngine/Mcp & VSCode断点插件开发.md +++ b/07-Other/AI/AI Agent/UnrealEngine/Mcp & VSCode断点插件开发.md @@ -1,5 +1,6 @@ # 前言 - [ ] MCP + - UE5.8 引入的MCP - **[unreal-mcp](https://github.com/chongdashu/unreal-mcp)** 1400star 10个月前 - **[UnrealGenAISupport](https://github.com/prajwalshettydev/UnrealGenAISupport)** 394star 1个月前。 - [Unreal_mcp](https://github.com/ChiR24/Unreal_mcp) 270star 3天前。 diff --git a/07-Other/AI/AI Agent/UnrealEngine/Hardness Game Development.md b/07-Other/AI/AI Agent/UnrealEngine/UnrealEngine Hardness Game Development.md similarity index 97% rename from 07-Other/AI/AI Agent/UnrealEngine/Hardness Game Development.md rename to 07-Other/AI/AI Agent/UnrealEngine/UnrealEngine Hardness Game Development.md index f909255..a167b0e 100644 --- a/07-Other/AI/AI Agent/UnrealEngine/Hardness Game Development.md +++ b/07-Other/AI/AI Agent/UnrealEngine/UnrealEngine Hardness Game Development.md @@ -42,7 +42,7 @@ - [开源平替的 Claude Design。](https://mp.weixin.qq.com/s/cKFkP7vXTwC1FZ2k2LHFXA) - [[#知识图谱]] - [[Graphify 知识图谱]] - - [GitNexus 代码图谱](https://www.bilibili.com/video/BV1vy9XBrExq/?share_source=copy_web&vd_source=fe8142e8e12816535feaeabd6f6cdc8e) + - [[GitNexus 知识图谱]] - Docker - Gitea:工单以及版本管理。 - ~~OpenClaw:子节点部署,通过父节点进行控制。~~ @@ -67,6 +67,8 @@ - 自动测试框架 # 知识图谱 + + # Debug ## LLDB #### 1. 安装与环境配置