28 Commits

Author SHA1 Message Date
程序员阿江(Relakkes)
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) <noreply@anthropic.com>
2026-04-04 19:37:36 +08:00
程序员阿江(Relakkes)
aff0988ab6 docs: add horizontal TOC navigation to documentation pages
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-04 19:08:30 +08:00
程序员阿江(Relakkes)
750153ceb0 docs: add multi-agent system documentation with architecture diagrams
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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
程序员阿江-Relakkes
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
haoshuoyang
c81decb9b9 fix: an issue where the @ command could not be used correctly in other workspaces and ensured cross-platform compatibility. 2026-04-04 16:11:03 +08:00
程序员阿江-Relakkes
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)
671ffe69e6 docs: add @dosubot trigger and disable blank issues
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-03 13:27:27 +08:00
程序员阿江(Relakkes)
ef635d6d4d docs: add GitHub issue templates for bug reports and questions
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-03 13:18:13 +08:00
程序员阿江(Relakkes)
7d40dbf48c docs: add table of contents with anchor links to READMEs
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-03 01:30:02 +08:00
程序员阿江(Relakkes)
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 <noreply@anthropic.com>
2026-04-03 01:27:46 +08:00
程序员阿江-Relakkes
6b72f3357c
Merge pull request #27 from studyzy/main
Enable and fix /buddy command
2026-04-03 00:56:23 +08:00
程序员阿江(Relakkes)
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 <noreply@anthropic.com>
2026-04-03 00:45:06 +08:00
DevinZeng
9233518b11 Enable and fix /buddy command
The /buddy command was completely disabled by bun:bundle feature('BUDDY')
flag which evaluates to false at runtime. Removed all feature('BUDDY')
checks across the codebase to register the command, and added keyboard
event handling (q/Enter to dismiss) which was missing from the UI.
2026-04-03 00:30:56 +08:00
Relakkes Yang
430502e7bb docs: add Windows startup instructions to README
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-01 13:58:32 +08:00
程序员阿江-Relakkes
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
程序员阿江-Relakkes
edae0e612d
Merge pull request #2 from dhb52/patch-1
fix: startup error ColorDiff
2026-04-01 11:46:26 +08:00
dhb52
b88a334e35
fix: 启动失败 报错 ColorDiff 2026-04-01 10:30:17 +08:00
程序员阿江(Relakkes)
76d21ddf33 docs: add runtime screenshot and architecture diagrams to README
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-01 01:41:12 +08:00
程序员阿江(Relakkes)
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) <noreply@anthropic.com>
2026-04-01 01:30:48 +08:00
sigridjineth
5a774a2b62 docs: emphasize leaked source and include original tweet 2026-03-31 02:00:52 -07:00
sigridjineth
7707c0e129 docs: rewrite README in English 2026-03-31 01:59:24 -07:00
sigridjineth
e6c6a1ec12 docs: add comprehensive README with architecture analysis 2026-03-31 01:58:29 -07:00
sigridjineth
f5a40b86de init: add source code from src.zip 2026-03-31 01:55:58 -07:00