Commit Graph
39 Commits
Author SHA1 Message Date
程序员阿江(Relakkes) 755804fb96 docs: add Channel System links to README 2026-04-05 09:31:18 +08:00
程序员阿江(Relakkes) 4c9a77f903 feat: add Channel System documentation (CN/EN) 2026-04-05 09:23:50 +08:00
程序员阿江(Relakkes) cf55c55d00 feat: add Computer Use architecture docs and fix all anchor links
- Add Computer Use architecture deep dive documentation (CN/EN)
  with 4 generated diagrams (architecture, security gates,
  Python Bridge, patch environment comparison)
- Move Computer Use section below Skills in sidebar and README
- Fix 153 broken anchor links across 18 documentation files:
  - CN docs: add missing `、` after Chinese numeral prefixes
  - EN docs: add missing `_` prefix for number-starting heading IDs
  - Fix em-dash and special character encoding in anchor hrefs
2026-04-05 01:16:25 +08:00
程序员阿江(Relakkes) 89e6ff3781 feat: add Agent Framework Deep Dive documentation (CN/EN)
从源码视角深度解析 Claude Code 底层 Agent 架构设计,涵盖核心循环、
工具系统、提示词工程、上下文压缩、技能插件、权限体系、故障恢复,
以及与 LangChain/ReAct 的对比分析。中英双版本,含 4 张配图。
2026-04-05 00:51:16 +08:00
程序员阿江(Relakkes)andClaude Opus 4.6 1d7cbb845a feat: enlarge hero image and add medium-zoom for image lightbox
Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
2026-04-04 23:50:13 +08:00
程序员阿江(Relakkes)andClaude Opus 4.6 dcbb6cb03b feat: add ads.txt for Google AdSense verification
Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
2026-04-04 23:35:14 +08:00
程序员阿江(Relakkes)andClaude Opus 4.6 6077de4f47 fix: correct custom domain to claudecode-haha.relakkesyang.org
Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
2026-04-04 22:59:36 +08:00
程序员阿江(Relakkes)andClaude Opus 4.6 fb937704f0 feat: integrate Google AdSense (ca-pub-5210914487984731)
Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
2026-04-04 22:56:24 +08:00
程序员阿江(Relakkes)andClaude Opus 4.6 adde39fcbb feat: integrate Google Analytics (G-D42DM82263)
Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
2026-04-04 22:51:29 +08:00
程序员阿江(Relakkes)andClaude Opus 4.6 e9b72e0980 fix: set VitePress base to / for custom domain
Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
2026-04-04 22:43:08 +08:00
程序员阿江(Relakkes)andClaude Opus 4.6 7b8a7ead9f fix: set VitePress base to /cc-haha/ for GitHub Pages subpath
Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
2026-04-04 22:33:54 +08:00
程序员阿江(Relakkes)andClaude Opus 4.6 64f2908bce ci: add GitHub Actions workflow for VitePress docs deployment
Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
2026-04-04 22:24:06 +08:00
程序员阿江(Relakkes)andClaude Opus 4.6 007b8abab8 docs: add VitePress documentation site with i18n and GitHub Pages deployment
- Set up VitePress with bilingual support (Chinese root + English /en/)
- Create unified sidebar navigation with all doc sections
- Add custom Anthropic brand theme (#D97757)
- Create Quick Start pages (zh/en) from README content
- Migrate 7 .en.md files to docs/en/ directory structure
- Translate memory/agent/skills docs to English (9 files)
- Generate English-only architecture diagrams (11 images via PicTactic)
- Copy English-ready images for agent/skills sections (21 images)
- Configure custom domain (claudecodehaha.relakkesyang.org)
- Localize Chinese UI labels (sidebar, outline, footer)
- Add documentation site badge to READMEs
- Fix dead links and update cross-references for VitePress

Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
2026-04-04 22:21:45 +08:00
程序员阿江(Relakkes)andClaude Opus 4.6 61a857c2de docs: move banner above badges in READMEs
Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
2026-04-04 20:15:54 +08:00
程序员阿江(Relakkes)andClaude Opus 4.6 c7b6f2083d docs: crop banner to 60% height for slimmer profile
Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
2026-04-04 20:07:23 +08:00
程序员阿江(Relakkes)andClaude Opus 4.6 b933e43ce2 docs: add project banner with Claude branding to READMEs
Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
2026-04-04 20:03:30 +08:00
程序员阿江(Relakkes)andClaude Opus 4.6 b81073d87b docs: move nav links above fold and remove runtime screenshot from READMEs
Navigation links now appear immediately after the project description for
quicker access. The runtime screenshot was redundant with the text content
and architecture diagrams below. Image file kept in docs/images/.

Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
2026-04-04 19:50:25 +08:00
程序员阿江(Relakkes)andClaude Opus 4.6 cbe1fde4be docs: add skills system documentation with architecture diagrams
Add comprehensive Skills system documentation covering the extensible
capability plugin architecture, including usage guide and deep-dive
implementation analysis with 9 branded architecture diagrams.

Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
2026-04-04 19:47:28 +08:00
程序员阿江(Relakkes)andClaude Opus 4.6 d306fd39aa docs: add AutoDream memory consolidation documentation with architecture diagrams
Add comprehensive documentation for the AutoDream ("dreaming") feature - Claude Code's
background memory consolidation mechanism that periodically reviews session history and
reorganizes memory files. Includes 3 architecture diagrams and updates to existing docs.

Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
2026-04-04 19:37:36 +08:00
程序员阿江(Relakkes)andClaude Opus 4.6 aff0988ab6 docs: add horizontal TOC navigation to documentation pages
Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
2026-04-04 19:08:30 +08:00
程序员阿江(Relakkes)andClaude Opus 4.6 750153ceb0 docs: add multi-agent system documentation with architecture diagrams
Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
2026-04-04 19:03:23 +08:00
程序员阿江(Relakkes) 8bb3c0e116 docs: restructure README and organize docs into subdirectories
- Slim down README from ~400 lines to ~140 lines, keeping only essential content
- Reorganize docs/ into guide/, features/, reference/, images/ subdirectories
- Add GitHub badges (stars, forks, issues, PRs, license, language switch)
- Extract env vars, FAQ, fixes, project structure, global usage into separate docs
- Add LICENSE file (educational and research use only)
- Update all cross-references and issue template links
2026-04-04 18:18:01 +08:00
程序员阿江-RelakkesandGitHub 28f3a22ef9 Merge pull request #37 from houseyyyy/main
fix: an issue where the @ command could not be used correctly in other workspaces and ensured cross-platform compatibility.
2026-04-04 17:47:02 +08:00
程序员阿江(Relakkes) 63d5d514ff docs: add memory system documentation with architecture diagrams 2026-04-04 17:39:49 +08:00
程序员阿江-RelakkesandGitHub 55a210a2f7 Merge pull request #35 from NanmiCoder/feature/enable-computer-use
feat: 启用 Computer Use 桌面控制功能
2026-04-03 18:35:31 +08:00
程序员阿江(Relakkes) e8f42840a2 feat: enable Computer Use with Python bridge replacing private native modules
Bypass all three gating layers (compile-time feature flag, subscription
check, GrowthBook remote config) and replace Anthropic's private native
modules (@ant/computer-use-swift, @ant/computer-use-input) with a Python
bridge using pyautogui + mss + pyobjc. Works on any macOS with any
Anthropic-protocol compatible model.
2026-04-03 18:33:31 +08:00
程序员阿江-Relakkes 1d622ecee2 Add GitHub Sponsors FUNDING.yml 2026-04-03 16:07:39 +08:00
程序员阿江(Relakkes)andClaude Opus 4.6 671ffe69e6 docs: add @dosubot trigger and disable blank issues
Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
2026-04-03 13:27:27 +08:00
程序员阿江(Relakkes)andClaude Opus 4.6 ef635d6d4d docs: add GitHub issue templates for bug reports and questions
Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
2026-04-03 13:18:13 +08:00
程序员阿江(Relakkes)andClaude Opus 4.6 7d40dbf48c docs: add table of contents with anchor links to READMEs
Co-Authored-By: Claude Opus 4.6 <[email protected]>
2026-04-03 01:30:02 +08:00
程序员阿江(Relakkes)andClaude Opus 4.6 62bb0169bb docs: add FAQ section for common issues
Cover three frequently reported problems:
- usage.input_tokens error from misconfigured ANTHROPIC_BASE_URL
- Cannot find package 'bundle' from outdated Bun version
- How to use non-Anthropic models (OpenAI/DeepSeek/Ollama)

Co-Authored-By: Claude Opus 4.6 <[email protected]>
2026-04-03 01:27:46 +08:00
程序员阿江-RelakkesandGitHub 6b72f3357c Merge pull request #27 from studyzy/main
Enable and fix /buddy command
2026-04-03 00:56:23 +08:00
程序员阿江(Relakkes)andClaude Opus 4.6 3c705f491b docs: add third-party model integration guide (OpenAI/DeepSeek/Ollama via LiteLLM)
Add comprehensive documentation for using non-Anthropic models through
protocol translation proxies like LiteLLM. Also document ~/.claude/settings.json
env configuration as an alternative to .env files.

Co-Authored-By: Claude Opus 4.6 <[email protected]>
2026-04-03 00:45:06 +08:00
Relakkes YangandClaude Opus 4.6 430502e7bb docs: add Windows startup instructions to README
Co-Authored-By: Claude Opus 4.6 <[email protected]>
2026-04-01 13:58:32 +08:00
程序员阿江-RelakkesandGitHub d166eb89b6 Merge pull request #3 from NanmiCoder/docs/bilingual-readme-bun-install
docs: add bilingual README and Bun install guide
2026-04-01 12:09:17 +08:00
程序员阿江(Relakkes) 919dd34a7a docs: add bilingual README and Bun install guide 2026-04-01 12:08:36 +08:00
程序员阿江-RelakkesandGitHub edae0e612d Merge pull request #2 from dhb52/patch-1
fix: startup error ColorDiff
2026-04-01 11:46:26 +08:00
程序员阿江(Relakkes)andClaude Opus 4.6 76d21ddf33 docs: add runtime screenshot and architecture diagrams to README
Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
2026-04-01 01:41:12 +08:00
程序员阿江(Relakkes)andClaude Opus 4.6 124912c71d feat: fix leaked source to be locally runnable
- Restore full Ink TUI startup chain (cli.tsx entry point)
- Create stub .md files for verify skill (Bun text loader hang fix)
- Create stub types for filePersistence and SDK modules
- Fix Enter key not working (modifiers-napi missing, added try-catch)
- Remove overly conservative LOCAL_RECOVERY early return
- Add README with setup instructions
- Add .env.example template
- Add bin/claude-haha entry script and preload.ts

Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
2026-04-01 01:30:48 +08:00