Nate_gu's Brain
Search
搜索
暗色模式
亮色模式
探索
Home
❯
02 Claude Code
文件夹: 02-Claude-Code
此文件夹下有32条笔记。
2026年4月17日
Claude Code 长会话工程总览
long_session
architecture
resilience
background_tasks
prompt_cache
2026年4月15日
ShellCommand TaskOutput LocalShellTask 后台执行模型
shell_runtime
task_output
background_tasks
lifecycle
bash
2026年4月14日
2026-04-13 Windy how-claude-code-works 摘要
external_review
architecture
long_session
security
2026年4月12日
2026-04-12 sathwick reverse-engineering-claude-code 摘要
external_review
architecture
tool_system
multi_agent
2026年4月12日
2026-04-12 wavespeed claude-code-architecture-deep-dive 摘要
external_review
architecture
context_management
telemetry
2026年4月12日
Agent 调用链
agent
query_loop
tool_use
2026年4月12日
AgentTool sync async remote 三路总图
agenttool
sync
async
remote
task-notification
2026年4月12日
AgentTool 异步执行到 TaskNotification 回流 trace
agent_tool
async_task
query_loop
task_notification
2026年4月12日
AgentTool 清理顺序与泄漏防线
agenttool
cleanup
lifecycle
worktree
summarization
leak
2026年4月12日
AgentTool 解析
agent_tool
subagent
2026年4月12日
Claude Code 架构总览
architecture
query_loop
tool_system
2026年4月12日
Claude Code 源码阅读路线
onboarding
reading_guide
2026年4月12日
Fork subagent 机制
fork
subagent
prompt_cache
2026年4月12日
LocalAgentTask vs RemoteAgentTask
task
local_agent
remote_agent
orchestration
2026年4月12日
Prompt cache 设计
prompt_cache
architecture
2026年4月12日
Remote agent 机制
remote_agent
task
ccr
teleport
2026年4月12日
RemoteAgentTask 到 TaskNotification 回流 trace
remote_agent
remote_task
task_notification
ccr
2026年4月12日
Task 系统总览
task
lifecycle
orchestration
2026年4月12日
createAndUploadGitBundle 机制
teleport
git-bundle
stash
wip
remote_agent
2026年4月12日
createSubagentContext 解析
subagent
context_isolation
2026年4月12日
foreground 到 background 热切换机制
agenttool
foreground
background
async
lifecycle
2026年4月12日
killShellTasksForAgent 机制
shell
cleanup
orphan-process
agenttool
tasks
2026年4月12日
query.ts 中 tool_use → tool_result 收束逻辑
query_loop
tool_result
2026年4月12日
query.ts 工具分发链
query_loop
tool_dispatch
2026年4月12日
runAgent finally 实际清理项
runagent
cleanup
finally
mcp
hooks
prompt-cache
2026年4月12日
runAgent 解析
subagent
run_agent
context
2026年4月12日
task-notification 到 attachment 回流序列图
task-notification
attachment
query
async
remote
2026年4月12日
teleportToRemote session_context 与 outcomes
teleport
remote_agent
session_context
outcomes
git
2026年4月12日
teleportToRemote 决策树
teleport
remote_agent
bundle
environment
2026年4月12日
toolExecution.ts 解析
tool_execution
permission
2026年4月12日
从 QueryEngine 到 TaskNotification 的完整总图
query_engine
task_notification
orchestration
message_queue
2026年4月12日
权限系统如何影响 AgentTool
permission
agent_tool