diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 5b1e8935..51295848 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1 +1,2 @@ +github: [Hmbown] buy_me_a_coffee: hmbown diff --git a/README.ja-JP.md b/README.ja-JP.md index 62a9b31d..2b6f960a 100644 --- a/README.ja-JP.md +++ b/README.ja-JP.md @@ -2,6 +2,12 @@ > **DeepSeek ファーストで、オープンソースおよびオープンウェイトのコーディングモデルに向けたターミナルネイティブのコーディングエージェントです。DeepSeek V4 の 100 万トークンのコンテキストウィンドウとプレフィックスキャッシュ機能を中心に構築されています。単一のバイナリとして配布され、Node.js や Python のランタイムは不要です。MCP クライアント、サンドボックス、永続的なタスクキューも標準で同梱されています。** +[](https://github.com/Hmbown/CodeWhale/actions/workflows/ci.yml) +[](https://www.npmjs.com/package/codewhale) +[](https://crates.io/crates/codewhale-cli) +[](https://github.com/sponsors/Hmbown) +[](https://deepwiki.com/Hmbown/CodeWhale) + [English README](README.md) [简体中文 README](README.zh-CN.md) @@ -51,12 +57,6 @@ cargo install codewhale-cli --locked --force cargo install codewhale-tui --locked --force ``` -[](https://github.com/Hmbown/CodeWhale/actions/workflows/ci.yml) -[](https://www.npmjs.com/package/codewhale) -[](https://crates.io/crates/codewhale-cli) -[](https://github.com/sponsors/Hmbown) -[](https://deepwiki.com/Hmbown/CodeWhale) -  --- diff --git a/README.md b/README.md index 3140cf0f..8d644ff5 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,12 @@ > DeepSeek-first agentic terminal for open source and open-weight coding models. It runs from the `codewhale` command, streams reasoning blocks, edits local workspaces with approval gates, and can auto-route each turn to the right DeepSeek model and thinking level. +[](https://github.com/Hmbown/CodeWhale/actions/workflows/ci.yml) +[](https://www.npmjs.com/package/codewhale) +[](https://crates.io/crates/codewhale-cli) +[](https://github.com/sponsors/Hmbown) +[DeepWiki project index](https://deepwiki.com/Hmbown/CodeWhale) + [简体中文 README](README.zh-CN.md) [日本語 README](README.ja-JP.md) @@ -63,12 +69,6 @@ cargo install codewhale-cli --locked --force cargo install codewhale-tui --locked --force ``` -[](https://github.com/Hmbown/CodeWhale/actions/workflows/ci.yml) -[](https://www.npmjs.com/package/codewhale) -[](https://crates.io/crates/codewhale-cli) -[](https://github.com/sponsors/Hmbown) -[DeepWiki project index](https://deepwiki.com/Hmbown/CodeWhale) -  --- diff --git a/README.zh-CN.md b/README.zh-CN.md index 75ea7837..f1d84596 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -2,6 +2,12 @@ > **DeepSeek 优先、面向开源与开放权重编码模型的终端原生编程智能体:100 万 token 上下文、思考模式流式推理、前缀缓存感知。自包含 Rust 二进制发布——开箱即带 MCP 客户端、沙箱和持久化任务队列。** +[](https://github.com/Hmbown/CodeWhale/actions/workflows/ci.yml) +[](https://www.npmjs.com/package/codewhale) +[](https://crates.io/crates/codewhale-cli) +[](https://github.com/sponsors/Hmbown) +[DeepWiki project index](https://deepwiki.com/Hmbown/CodeWhale) + [English README](README.md) [日本語 README](README.ja-JP.md) @@ -58,12 +64,6 @@ cargo install codewhale-cli --locked --force cargo install codewhale-tui --locked --force ``` -[](https://github.com/Hmbown/CodeWhale/actions/workflows/ci.yml) -[](https://www.npmjs.com/package/codewhale) -[](https://crates.io/crates/codewhale-cli) -[](https://github.com/sponsors/Hmbown) -[DeepWiki project index](https://deepwiki.com/Hmbown/CodeWhale) -  --- diff --git a/web/components/footer.tsx b/web/components/footer.tsx index 42140185..a18e4571 100644 --- a/web/components/footer.tsx +++ b/web/components/footer.tsx @@ -21,7 +21,7 @@ const EN_COLS = [ { label: "Pull Requests", href: "https://github.com/Hmbown/deepseek-tui/pulls" }, { label: "Discussions", href: "https://github.com/Hmbown/deepseek-tui/discussions" }, { label: "Contribute", href: "/contribute" }, - { label: "Support DeepSeek TUI", href: "https://buymeacoffee.com/hmbown" }, + { label: "Sponsor CodeWhale", href: "https://github.com/sponsors/Hmbown" }, ], }, { @@ -53,7 +53,7 @@ const ZH_COLS = [ { label: "合并请求", href: "https://github.com/Hmbown/deepseek-tui/pulls" }, { label: "讨论区", href: "https://github.com/Hmbown/deepseek-tui/discussions" }, { label: "参与贡献", href: "/zh/contribute" }, - { label: "支持 DeepSeek TUI", href: "https://buymeacoffee.com/hmbown" }, + { label: "支持 CodeWhale", href: "https://github.com/sponsors/Hmbown" }, ], }, { diff --git a/web/lib/content-watch.ts b/web/lib/content-watch.ts index c724d3f0..75f20cf1 100644 --- a/web/lib/content-watch.ts +++ b/web/lib/content-watch.ts @@ -53,6 +53,7 @@ const LINK_TARGETS: { url: string; label: string }[] = [ { url: "https://github.com/Hmbown/deepseek-tui/blob/main/CONTRIBUTING.md", label: "Contributing guide" }, { url: "https://github.com/Hmbown/deepseek-tui/blob/main/.github/PULL_REQUEST_TEMPLATE.md", label: "PR template" }, { url: "https://github.com/Hmbown/homebrew-deepseek-tui", label: "Homebrew tap" }, + { url: "https://github.com/sponsors/Hmbown", label: "Support link (GitHub Sponsors)" }, { url: "https://buymeacoffee.com/hmbown", label: "Support link (BMC)" }, { url: "https://registry.npmjs.org/deepseek-tui", label: "npm package (registry API)" }, // crates.io intentionally not in this list — both their HTML and JSON API return 403 to diff --git a/website/index.html b/website/index.html index a23c1743..39351284 100644 --- a/website/index.html +++ b/website/index.html @@ -462,7 +462,7 @@
@@ -545,7 +545,7 @@ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh GitHub Docs Issues - Support + Sponsor SecurityNot affiliated with DeepSeek Inc.
diff --git a/website/zh/index.html b/website/zh/index.html index 9e4db53e..2db6209b 100644 --- a/website/zh/index.html +++ b/website/zh/index.html @@ -450,7 +450,7 @@ @@ -552,7 +552,7 @@ chmod +x ~/.local/bin/deepseek ~/.local/bin/deepseek-tui GitHub 文档 Issues - 赞助 + GitHub 赞助 安全本项目与 DeepSeek Inc. 无隶属关系。