提交

提交图

  • 51112a4cf3 fix: only strip valid env assignments in command parsing (#229) Brandy Good 2026-04-28 08:34:48 +07:00
  • 9996a3d9a0 Update contribution guidelines in README Ali Khokhar 2026-04-27 18:32:32 -07:00
  • 053beff19e Updated README Alishahryar1 2026-04-27 18:29:39 -07:00
  • abae61d85b Fix null usage in SSE for OpenAI-compatible streams (#209, #123) Alishahryar1 2026-04-27 18:20:33 -07:00
  • 0cca5699cb fix(messaging): reuse parent CLI session for Telegram reply continuation (#233) Alishahryar1 2026-04-27 16:24:31 -07:00
  • 19ce65647e fix: handle env-prefixed commands in filepath extraction (#207) Brandy Good 2026-04-27 05:02:12 +07:00
  • f96f541c0a fix(smoke): accept reasoning-only streams and add text placeholder Alishahryar1 2026-04-26 12:55:18 -07:00
  • 36d236b563 fix(206): defer post-tool assistant content for OpenAI chat conversion Alishahryar1 2026-04-26 12:43:25 -07:00
  • 6297b48f81 feat(deepseek): use native Anthropic Messages transport Alishahryar1 2026-04-26 12:03:21 -07:00
  • 2d2bf3de70 fix: replay reasoning_content for DeepSeek/NIM and expand provider smoke Alishahryar1 2026-04-26 11:02:18 -07:00
  • f3a7528d49 Major refactor: API, providers, messaging, and Anthropic protocol Alishahryar1 2026-04-26 02:55:10 -07:00
  • b9ed704095 Added Ollama to README Alishahryar1 2026-04-25 22:11:57 -07:00
  • b525217633 [feat] ollama method support (#129) Wang Ji 2026-04-26 13:06:36 +08:00
  • 7f1e860c7f Use root env example for fcc init Alishahryar1 2026-04-25 20:59:44 -07:00
  • f29e693dc5 Add per-model thinking toggles Alishahryar1 2026-04-25 20:51:07 -07:00
  • 180c942af7 docs: fix quick-start uv installation instructions (#191) Atharva Chauhan 2026-04-26 07:56:44 +05:30
  • 40951c145a refactor: drop legacy title-generation detection copy Alishahryar1 2026-04-25 00:45:22 -07:00
  • 080ebefc7b fix: detect Claude Code 2.1+ session title requests for optimization skip Alishahryar1 2026-04-25 00:44:25 -07:00
  • 2df42c1846 Strengthen validation logic in NimSettings (pydantic model) (#180) SEPURI-SAI-KRISHNA 2026-04-25 12:38:54 +05:30
  • b926f60f64 feat: Anthropic web server tools, provider metadata, messaging hardening Alishahryar1 2026-04-24 23:01:14 -07:00
  • 4b89183ba0 Raise default http connect timeout to 10s Alishahryar1 2026-04-24 21:19:33 -07:00
  • 0e3b2c24b4 refactor: remove OpenRouter rollback, shims, and redundant layers Alishahryar1 2026-04-24 21:08:38 -07:00
  • 22837720ca Removed PLAN.md Alishahryar1 2026-04-24 20:20:29 -07:00
  • 2e4a4fe63a fix(smoke): avoid nested uv run on Windows for child processes Alishahryar1 2026-04-24 20:19:01 -07:00
  • 26b8a29537 Architecture refactor: core anthropic, runtime, smoke tiers, remove providers.common Alishahryar1 2026-04-24 20:03:14 -07:00
  • 66ef23072c Refactor provider routing and smoke coverage Alishahryar1 2026-04-24 19:34:34 -07:00
  • efa9f36c3a Revert "Refactor native Anthropic messages providers (#147)" Alishahryar1 2026-04-24 17:27:26 -07:00
  • ffa8237220 Refactor native Anthropic messages providers (#147) Ali Khokhar 2026-04-24 17:25:49 -07:00
  • 751694a5da Refactor smoke testing framework and enhance provider configurations Alishahryar1 2026-04-24 17:16:06 -07:00
  • 15415d5db3 Bump the minor-and-patch group across 1 directory with 17 updates (#173) dependabot[bot] 2026-04-24 16:35:13 -07:00
  • c7fe66d490 Bump astral-sh/setup-uv from 7.3.0 to 8.1.0 (#172) dependabot[bot] 2026-04-24 16:23:59 -07:00
  • 837374abff Update httpx[socks] requirement from >=0.25.0 to >=0.28.1 (#174) dependabot[bot] 2026-04-24 16:23:16 -07:00
  • 20a4d8cc8e Update fastapi[standard] requirement from >=0.115.11 to >=0.136.1 (#175) dependabot[bot] 2026-04-24 16:23:05 -07:00
  • 980c2608e0 Merge branch 'main' of https://github.com/Alishahryar1/free-claude-code Alishahryar1 2026-04-24 14:05:02 -07:00
  • 3bdfcaa8ee Add Dependabot config for uv dependencies and GitHub Actions (#167) saurabh dave 2026-04-25 02:34:36 +05:30
  • d2db1bd689 Treat empty model overrides as fallback Alishahryar1 2026-04-24 13:58:25 -07:00
  • 862eb43046 Improve robustness by upgrading aiohttp to 3.13.5 (#160) Rin 2026-04-24 23:57:34 +07:00
  • 48b085950a Warn on inherited auth token Alishahryar1 2026-04-24 00:42:33 -07:00
  • 6f3d762a4f Revert "Add per-model thinking toggles" Alishahryar1 2026-04-24 00:26:15 -07:00
  • 9c28af7cf1 Fix auth token dotenv precedence Alishahryar1 2026-04-24 00:25:31 -07:00
  • 1f12a33dd7 Add per-model thinking toggles Alishahryar1 2026-04-24 00:14:49 -07:00
  • 462a9430bb Add local live smoke test suite (#148) Ali Khokhar 2026-04-23 19:06:09 -07:00
  • e8e13b9fea docs: Claude ACP in IntelliJ instruction in README.md (#133) Pavel Yurchenko 2026-04-24 01:50:57 +10:00
  • 55131019e1 Sync config defaults and proxy docs Alishahryar1 2026-04-22 17:34:00 -07:00
  • 4fdf7e8b7e Fix: Exclude chat_template for Mistral tokenizers in NVIDIA NIM (#130) (#131) Anuj Nitin Bharambe 2026-04-23 05:46:45 +05:30
  • 4afca05318 bug: nvidia didn't not support reasoning_budget parameter (#126) Wang Ji 2026-04-23 08:06:46 +08:00
  • 2fe15bd2cd feat: add proxy support for httpx clients (#125) arssing 2026-04-23 07:06:16 +07:00
  • e719e4aed2 feat: deepseek api support (#118) Pavel Yurchenko 2026-04-23 10:06:01 +10:00
  • c3f6dbe0bc updated nvidia nim models list Alishahryar1 2026-04-18 16:43:51 -07:00
  • c0d0ac6d42 lint Alishahryar1 2026-04-18 16:33:49 -07:00
  • 835d0454e8 Fixes for issue 113 and 116 Alishahryar1 2026-04-18 16:32:31 -07:00
  • 7468f53ab7 Fix README installation section for uv (#107) Muhammad Hamid Raza 2026-03-30 23:08:07 +05:00
  • ec904c6e0c lint Alishahryar1 2026-03-27 21:49:04 -07:00
  • 6dd07d9b6b fix: update test_build_request_body to use enable_thinking=True Alishahryar1 2026-03-27 21:48:21 -07:00
  • b75f47b62d Gate NIM thinking params behind NIM_ENABLE_THINKING env var Alishahryar1 2026-03-27 21:44:36 -07:00
  • ab0d6aca14 added parallel runs for pytest Alishahryar1 2026-03-27 21:28:45 -07:00
  • f703a0e403 Implement optional authentication (Anthropic style) (#80) th-ch 2026-03-27 19:11:47 +01:00
  • 587931d279 (doc): Update README with PowerShell and proxy server instructions (#101) Avishek Behera 2026-03-27 23:38:43 +05:30
  • 812fc5ea3b updated models list Alishahryar1 2026-03-27 11:06:23 -07:00
  • 2fad4dd4c9 Support both kimi (thinking) and nemotron (enable_thinking) in chat_template_kwargs Alishahryar1 2026-03-26 12:34:12 -07:00
  • f9e7f65f4c Fix NVIDIA NIM reasoning params for updated API Alishahryar1 2026-03-26 12:25:04 -07:00
  • 00038209b2 fix: remove unsupported include_stop_str_in_output NIM param (#95) Yuval Dinodia 2026-03-23 14:38:13 -04:00
  • 747262a7ce Update README.md Ali Khokhar 2026-03-15 12:54:30 -07:00
  • 3761780ba1 Updated nvidia nim models list Alishahryar1 2026-03-15 12:52:44 -07:00
  • 4a59f1f708 Added log line for missed optimization Alishahryar1 2026-03-11 07:27:16 -07:00
  • 55945df1d2 removed logging utils Alishahryar1 2026-03-11 07:24:50 -07:00
  • 4ead059760 update vscode config item name (#81) Xi Gou 2026-03-11 21:32:20 +08:00
  • 2324be4989 Update README.md Ali Khokhar 2026-03-08 14:35:37 -07:00
  • d679ca2411 Updated Claude.md to point to AGENTS.md Alishahryar1 2026-03-08 12:19:18 -07:00
  • 5a36a32836 feat: add llama.cpp provider for local anthropic messages API Alishahryar1 2026-03-08 10:38:25 -07:00
  • 1aedf4763c fix(providers): map httpx exceptions natively and remove type ignores Alishahryar1 2026-03-08 08:33:34 -07:00
  • 87d8ce1196 feat(lmstudio): route natively to Anthropic /v1/messages endpoint Alishahryar1 2026-03-08 08:17:05 -07:00
  • 1959b9a218 perf: use O(1) reverse mapping in CLISessionManager.remove_session Alishahryar1 2026-03-08 07:17:51 -07:00
  • f57598fee3 Move nim_settings from shared base class to NvidiaNimProvider (#78) Ali Khokhar 2026-03-07 22:34:45 -08:00
  • 884ddd77af Add tests for fcc-init entrypoint (cli/entrypoints.py) (#77) Ali Khokhar 2026-03-07 08:27:11 -08:00
  • fc58b43c5e Update README Alishahryar1 2026-03-06 22:19:54 -08:00
  • c5e7d6cbb4 Updated uv.lock Alishahryar1 2026-03-06 22:13:14 -08:00
  • c5341ecbbe Add option for an installable package (#75) Ali Khokhar 2026-03-06 22:06:33 -08:00
  • ebc8ac461f Updated nvidia models json file Alishahryar1 2026-03-05 09:26:30 -08:00
  • a599319dd6 Update README.md Ali Khokhar 2026-03-05 00:19:20 -08:00
  • 594dbcb2e3 Set python version to 3.14.0 Alishahryar1 2026-03-02 05:13:04 -08:00
  • 29125296c7 Update CLAUDE.md Ali Khokhar 2026-03-01 23:45:43 -08:00
  • d1652792d3 Update AGENTS.md Ali Khokhar 2026-03-01 23:45:32 -08:00
  • 4ba2a4cfd3 Update CLAUDE.md Ali Khokhar 2026-03-01 23:45:02 -08:00
  • 160370268a Update README with note on new features Ali Khokhar 2026-03-01 22:30:04 -08:00
  • 63d7f2afe8 Update README Ali Khokhar 2026-03-01 22:25:06 -08:00
  • ff14baa2d5 Updated README Alishahryar1 2026-03-01 22:08:51 -08:00
  • aaa62a2bd7 Relaxed python version requirements Alishahryar1 2026-03-01 22:00:34 -08:00
  • 2e8b22fa9d Remvoed root insert hack from conftest Alishahryar1 2026-03-01 21:57:25 -08:00
  • c1d1368940 Updated README Alishahryar1 2026-03-01 21:54:59 -08:00
  • a7d88d5cbd Updated README with per-model mapping, fixed test .env isolation Alishahryar1 2026-03-01 21:52:35 -08:00
  • 598e21387e Updated README Alishahryar1 2026-03-01 21:37:34 -08:00
  • 49075b7fa5 Fixed default models Alishahryar1 2026-03-01 21:34:01 -08:00
  • ac499cf585 Increased read timeout Alishahryar1 2026-03-01 21:33:32 -08:00
  • feba0d456a Updated .env.example Alishahryar1 2026-03-01 21:33:17 -08:00
  • 0b324e0421 Per claude model mapping (#66) Ali Khokhar 2026-03-01 21:32:23 -08:00
  • 763c8b62b7 Updated README Alishahryar1 2026-03-01 12:47:20 -08:00
  • efb8605258 Updated README Alishahryar1 2026-03-01 12:44:40 -08:00
  • fae8a2a044 Remove over-engineering: drop tree_queue setter, _set_connected(), fi… (#63) Ali Khokhar 2026-03-01 12:34:00 -08:00
  • 25b329a3fc Update README Ali Khokhar 2026-03-01 05:30:30 -08:00