Skip to content

Commit 587defd

Browse files
committed
release: v2.49.2 — sponsorship surfaces: GitHub Sponsors (FUNDING.yml + README badge/section) + sponsor links in hub topbar, project dashboard, Oracle header, guide nav, c3 --version/--help, TUI footer, PyPI Funding URL
1 parent 7445ef0 commit 587defd

16 files changed

Lines changed: 52 additions & 3 deletions

File tree

.github/FUNDING.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Enables the "Sponsor" button on the GitHub repo page
2+
github: drknowhow

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ All notable changes to Code Context Control (C3) are documented here.
44
The format is loosely based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [2.49.2] - 2026-07-02
8+
9+
### Added
10+
11+
- **Sponsorship surfaces.** GitHub Sponsors wiring (`.github/FUNDING.yml`,
12+
README badge + "Support C3" section) plus a sponsor link on every surface:
13+
hub topbar, per-project dashboard topbar, Oracle header, guide-page nav,
14+
`c3 --version` / `c3 --help`, the TUI footer (`s` key), and a `Funding`
15+
project URL on PyPI.
16+
717
## [2.49.1] - 2026-07-02
818

919
### Added

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
<img alt="Python 3.10+" src="https://img.shields.io/badge/python-3.10%2B-blue.svg">
1313
<img alt="Platforms" src="https://img.shields.io/badge/platform-windows%20%7C%20macos%20%7C%20linux-lightgrey">
1414
<img alt="Status: Beta" src="https://img.shields.io/badge/status-beta-yellow">
15+
<a href="https://github.com/sponsors/drknowhow"><img alt="Sponsor" src="https://img.shields.io/badge/sponsor-%E2%9D%A4-EA4AAA?logo=githubsponsors&logoColor=white"></a>
1516
</p>
1617

1718
<p align="center">
@@ -361,6 +362,12 @@ Reports include token deltas, cost deltas, win rates, tool-usage analysis, and p
361362

362363
---
363364

365+
## Support C3
366+
367+
C3 is free, open source, and built by one person. If it saves you tokens (it should — that's the whole point), consider [sponsoring on GitHub](https://github.com/sponsors/drknowhow). Sponsorship directly funds API costs for cross-model test runs and dedicated development time.
368+
369+
---
370+
364371
## License
365372

366373
- **Current OSS license** — Apache License 2.0 ([`LICENSE`](LICENSE)). Free for any use, including commercial. Modify, fork, redistribute — all permitted under Apache-2.0 terms.
@@ -378,3 +385,4 @@ The author may introduce a paid offering or relicense future major versions; no
378385
- **Security policy:** [`SECURITY.md`](SECURITY.md)
379386
- **Licensing FAQ:** [`LICENSING.md`](LICENSING.md)
380387
- **Issues:** https://github.com/drknowhow/code-context-control/issues
388+
- **Sponsor:** https://github.com/sponsors/drknowhow

cli/commands/parser.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,12 @@ def build_parser(version: str, parse_cli_ide_arg):
99
parser = argparse.ArgumentParser(
1010
prog="c3",
1111
description="Claude Code Companion - Reduce token usage with local intelligence",
12+
epilog="Support C3 development: https://github.com/sponsors/drknowhow",
13+
)
14+
parser.add_argument(
15+
"--version", "-v", action="version",
16+
version=f"c3 version {version} | support C3: https://github.com/sponsors/drknowhow",
1217
)
13-
parser.add_argument("--version", "-v", action="version", version=f"c3 version {version}")
1418
subparsers = parser.add_subparsers(dest="command")
1519

1620
p_init = subparsers.add_parser("init", help="Initialize C3 for a project")

cli/guide/bitbucket.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@
7979
<a href="tools.html">Tools</a>
8080
<a href="bitbucket.html" class="active">Bitbucket</a>
8181
<a href="oracle.html">Oracle</a>
82+
<a href="https://github.com/sponsors/drknowhow" target="_blank" rel="noopener" style="color:#EA4AAA">&#9829; Sponsor</a>
8283
</nav>
8384
<span class="header-version">v2.30.0</span>
8485
</header>

cli/guide/getting-started.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
<a href="tools.html">Tools</a>
2323
<a href="bitbucket.html">Bitbucket</a>
2424
<a href="oracle.html">Oracle</a>
25+
<a href="https://github.com/sponsors/drknowhow" target="_blank" rel="noopener" style="color:#EA4AAA">&#9829; Sponsor</a>
2526
</nav>
2627
<span class="header-version">v2.x</span>
2728
</header>

cli/guide/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,7 @@
224224
<a href="tools.html">Tools</a>
225225
<a href="bitbucket.html">Bitbucket</a>
226226
<a href="oracle.html">Oracle</a>
227+
<a href="https://github.com/sponsors/drknowhow" target="_blank" rel="noopener" style="color:#EA4AAA">&#9829; Sponsor</a>
227228
</nav>
228229
<span class="header-version">v2.x</span>
229230
</header>

cli/guide/oracle.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@
7777
<a href="tools.html">Tools</a>
7878
<a href="bitbucket.html">Bitbucket</a>
7979
<a href="oracle.html" class="active">Oracle</a>
80+
<a href="https://github.com/sponsors/drknowhow" target="_blank" rel="noopener" style="color:#EA4AAA">&#9829; Sponsor</a>
8081
</nav>
8182
<span class="header-version">v2.32.0</span>
8283
</header>

cli/guide/tools.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@
8181
<a href="tools.html" class="active">Tools</a>
8282
<a href="bitbucket.html">Bitbucket</a>
8383
<a href="oracle.html">Oracle</a>
84+
<a href="https://github.com/sponsors/drknowhow" target="_blank" rel="noopener" style="color:#EA4AAA">&#9829; Sponsor</a>
8485
</nav>
8586
<span class="header-version">v2.x</span>
8687
</header>

cli/guide/workflow.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,7 @@
224224
<a href="tools.html">Tools</a>
225225
<a href="bitbucket.html">Bitbucket</a>
226226
<a href="oracle.html">Oracle</a>
227+
<a href="https://github.com/sponsors/drknowhow" target="_blank" rel="noopener" style="color:#EA4AAA">&#9829; Sponsor</a>
227228
</nav>
228229
<span class="header-version">v2.x</span>
229230
</header>

0 commit comments

Comments
 (0)