vault backup: 2026-05-27 18:43:28

This commit is contained in:
2026-05-27 18:43:28 +08:00
parent 5188bc35d9
commit c020e10360
7 changed files with 65 additions and 16 deletions

View File

@@ -1,9 +1,9 @@
{ {
"userName": "BlueRose", "userName": "BlueRose",
"permissionMode": "yolo", "permissionMode": "yolo",
"model": "opus[1m]", "model": "haiku",
"thinkingBudget": "medium", "thinkingBudget": "off",
"effortLevel": "low", "effortLevel": "high",
"serviceTier": "default", "serviceTier": "default",
"enableAutoTitleGeneration": true, "enableAutoTitleGeneration": true,
"titleGenerationModel": "", "titleGenerationModel": "",
@@ -30,7 +30,7 @@
"enableBangBash": false, "enableBangBash": false,
"enableOpus1M": true, "enableOpus1M": true,
"enableSonnet1M": false, "enableSonnet1M": false,
"lastModel": "opus[1m]", "lastModel": "haiku",
"environmentVariables": "", "environmentVariables": "",
"environmentHash": "" "environmentHash": ""
}, },
@@ -50,14 +50,14 @@
}, },
"settingsProvider": "claude", "settingsProvider": "claude",
"savedProviderModel": { "savedProviderModel": {
"claude": "opus[1m]" "claude": "haiku"
}, },
"savedProviderEffort": { "savedProviderEffort": {
"claude": "low" "claude": "high"
}, },
"savedProviderServiceTier": {}, "savedProviderServiceTier": {},
"savedProviderThinkingBudget": { "savedProviderThinkingBudget": {
"claude": "medium" "claude": "off"
}, },
"lastCustomModel": "", "lastCustomModel": "",
"maxTabs": 3, "maxTabs": 3,

View File

@@ -4,20 +4,20 @@
"title": "1", "title": "1",
"titleGenerationStatus": "failed", "titleGenerationStatus": "failed",
"createdAt": 1776867797532, "createdAt": 1776867797532,
"updatedAt": 1776870712307, "updatedAt": 1779875310688,
"lastResponseAt": 1776870712307, "lastResponseAt": 1776870712307,
"sessionId": "227d238a-c567-44bb-aea1-68b54f566949", "sessionId": "227d238a-c567-44bb-aea1-68b54f566949",
"providerState": { "providerState": {
"providerSessionId": "227d238a-c567-44bb-aea1-68b54f566949" "providerSessionId": "227d238a-c567-44bb-aea1-68b54f566949"
}, },
"currentNote": "03-UnrealEngine/Mobile/AGDE 安装笔记.md",
"usage": { "usage": {
"model": "opus[1m]", "model": "haiku",
"inputTokens": 1, "inputTokens": 1,
"cacheCreationInputTokens": 2815, "cacheCreationInputTokens": 2815,
"cacheReadInputTokens": 56049, "cacheReadInputTokens": 56049,
"contextWindow": 1000000, "contextWindow": 200000,
"contextTokens": 58865, "contextTokens": 58865,
"percentage": 6 "percentage": 29,
"contextWindowIsAuthoritative": false
} }
} }

View File

@@ -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
}
}

View File

@@ -7,10 +7,10 @@
"tabManagerState": { "tabManagerState": {
"openTabs": [ "openTabs": [
{ {
"tabId": "tab-1776867578794-feovo9u", "tabId": "tab-1779875308258-zjqbhmp",
"conversationId": "conv-1776867797531-2zvbzcnt3" "conversationId": "conv-1779875316181-smihj7p6y"
} }
], ],
"activeTabId": "tab-1776867578794-feovo9u" "activeTabId": "tab-1779875308258-zjqbhmp"
} }
} }

View File

@@ -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`

View File

@@ -1,5 +1,6 @@
# 前言 # 前言
- [ ] MCP - [ ] MCP
- UE5.8 引入的MCP
- **[unreal-mcp](https://github.com/chongdashu/unreal-mcp)** 1400star 10个月前 - **[unreal-mcp](https://github.com/chongdashu/unreal-mcp)** 1400star 10个月前
- **[UnrealGenAISupport](https://github.com/prajwalshettydev/UnrealGenAISupport)** 394star 1个月前。 - **[UnrealGenAISupport](https://github.com/prajwalshettydev/UnrealGenAISupport)** 394star 1个月前。
- [Unreal_mcp](https://github.com/ChiR24/Unreal_mcp) 270star 3天前。 - [Unreal_mcp](https://github.com/ChiR24/Unreal_mcp) 270star 3天前。

View File

@@ -42,7 +42,7 @@
- [开源平替的 Claude Design。](https://mp.weixin.qq.com/s/cKFkP7vXTwC1FZ2k2LHFXA) - [开源平替的 Claude Design。](https://mp.weixin.qq.com/s/cKFkP7vXTwC1FZ2k2LHFXA)
- [[#知识图谱]] - [[#知识图谱]]
- [[Graphify 知识图谱]] - [[Graphify 知识图谱]]
- [GitNexus 代码图谱](https://www.bilibili.com/video/BV1vy9XBrExq/?share_source=copy_web&vd_source=fe8142e8e12816535feaeabd6f6cdc8e) - [[GitNexus 知识图谱]]
- Docker - Docker
- Gitea工单以及版本管理。 - Gitea工单以及版本管理。
- ~~OpenClaw子节点部署通过父节点进行控制。~~ - ~~OpenClaw子节点部署通过父节点进行控制。~~
@@ -67,6 +67,8 @@
- 自动测试框架 - 自动测试框架
# 知识图谱 # 知识图谱
# Debug # Debug
## LLDB ## LLDB
#### 1. 安装与环境配置 #### 1. 安装与环境配置