Merge commit 'refs/codex-unblock/2026-07-23/base-511' into HEAD

This commit is contained in:
Tianyi Cui
2026-07-23 10:14:06 +08:00
563 changed files with 22576 additions and 3319 deletions

View File

@@ -276,10 +276,12 @@ const reference = mirroredPages([
['core.md', '核心数据结构', 'Core data structures'],
['scope.md', '作用域', 'Scopes'],
['session.md', '会话', 'Sessions'],
['goal.md', '目标', 'Goals'],
['system-prompt.md', '系统提示词', 'System prompts'],
['tools.md', '工具', 'Tools'],
['llm-streaming.md', 'LLM 流式响应', 'LLM streaming'],
['bash.md', 'Bash 执行', 'Bash execution'],
['pty.md', 'PTY 会话', 'PTY sessions'],
['filesystem.md', '文件系统', 'Filesystem'],
['code-runtime.md', '代码运行时', 'Code runtime'],
['compaction.md', '上下文压缩', 'Compaction'],
@@ -288,6 +290,7 @@ const reference = mirroredPages([
['skills.md', '技能', 'Skills'],
['approval.md', '审批', 'Approvals'],
['user-interaction.md', '用户交互', 'User interaction'],
['commands.md', '命令', 'Human commands'],
['sandbox.md', '沙箱', 'Sandboxing'],
['web.md', 'Web 访问', 'Web access'],
['persistence.md', '会话持久化', 'Session persistence'],