docs: clarify sponsor links
This commit is contained in:
@@ -1 +1,2 @@
|
||||
github: [Hmbown]
|
||||
buy_me_a_coffee: hmbown
|
||||
|
||||
+6
-6
@@ -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)
|
||||
|
||||

|
||||
|
||||
---
|
||||
|
||||
@@ -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)
|
||||
|
||||

|
||||
|
||||
---
|
||||
|
||||
+6
-6
@@ -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)
|
||||
|
||||

|
||||
|
||||
---
|
||||
|
||||
@@ -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" },
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
@@ -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
|
||||
|
||||
+2
-2
@@ -462,7 +462,7 @@
|
||||
|
||||
<div class="hero-actions">
|
||||
<a class="btn btn-primary" href="https://github.com/Hmbown/CodeWhale" target="_blank" rel="noopener">View on GitHub</a>
|
||||
<a class="btn btn-secondary" href="https://www.buymeacoffee.com/hmbown" target="_blank" rel="noopener">Support</a>
|
||||
<a class="btn btn-secondary" href="https://github.com/sponsors/Hmbown" target="_blank" rel="noopener">Sponsor</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -545,7 +545,7 @@ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh</code></pre>
|
||||
<a href="https://github.com/Hmbown/CodeWhale" target="_blank" rel="noopener">GitHub</a>
|
||||
<a href="https://github.com/Hmbown/CodeWhale/tree/main/docs" target="_blank" rel="noopener">Docs</a>
|
||||
<a href="https://github.com/Hmbown/CodeWhale/issues" target="_blank" rel="noopener">Issues</a>
|
||||
<a href="https://www.buymeacoffee.com/hmbown" target="_blank" rel="noopener">Support</a>
|
||||
<a href="https://github.com/sponsors/Hmbown" target="_blank" rel="noopener">Sponsor</a>
|
||||
<a href="mailto:security@deepseek-tui.com">Security</a>
|
||||
</div>
|
||||
<p class="disclaimer">Not affiliated with DeepSeek Inc.</p>
|
||||
|
||||
@@ -450,7 +450,7 @@
|
||||
|
||||
<div class="hero-actions">
|
||||
<a class="btn btn-primary" href="https://github.com/Hmbown/CodeWhale" target="_blank" rel="noopener">在 GitHub 上查看</a>
|
||||
<a class="btn btn-secondary" href="https://www.buymeacoffee.com/hmbown" target="_blank" rel="noopener">赞助支持</a>
|
||||
<a class="btn btn-secondary" href="https://github.com/sponsors/Hmbown" target="_blank" rel="noopener">GitHub 赞助</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -552,7 +552,7 @@ chmod +x ~/.local/bin/deepseek ~/.local/bin/deepseek-tui</code></pre>
|
||||
<a href="https://github.com/Hmbown/CodeWhale" target="_blank" rel="noopener">GitHub</a>
|
||||
<a href="https://github.com/Hmbown/CodeWhale/tree/main/docs" target="_blank" rel="noopener">文档</a>
|
||||
<a href="https://github.com/Hmbown/CodeWhale/issues" target="_blank" rel="noopener">Issues</a>
|
||||
<a href="https://www.buymeacoffee.com/hmbown" target="_blank" rel="noopener">赞助</a>
|
||||
<a href="https://github.com/sponsors/Hmbown" target="_blank" rel="noopener">GitHub 赞助</a>
|
||||
<a href="mailto:security@deepseek-tui.com">安全</a>
|
||||
</div>
|
||||
<p class="disclaimer">本项目与 DeepSeek Inc. 无隶属关系。</p>
|
||||
|
||||
Reference in New Issue
Block a user