Loading...
Loading...
Compare original and translation side by side
github_get_me.git/configpackage.jsonCtrl+Shift+Pgithub_get_me.git/configpackage.jsonCtrl+Shift+P.github/agents/preferences.mdrepos.discoveryrepos.discoveryallrepos.includerepos.excluderepos.overridestrackrepos.defaultsoverrides.github/agents/preferences.mdrepos.discoveryrepos.discoveryallrepos.includerepos.excluderepos.overridestrackoverridesrepos.defaults| Mode | Behavior |
|---|---|
| Search all repos accessible via the GitHub API |
| Only repos the user has starred |
| Only repos owned by the user (excludes org repos) |
| Only repos in |
| Only the repo detected from the current workspace |
| 模式 | 行为 |
|---|---|
| 搜索GitHub API可访问的所有仓库 |
| 仅搜索用户标星的仓库 |
| 仅搜索用户拥有的仓库(不包含组织仓库) |
| 仅搜索 |
| 仅搜索当前工作区检测到的仓库 |
| Setting | What It Controls |
|---|---|
| Issues (assigned, mentioned, authored) |
| PRs (review-requested, authored, assigned) |
| GitHub Discussions |
| New/draft/pre-releases |
| Dependabot alerts, advisories |
| Workflow run status, failing checks |
labels.includelabels.excludepathsassignees| 设置项 | 控制内容 |
|---|---|
| Issues(被分配的、被@的、自己创建的) |
| PRs(需要审核的、自己创建的、被分配的) |
| GitHub讨论 |
| 新版本/草稿版本/预发布版本 |
| Dependabot告警、安全公告 |
| 工作流运行状态、失败的检查项 |
labels.includelabels.excludepathsassignees {What you're about to do} ({scope, e.g., "3 repos, last 7 days"})
{Step description}... ({N}/{total})
{Result summary, e.g., "Issues: 4 need response, 7 to monitor"}
{Next step}... ({N+1}/{total})
{Result summary}
...
{Operation complete} - {X key stats} {即将执行的操作} ({范围,例如:"3个仓库,最近7天"})
{步骤描述}... ({当前步骤数}/{总步骤数})
{结果摘要,例如:"Issues: 4条需要回复,7条需要监控"}
{下一步操作}... ({当前步骤数+1}/{总步骤数})
{结果摘要}
...
{操作完成} - {X项核心统计数据}(1/7)(2/7)(1/7)(2/7) Running {N} searches in parallel...
Batch 1 complete - {X} items found
Running {N} additional searches...
All searches complete - {Y} total items collected Running {N} searches in parallel...
Batch 1 complete - {X} items found
Running {N} additional searches...
All searches complete - {Y} total items collectedask_questionsAskUserQuestionask_questionsAskUserQuestion.md.htmlbriefing-2026-02-22.mdbriefing-2026-02-22.html.md.htmlbriefing-2026-02-22.mdbriefing-2026-02-22.html<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{Document title} - GitHub Agents</title>
<style>/* Shared Styles - see below */</style>
</head>
<body>
<a href="#main-content" class="skip-link">Skip to main content</a>
<header role="banner">...</header>
<nav aria-label="Document sections">...</nav>
<main id="main-content" role="main">...</main>
<footer role="contentinfo">...</footer>
</body>
</html><!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{Document title} - GitHub Agents</title>
<style>/* Shared Styles - see below */</style>
</head>
<body>
<a href="#main-content" class="skip-link">Skip to main content</a>
<header role="banner">...</header>
<nav aria-label="Document sections">...</nav>
<main id="main-content" role="main">...</main>
<footer role="contentinfo">...</footer>
</body>
</html><main><header role="banner"><nav><main role="main"><footer role="contentinfo"><section>aria-labelledbyh1h2h3h1<a href="...">PR #123: Fix login bug</a><table><caption><thead><th scope="col"><th scope="row"><span class="status" aria-label="Needs action"><input type="checkbox" id="action-N" aria-label="{description}"><label for="action-N">aria-live="polite"<main><header role="banner"><nav><main role="main"><footer role="contentinfo"><section>aria-labelledbyh1h2h3h1<a href="...">PR #123: Fix login bug</a><table><caption><thead><th>scope="col"scope="row"<span class="status" aria-label="Needs action"><input type="checkbox" id="action-N" aria-label="{description}"><label for="action-N">aria-live="polite"<style>:root {
--bg: #ffffff; --fg: #1a1a1a; --accent: #0969da;
--success: #1a7f37; --warning: #9a6700; --danger: #cf222e;
--muted: #656d76; --border: #d0d7de; --surface: #f6f8fa;
color-scheme: light dark;
}
@media (prefers-color-scheme: dark) {
:root {
--bg: #0d1117; --fg: #e6edf3; --accent: #58a6ff;
--success: #3fb950; --warning: #d29922; --danger: #f85149;
--muted: #8b949e; --border: #30363d; --surface: #161b22;
}
}
@media (prefers-reduced-motion: reduce) {
* { animation: none !important; transition: none !important; }
}
* { box-sizing: border-box; margin: 0; padding: 0; }
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
font-size: 1rem; line-height: 1.6; color: var(--fg); background: var(--bg);
max-width: 72rem; margin: 0 auto; padding: 1.5rem;
}
.skip-link {
position: absolute; left: -9999px; top: 0; padding: 0.5rem 1rem;
background: var(--accent); color: #fff; z-index: 1000; font-weight: 600;
}
.skip-link:focus { left: 0; }
h1 { font-size: 1.75rem; margin-bottom: 0.5rem; border-bottom: 2px solid var(--border); padding-bottom: 0.5rem; }
h2 { font-size: 1.4rem; margin-top: 2rem; margin-bottom: 0.75rem; border-bottom: 1px solid var(--border); padding-bottom: 0.25rem; }
h3 { font-size: 1.15rem; margin-top: 1.25rem; margin-bottom: 0.5rem; }
a { color: var(--accent); text-decoration: underline; }
a:focus { outline: 2px solid var(--accent); outline-offset: 2px; }
table { width: 100%; border-collapse: collapse; margin: 1rem 0; }
caption { font-weight: 600; text-align: left; padding: 0.5rem 0; font-size: 1.05rem; }
th, td { padding: 0.5rem 0.75rem; border: 1px solid var(--border); text-align: left; }
th { background: var(--surface); font-weight: 600; }
.status-action { color: var(--danger); font-weight: 600; }
.status-monitor { color: var(--warning); font-weight: 600; }
.status-complete { color: var(--success); font-weight: 600; }
.status-info { color: var(--muted); font-weight: 600; }
.badge { display: inline-block; padding: 0.125rem 0.5rem; border-radius: 1rem; font-size: 0.85rem; font-weight: 600; }
.badge-action { background: #ffebe9; color: var(--danger); }
.badge-monitor { background: #fff8c5; color: var(--warning); }
.badge-complete { background: #dafbe1; color: var(--success); }
.badge-info { background: #ddf4ff; color: var(--accent); }
@media (prefers-color-scheme: dark) {
.badge-action { background: #3d1214; } .badge-monitor { background: #3d2e00; }
.badge-complete { background: #0f2d16; } .badge-info { background: #0c2d4a; }
}
.card { border: 1px solid var(--border); border-radius: 0.5rem; padding: 1rem; margin: 0.75rem 0; background: var(--surface); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; }
details { margin: 0.5rem 0; }
summary { cursor: pointer; font-weight: 600; padding: 0.5rem 0; }
summary:focus { outline: 2px solid var(--accent); outline-offset: 2px; }
.nav-toc { background: var(--surface); border: 1px solid var(--border); border-radius: 0.5rem; padding: 1rem; margin: 1rem 0; }
.nav-toc ul { list-style: none; padding-left: 1rem; }
.nav-toc li { margin: 0.25rem 0; }
.reaction-bar { display: flex; gap: 0.5rem; flex-wrap: wrap; margin: 0.25rem 0; }
.reaction { display: inline-flex; align-items: center; gap: 0.25rem; padding: 0.125rem 0.5rem; border: 1px solid var(--border); border-radius: 1rem; font-size: 0.85rem; background: var(--surface); }<style>:root {
--bg: #ffffff; --fg: #1a1a1a; --accent: #0969da;
--success: #1a7f37; --warning: #9a6700; --danger: #cf222e;
--muted: #656d76; --border: #d0d7de; --surface: #f6f8fa;
color-scheme: light dark;
}
@media (prefers-color-scheme: dark) {
:root {
--bg: #0d1117; --fg: #e6edf3; --accent: #58a6ff;
--success: #3fb950; --warning: #d29922; --danger: #f85149;
--muted: #8b949e; --border: #30363d; --surface: #161b22;
}
}
@media (prefers-reduced-motion: reduce) {
* { animation: none !important; transition: none !important; }
}
* { box-sizing: border-box; margin: 0; padding: 0; }
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
font-size: 1rem; line-height: 1.6; color: var(--fg); background: var(--bg);
max-width: 72rem; margin: 0 auto; padding: 1.5rem;
}
.skip-link {
position: absolute; left: -9999px; top: 0; padding: 0.5rem 1rem;
background: var(--accent); color: #fff; z-index: 1000; font-weight: 600;
}
.skip-link:focus { left: 0; }
h1 { font-size: 1.75rem; margin-bottom: 0.5rem; border-bottom: 2px solid var(--border); padding-bottom: 0.5rem; }
h2 { font-size: 1.4rem; margin-top: 2rem; margin-bottom: 0.75rem; border-bottom: 1px solid var(--border); padding-bottom: 0.25rem; }
h3 { font-size: 1.15rem; margin-top: 1.25rem; margin-bottom: 0.5rem; }
a { color: var(--accent); text-decoration: underline; }
a:focus { outline: 2px solid var(--accent); outline-offset: 2px; }
table { width: 100%; border-collapse: collapse; margin: 1rem 0; }
caption { font-weight: 600; text-align: left; padding: 0.5rem 0; font-size: 1.05rem; }
th, td { padding: 0.5rem 0.75rem; border: 1px solid var(--border); text-align: left; }
th { background: var(--surface); font-weight: 600; }
.status-action { color: var(--danger); font-weight: 600; }
.status-monitor { color: var(--warning); font-weight: 600; }
.status-complete { color: var(--success); font-weight: 600; }
.status-info { color: var(--muted); font-weight: 600; }
.badge { display: inline-block; padding: 0.125rem 0.5rem; border-radius: 1rem; font-size: 0.85rem; font-weight: 600; }
.badge-action { background: #ffebe9; color: var(--danger); }
.badge-monitor { background: #fff8c5; color: var(--warning); }
.badge-complete { background: #dafbe1; color: var(--success); }
.badge-info { background: #ddf4ff; color: var(--accent); }
@media (prefers-color-scheme: dark) {
.badge-action { background: #3d1214; } .badge-monitor { background: #3d2e00; }
.badge-complete { background: #0f2d16; } .badge-info { background: #0c2d4a; }
}
.card { border: 1px solid var(--border); border-radius: 0.5rem; padding: 1rem; margin: 0.75rem 0; background: var(--surface); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; }
details { margin: 0.5rem 0; }
summary { cursor: pointer; font-weight: 600; padding: 0.5rem 0; }
summary:focus { outline: 2px solid var(--accent); outline-offset: 2px; }
.nav-toc { background: var(--surface); border: 1px solid var(--border); border-radius: 0.5rem; padding: 1rem; margin: 1rem 0; }
.nav-toc ul { list-style: none; padding-left: 1rem; }
.nav-toc li { margin: 0.25rem 0; }
.reaction-bar { display: flex; gap: 0.5rem; flex-wrap: wrap; margin: 0.25rem 0; }
.reaction { display: inline-flex; align-items: center; gap: 0.25rem; padding: 0.125rem 0.5rem; border: 1px solid var(--border); border-radius: 1rem; font-size: 0.85rem; background: var(--surface); }######[PR #123: Fix login bug](url)[#123](url)- [ ] Respond to @alice on repo#42 - she asked about the migration timeline## Needs Your Action (3 items)######[PR #123: Fix login bug](url)[#123](url)- [ ] 回复@alice在repo#42的提问 - 她询问了迁移时间线## 需要你处理(3项)<span class="reaction" aria-label="5 thumbs up reactions">+1 5</span>[+1: 5, heart: 2]<span class="reaction" aria-label="5 thumbs up reactions">+1 5</span>[+1: 5, heart: 2]github_list_releasesgithub_list_releasesDiscussionDiscussiondiffdiffhttps://github.com/{owner}/{repo}/issues/{number}https://github.com/{owner}/{repo}/pull/{number}https://github.com/{owner}/{repo}/blob/{branch}/{path}https://github.com/{owner}/{repo}/issues/{number}#issuecomment-{id}https://github.com/{owner}/{repo}/issues/{number}https://github.com/{owner}/{repo}/pull/{number}https://github.com/{owner}/{repo}/blob/{branch}/{path}https://github.com/{owner}/{repo}/issues/{number}#issuecomment-{id}fixes #Ncloses #Nfixes #Ncloses #NpriorityurgentcriticalP0/P1priorityurgentcriticalP0/P1