Update script name in usage instructions#29
Closed
cf-x wants to merge 30 commits intoshareAI-lab:mainfrom
Closed
Conversation
Build a Claude Code-style agent from scratch in 11 sessions. Each session adds ONE mechanism to the agent loop. Session Claude Code Feature Tools Core Addition Key Insight ------- -------------------- ----- ------------------------ ---------------------------- s01 The Agent Loop 1 while + stop_reason Bash is all you need s02 Tools 4 Read/Write/Edit/Bash The loop didn't change s03 TodoWrite 5 TodoManager + nag Plan before you act s04 Subagents 5 Task tool + spawn Fresh context per subagent s05 Skills 5 SKILL.md injection Load on demand, not upfront s06 Compact 5 3-layer compression Strategic forgetting s07 Tasks 8 CRUD + dependency graph State survives /compact s08 Background Tasks 6 threads + notifications Fire and forget s09 Agent Teams 9 teammates + mailboxes Persistent agents + async mail s10 Team Protocols 12 shutdown + plan approval Same request_id, two protocols s11 Autonomous Agents 14 idle cycle + auto-claim Poll, claim, work, repeat Python reference implementations in agents/. Teaching docs in docs/. Next.js web platform (simulator, architecture diagrams, source viewer) in web/.
- Complete i18n: all hardcoded English strings replaced with t() calls across layers, compare, whats-new, and design-decisions components - Dark mode persistence via localStorage + inline script to prevent flash - Per-session feature visualizations (s01-s11) with Framer Motion animations - Multi-language docs: 11 Chinese + 11 Japanese translations of all sessions - Extract-content supports suffix-based locale detection (-zh, -ja) - Tutorial section expanded by default in doc-renderer - GitHub link updated to shareAI-lab/learn-claude-code - 81 static pages generated across en/zh/ja locales - Deployed to Vercel production Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
@cf-x is attempting to deploy a commit to the crazyboym's projects Team on Vercel. A member of the Team first needs to authorize it. |
Updated script name in the try-it section.
Updated the script name in the usage instructions.
Updated script name in the background tasks section.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.