Skip to content

Add dates to all 24 undated source attributions (14 files)#15

Open
wenshao wants to merge 2 commits intomainfrom
fix/p1-batch-cleanup
Open

Add dates to all 24 undated source attributions (14 files)#15
wenshao wants to merge 2 commits intomainfrom
fix/p1-batch-cleanup

Conversation

@wenshao
Copy link
Copy Markdown
Owner

@wenshao wenshao commented Mar 29, 2026

Summary

修复项目中所有 24 处缺少日期的 来源:[...] 标注,覆盖 14 个文件。修复后全库零未标注日期的来源引用。

标注格式

来源类型 格式 示例
持续更新的文档页 (2026-03 访问) 官方文档、API 参考
有发布日期的 Changelog (2026-03) v0.117.0 Changelog
有发布日期的博客 (2025)/(2026-03) Latent Space、Dev.to

验证

grep -rn "来源:\[" docs/ | grep -v "202[0-9]" | wc -l
# 结果:0

Test plan

  • 验证 grep 零结果
  • 确认日期标注不影响 markdown 链接渲染

🤖 Generated with Claude Code

All "来源:[...]" annotations now include dates per project conventions:
- Live docs (no publish date): "(2026-03 访问)" format
- Changelogs with known dates: "(2026-03)" format
- Blog posts with known dates: "(2025)" or "(2026-03)" format

Files: slash-commands-deep-dive (6), hook-plugin-extension (2),
model-routing (2), loop-schedule (2), qwen-code (3), codex-cli (1),
claude-code (1), mcp-integration (1), sandbox-security (1),
terminal-ui (1), review-command (2), benchmarks (1)

Verified: grep "来源:\[" | grep -v "202[0-9]" returns 0 results

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…s (+287 lines)

Document the complete Prompt Suggestions (tengu_chomp_inflection) feature
based on source code analysis, covering architecture flow, suggestion
prompt template, 12-rule filtering, Tab/Enter/Arrow acceptance, three-layer
suppression guards, Speculation pre-execution with CoW overlay, pipeline
mechanism, telemetry events, and 8-file source index.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

该 PR 目标是为文档中缺少日期的 来源:[...]/来源:[... ] 引用补充访问/发布日期信息,以便来源可追溯;但同时混入了与“补日期”无关的大段新内容,导致范围不再是纯机械性修复。

Changes:

  • 为多处文档来源引用补充“访问日期 / 发布月 / 发布年”标注(如 (2026-03 访问)(2026-03)(2025))。
  • 更新若干对比/工具文档中的来源括注以满足“引用包含日期”的约束。
  • docs/tools/claude-code/07-session.md 新增大量“Prompt Suggestions / Speculation”说明内容(明显超出 PR 标题/描述的范围)。

Reviewed changes

Copilot reviewed 15 out of 15 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
docs/tools/qwen-code/06-extensions.md 为官方文档来源补充访问日期。
docs/tools/qwen-code/05-settings.md 为官方文档来源补充访问日期。
docs/tools/qwen-code/02-commands.md 为命令文档来源补充访问日期。
docs/tools/codex-cli/02-commands.md 为斜杠命令文档来源补充访问日期。
docs/tools/claude-code/06-settings.md 为 Hooks 文档来源补充访问日期。
docs/tools/claude-code/07-session.md 除补日期目标外,新增大段会话/预测提示相关说明内容(范围扩张)。
docs/comparison/terminal-ui-deep-dive.md 为 Release Notes 来源补充月份日期标注。
docs/comparison/slash-commands-deep-dive.md 为多个来源链接补充访问日期/年份。
docs/comparison/sandbox-security-deep-dive.md 为 Release Notes 来源补充月份日期标注。
docs/comparison/review-command.md 为 GitHub Blog 来源补充月份日期标注。
docs/comparison/model-routing.md 为 Copilot/Goose 文档来源补充访问日期。
docs/comparison/mcp-integration-deep-dive.md 为 Goose MCP 文档来源补充访问日期。
docs/comparison/loop-schedule.md 为 Goose/Aider 文档来源补充访问日期。
docs/comparison/hook-plugin-extension-deep-dive.md 为 Changelog 来源补充月份日期标注。
docs/benchmarks/overview.md 为 Aider 排行榜来源补充访问日期。

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +37 to +41
### Prompt Suggestions(下一步提示预测)

Claude Code 在每轮对话结束后,自动预测用户下一步可能输入的内容,以蓝紫色提示文本显示在输入框中。该功能内部代号为 **tengu_chomp_inflection**。

#### 架构概览
Copy link

Copilot AI Apr 1, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR is described as only adding missing dates to existing “来源” attributions, but this file introduces a new ~250-line “Prompt Suggestions / Speculation” section with extensive technical claims and code references. Please split this content into a separate PR (with its own rationale and verification/sources) so this PR remains a mechanical attribution-date fix and is reviewable/traceable.

Copilot uses AI. Check for mistakes.
wenshao added a commit that referenced this pull request Apr 5, 2026
Closed PR #78 — 7/9 files were 4th-time resubmission of closed PRs.
p3-features.md had 7 items: 1 duplicate (/release-notes ≈ /upgrade),
1 enhancement detail (thinkback animation), 5 genuinely new.

New P3 items: #12 sandbox excludedCommands, #13 /privacy-settings,
#14 /extra-usage, #15 /rate-limit-options, #16 /remote-setup.

Total: 198 items.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants