Commit graph

133 commits

Author SHA1 Message Date
Cursor Agent
435c0c9088 docs: add VS Code login screen bypass (Anthropic Console)
Co-authored-by: Ali Khokhar <alishahryar2@gmail.com>
2026-02-15 18:11:06 +00:00
Ali Khokhar
46a9c14536
Update README.md 2026-02-15 07:36:03 -08:00
Ali Khokhar
eb85c10848
Update README.md 2026-02-15 07:33:58 -08:00
Ali Khokhar
cadd2c1503
Update README.md 2026-02-15 07:32:16 -08:00
Alishahryar1
7f38cbd1d0 Fixed readme 2026-02-15 04:07:34 -08:00
Alishahryar1
7dfcad2a4c Enhance logging and error handling across multiple modules
- Added request ID context to logging in FastAPI routes and NVIDIA NIM provider.
- Improved logging format to include context variables for better traceability.
- Updated message handling in Telegram and Claude handlers to log message previews.
- Enhanced error logging in NVIDIA NIM provider with request ID for easier debugging.
- Added logging for tree repository actions to track tree and node registrations.
2026-02-15 02:01:57 -08:00
Cursor Agent
4919a58381 docs: change pytest badge to show Tested with | Pytest
Co-authored-by: Ali Khokhar <alishahryar2@gmail.com>
2026-02-15 06:36:59 +00:00
Cursor Agent
216086bc73 docs: change pytest badge label to Tested with Pytest
Co-authored-by: Ali Khokhar <alishahryar2@gmail.com>
2026-02-15 06:36:35 +00:00
Cursor Agent
2959672527 docs: change tests badge label to pytest
Co-authored-by: Ali Khokhar <alishahryar2@gmail.com>
2026-02-15 06:35:57 +00:00
Cursor Agent
414f74a6d2 fix: unify uv and tests badge size with style=for-the-badge, add tests label
Co-authored-by: Ali Khokhar <alishahryar2@gmail.com>
2026-02-15 06:34:43 +00:00
Cursor Agent
8fbcec372b docs: add type checking and formatting commands to Development section
Co-authored-by: Ali Khokhar <alishahryar2@gmail.com>
2026-02-15 06:33:22 +00:00
Cursor Agent
d68fd6013c fix: align README badges with best practices
- License: use standard MIT yellow badge, link to opensource.org
- Python: update to 3.14 to match pyproject.toml
- uv: use official dynamic endpoint badge from astral-sh/uv
- Tests: replace static pytest 95% with GitHub Actions badge
- Ty: fix link to PyPI (pypi.org/project/ty/)
- Add .github/workflows/tests.yml for CI

