Haoran
b6b5f331ab
fix: preserve only unseen tool results
2026-08-16 17:32:53 +08:00
Haoran
9a466040b3
Merge main into fix/micro-compact-latest-batch
2026-08-16 17:25:14 +08:00
Haoran
078eca78ac
fix(s15): harden background task lifecycle
2026-08-16 00:26:25 +08:00
123456wda
c77cd7e813
fix: normalize generated content newlines
2026-08-15 21:15:27 +08:00
Haoran
168fff86dd
Fix empty tool-use response handling
2026-08-15 00:03:45 +08:00
Haoran
acdeacc47a
Fix skill frontmatter parsing
2026-08-14 23:14:19 +08:00
Haoran
7e2f2fd99b
refactor: streamline the course to 17 lessons
2026-08-12 03:02:42 +08:00
Haoran
ab35e59672
Refine course progression and runtime safety
2026-08-11 15:13:13 +08:00
Haoran
b36dbcd84f
Consolidate agent harness course into 19 lessons
2026-08-04 02:25:40 +08:00
Haoran
2ad77cee19
feat: refresh goal loop lesson
2026-07-31 21:44:10 +08:00
Haoran
2affb3f345
docs: simplify Chinese course prose
2026-07-31 03:54:12 +08:00
Haoran
4a14529774
docs: rename s19 to integrated harness
2026-07-31 03:35:17 +08:00
Haoran
2d69019342
feat: consolidate course into 21 lessons
2026-07-31 03:15:58 +08:00
Haoran
4bc33ec858
docs: make workflow and goal lessons harness-first
2026-07-30 20:05:33 +08:00
Haoran
cb8fae1bdd
feat: refresh course through workflow and goal loops
2026-07-30 19:14:04 +08:00
gui-yue
99a1e52b36
fix: harden compaction pair handling
2026-06-07 12:35:08 +08:00
wanna
7891c25c12
fix: keep tool-use/result pairs intact during compaction
...
Preserve assistant tool_use / user tool_result adjacency when compaction trims message history.
Fixes #325 .
Squashed original PR commits:
- Fix compaction breaking tool-use/result pairs
- Simplify compaction boundary fix
2026-06-07 12:35:00 +08:00
Haoran
ee9a747e09
fix: handle todo_write string inputs for issue 340
...
Co-authored-by: gui-yue <yuemeng.gui@gmail.com>
2026-06-03 23:24:34 +08:00
gui-yue
abe09a9ccb
Sync generated course content
2026-05-31 17:27:29 +08:00
gui-yue
0100b3dc32
Fix skill frontmatter parsing
2026-05-31 16:54:14 +08:00
Haoran
4d12ca93de
fix: prevent course svg text overflow
2026-05-26 11:17:58 +08:00
Haoran
fdd7d2a851
feat: complete web curriculum visuals
2026-05-25 22:38:02 +08:00
chenyizhongx
d882d01e07
fix(web): remove duplicate "Execution Flow" heading in Deep Dive (#151 )
CI / build (push) Has been cancelled
Test / python-smoke (push) Has been cancelled
Test / web-build (push) Has been cancelled
2026-04-01 21:00:52 +08:00
Xinlu Lai
e4edd82c8c
Merge pull request #88 from wbxl2000/main
...
优化中文翻译: 保留英文专有名词
2026-03-30 00:04:18 +08:00
Xinlu Lai
21bc06153f
Merge pull request #83 from QuentinHsu/fix/web-theme-mount-sync
...
fix(header): sync theme icon state after mount
2026-03-30 00:04:13 +08:00
Xinlu Lai
3b9b87f027
Merge pull request #69 from w4n9hu1/main
...
fix(i18n): correct Chinese label for memory layer — 内存管理 → 记忆管理
2026-03-29 23:06:12 +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
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
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
CrazyBoyM
14c722814d
fix: redirect root path to default locale ( #35 )
...
Credit: nb-sb (PR #35 )
2026-02-28 00:43:24 +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