Commit Graph

73 Commits

Author SHA1 Message Date
copilot-swe-agent[bot]
c7ef4f119c Initial plan 2026-03-19 02:56:41 +00:00
Jah-yee
399e8c1cb6 fix: correct WeChat capitalization in README 2026-03-19 00:26:57 +08:00
CrazyBoyM
a9c71002d2 the model is the agent, the code is the harness
Comprehensive rewrite establishing the harness engineering narrative
across the entire repository.

README (EN/ZH/JA): added "The Model IS the Agent" manifesto with
historical proof (DQN, OpenAI Five, AlphaStar, Tencent Jueyu),
"What an Agent Is NOT" critique, harness engineer role definition,
"Why Claude Code" as masterclass in harness design, and universe
vision. Consistent framing: model = driver, harness = vehicle.

docs (36 files, 3 languages): injected one-line "Harness layer"
callout after the motto in every session document (s01-s12).

agents (13 Python files): added harness framing comment before
each module docstring.

skills/agent-philosophy.md: full rewrite aligned with harness
narrative.
2026-03-18 01:19:34 +08:00
qer
6610497c8e Merge pull request #1 from wbxl2000/copilot/optimize-chinese-translation
Optimize Chinese translations: preserve English proper nouns for domain-specific terms
2026-03-17 01:16:21 +08:00
copilot-swe-agent[bot]
13409478ef Optimize Chinese translations: preserve English proper nouns (Skills, Agent, Subagent, Context Compact, etc.)
Co-authored-by: wbxl2000 <57169560+wbxl2000@users.noreply.github.com>
2026-03-16 14:23:59 +00:00
copilot-swe-agent[bot]
702dddfe61 Initial plan 2026-03-16 14:06:15 +00:00
fumanhua
66a8429f97 fix(task-system): sync blocks when adding blockedBy dependencies 2026-03-15 16:00:43 +08:00
QuentinHsu
69f8abdbda fix(header): sync theme icon state after mount
- initialize dark mode state after mount from document to avoid mismatched first render state.
- render a placeholder before mount to reduce theme icon hydration mismatch risk.
2026-03-15 14:12:40 +08:00
CrazyBoyM
e57ced7d07 redirect vercel traffic to learn.shareai.run 2026-03-14 23:50:32 +08:00
Gujiassh
49ab1e6ff8 Fix running background status in s_full
Keep the reference agent's background status output readable by reporting '(running)' instead of leaking a None placeholder for unfinished tasks.

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
2026-03-12 15:45:20 +09:00
Xinlu Lai
450185b952 Update README.md 2026-03-11 10:31:37 +08:00
Wang Hui
434fb53a0c Merge pull request #1 from w4n9hu1/copilot/update-chinese-i18n-label-memory
fix(i18n): correct Chinese label for memory layer — 内存管理 → 记忆管理
2026-03-10 23:22:54 +08:00
copilot-swe-agent[bot]
c8eba1887d fix(i18n): update zh layer_labels.memory from 内存管理 to 记忆管理
Co-authored-by: w4n9hu1 <20451477+w4n9hu1@users.noreply.github.com>
2026-03-10 15:20:48 +00:00
copilot-swe-agent[bot]
884cd111ba Initial plan 2026-03-10 15:19:52 +00:00
Xinlu Lai
aa61ecd7c0 Update README.md 2026-03-02 23:24:25 +08:00
Xinlu Lai
057472ef2e Update README.md 2026-03-02 23:16:23 +08:00
CrazyBoyM
14c722814d fix: redirect root path to default locale (#35)
Credit: nb-sb (PR #35)
2026-02-28 00:43:24 +08:00
Gaarahan
aaa93bcfc4 fix(agents): print final assistant response in s02-s12 (#39) 2026-02-28 00:10:39 +08:00
CrazyBoyM
dbffe7c8d0 fix: address community issues #37 #30 #36
- s03: inject reminder into tool_result instead of mutating history (#37)
- s05: SkillLoader uses rglob("SKILL.md") + frontmatter name priority,
  matching Agent Skills standard (#30, PR #34)
- CI: upgrade actions/checkout and actions/setup-node to v6 (#36)
- docs: update s05 skill directory structure in all 3 languages
2026-02-28 00:09:57 +08:00
CrazyBoyM
4f39ee4512 fix session doc 2026-02-27 02:19:54 +08:00
CrazyBoyM
665831c774 better doc 2026-02-27 01:11:57 +08:00
CrazyBoyM
aea8844bac add worktree & up task、teammate etc 2026-02-24 01:44:44 +08:00
CrazyBoyM
c6a27ef1d7 feat: build an AI agent from 0 to 1 -- 11 progressive sessions
- 11 sessions from basic agent loop to autonomous teams
- Python MVP implementations for each session
- Mental-model-first docs in en/zh/ja
- Interactive web platform with step-through visualizations
- Incremental architecture: each session adds one mechanism
2026-02-21 17:02:43 +08:00