Co-authored-by: Ali Khokhar <alishahryar2@gmail.com>
2026-02-15 06:32:25 +00:00
Ali Khokhar
a8ea7d0e1e
Update README.md 2026-02-14 21:15:28 -08:00
Cursor Agent
084141a415 Add uv badge after Python badge in README
Co-authored-by: Ali Khokhar <alishahryar2@gmail.com>
2026-02-15 05:14:09 +00:00
Ali Khokhar
01e29742f6
Update README.md 2026-02-14 21:12:45 -08:00
Alishahryar1
7a71c48582 Changed pytest badge color to green 2026-02-14 20:32:55 -08:00
Alishahryar1
b64d512b8e Update pytest badge 2026-02-14 20:32:27 -08:00
Alishahryar1
c2ba9fed79 Updated badge colors 2026-02-14 20:31:38 -08:00
Alishahryar1
d937dd4a52 Updated readme 2026-02-14 20:30:37 -08:00
Alishahryar1
2efebb247c Updated readme 2026-02-14 20:29:59 -08:00
Alishahryar1
96747f2216 Updated token counting and removed non streaming support 2026-02-14 19:10:09 -08:00
Alishahryar1
ce47ba5994 Updated readme 2026-02-14 18:01:06 -08:00
Alishahryar1
25b9d9d1e4 Added ruff and ty dependencies and lint 2026-02-14 18:00:21 -08:00
Cursor Agent
c6f87c4344 Improve README: add centered heading, badges, and license section
Co-authored-by: Ali Khokhar <alishahryar2@gmail.com>
2026-02-15 01:45:13 +00:00
Ali Khokhar
7e91cf3f6e
Update ANTHROPIC_AUTH_TOKEN value in README 2026-02-14 16:08:29 -08:00
Ali Khokhar
cab96429a7
Updated readme 2026-02-14 05:10:30 -08:00
Ali Khokhar
9f220d8c93
Fixed typo in readme 2026-02-14 02:50:36 -08:00
Ali Khokhar
c621aa3c3e
Update README.md 2026-02-13 22:02:15 -08:00
Ali Khokhar
9e56866a28
Update README.md 2026-02-13 19:43:27 -08:00
Ali Khokhar
8c7097d6f2
Update README with Anthropic model instructions
Added instructions for reverting to Anthropic models.
2026-02-13 18:33:54 -08:00
Ali Khokhar
2e96690163
Correct README formatting for server start command
Fix formatting issue in server start instructions.
2026-02-13 18:32:47 -08:00
Ali Khokhar
85f4c0dd62
Update README for server start instructions
Updated README to reflect changes from 'proxy' to 'server' and added command for starting the server in the VSCode extension section.
2026-02-13 18:32:22 -08:00
Ali Khokhar
b23a6cb842
Fix typo in VSCode Extension section 2026-02-13 18:26:24 -08:00
Ali Khokhar
88c2c78d13
Revise VS Code settings instructions for Claude Code
Updated instructions for using the Claude Code VSCode extension and clarified configuration steps.
2026-02-13 18:26:02 -08:00
Alishahryar1
675f885e55 Updated readme with claude code extension instructions 2026-02-13 18:24:25 -08:00
Alishahryar1
1b5c0df15c Merge branch 'main' of https://github.com/Alishahryar1/cc-nim 2026-02-13 17:00:58 -08:00
Alishahryar1
8b4da0cdc9 added z-ai/glm5 2026-02-13 17:00:57 -08:00
Ali Khokhar
c7375455a5
Add '/clear' command to README
Add instruction to clear chat and delete sessions from memory
2026-02-13 16:59:44 -08:00
Ali Khokhar
e6e85452b4
Update prerequisites section in README 2026-02-13 16:33:07 -08:00
Ali Khokhar
e30ff4749a
Update README.md 2026-02-13 15:19:04 -08:00
Ali Khokhar
e7e9ed86cc
Update README.md 2026-02-11 00:21:50 -08:00
Ali Khokhar
b947a71fc6
Fix formatting in README for .env section 2026-02-09 22:01:05 -08:00
Ali Khokhar
2ea98dd71c
Edit instruction for .env file in README
Updated instructions for editing the .env file.
2026-02-09 22:00:44 -08:00
Ali Khokhar
5b5118147a
Rename project in README
Updated project name in README from 'claude-code-free' to 'free-claude-code'.
2026-02-08 18:19:07 -08:00
Ali Khokhar
7936edd1f0
Fix formatting in README for NVIDIA_NIM options 2026-02-07 20:17:40 -08:00
Alishahryar1
6102583026 Major Refactor Part 2 with kimi-k2.5 in claude code 2026-02-05 16:09:16 -08:00
Alishahryar1
928e702e71 Updated Readme 2026-02-05 14:13:05 -08:00
Ali Khokhar
a4ab59faa8
Rename project to 'claude-code-free'
Updated project name and description in README.
2026-02-04 18:57:50 -08:00
Ali Khokhar
1bc90b9df2
Update usage instructions for Telegram bot 2026-02-04 13:01:23 -08:00
Ali Khokhar
0ec3a542ab
Update usage instructions in README
Removed instruction to send any text prompt to start a task.
2026-02-03 23:33:09 -08:00