code-puppy 0.0.206__py3-none-any.whl → 0.0.207__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
code_puppy/models.json CHANGED
@@ -4,6 +4,42 @@
4
4
  "name": "gpt-5",
5
5
  "context_length": 400000
6
6
  },
7
+ "synthetic-DeepSeek-V3.1-Terminus": {
8
+ "type": "custom_openai",
9
+ "name": "hf:deepseek-ai/DeepSeek-V3.1-Terminus",
10
+ "custom_endpoint": {
11
+ "url": "https://api.synthetic.new/openai/v1/",
12
+ "api_key": "$SYN_API_KEY"
13
+ },
14
+ "context_length": 128000
15
+ },
16
+ "synthetic-Kimi-K2-Instruct-0905": {
17
+ "type": "custom_openai",
18
+ "name": "hf:moonshotai/Kimi-K2-Instruct-0905",
19
+ "custom_endpoint": {
20
+ "url": "https://api.synthetic.new/openai/v1/",
21
+ "api_key": "$SYN_API_KEY"
22
+ },
23
+ "context_length": 256000
24
+ },
25
+ "synthetic-Qwen3-Coder-480B-A35B-Instruct": {
26
+ "type": "custom_openai",
27
+ "name": "hf:Qwen/Qwen3-Coder-480B-A35B-Instruct",
28
+ "custom_endpoint": {
29
+ "url": "https://api.synthetic.new/openai/v1/",
30
+ "api_key": "$SYN_API_KEY"
31
+ },
32
+ "context_length": 256000
33
+ },
34
+ "synthetic-GLM-4.6": {
35
+ "type": "custom_openai",
36
+ "name": "hf:zai-org/GLM-4.6",
37
+ "custom_endpoint": {
38
+ "url": "https://api.synthetic.new/openai/v1/",
39
+ "api_key": "$SYN_API_KEY"
40
+ },
41
+ "context_length": 200000
42
+ },
7
43
  "Cerebras-Qwen3-Coder-480b": {
8
44
  "type": "cerebras",
9
45
  "name": "qwen-3-coder-480b",
@@ -4,6 +4,42 @@
4
4
  "name": "gpt-5",
5
5
  "context_length": 400000
6
6
  },
7
+ "synthetic-DeepSeek-V3.1-Terminus": {
8
+ "type": "custom_openai",
9
+ "name": "hf:deepseek-ai/DeepSeek-V3.1-Terminus",
10
+ "custom_endpoint": {
11
+ "url": "https://api.synthetic.new/openai/v1/",
12
+ "api_key": "$SYN_API_KEY"
13
+ },
14
+ "context_length": 128000
15
+ },
16
+ "synthetic-Kimi-K2-Instruct-0905": {
17
+ "type": "custom_openai",
18
+ "name": "hf:moonshotai/Kimi-K2-Instruct-0905",
19
+ "custom_endpoint": {
20
+ "url": "https://api.synthetic.new/openai/v1/",
21
+ "api_key": "$SYN_API_KEY"
22
+ },
23
+ "context_length": 256000
24
+ },
25
+ "synthetic-Qwen3-Coder-480B-A35B-Instruct": {
26
+ "type": "custom_openai",
27
+ "name": "hf:Qwen/Qwen3-Coder-480B-A35B-Instruct",
28
+ "custom_endpoint": {
29
+ "url": "https://api.synthetic.new/openai/v1/",
30
+ "api_key": "$SYN_API_KEY"
31
+ },
32
+ "context_length": 256000
33
+ },
34
+ "synthetic-GLM-4.6": {
35
+ "type": "custom_openai",
36
+ "name": "hf:zai-org/GLM-4.6",
37
+ "custom_endpoint": {
38
+ "url": "https://api.synthetic.new/openai/v1/",
39
+ "api_key": "$SYN_API_KEY"
40
+ },
41
+ "context_length": 200000
42
+ },
7
43
  "Cerebras-Qwen3-Coder-480b": {
8
44
  "type": "cerebras",
9
45
  "name": "qwen-3-coder-480b",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: code-puppy
3
- Version: 0.0.206
3
+ Version: 0.0.207
4
4
  Summary: Code generation agent
5
5
  Project-URL: repository, https://github.com/mpfaffenberger/code_puppy
6
6
  Project-URL: HomePage, https://github.com/mpfaffenberger/code_puppy
@@ -97,8 +97,7 @@ Code Puppy is an AI-powered code generation agent, designed to understand progra
97
97
  export MODEL_NAME=gpt-5 # or gemini-2.5-flash-preview-05-20 as an example for Google Gemini models
98
98
  export OPENAI_API_KEY=<your_openai_api_key> # or GEMINI_API_KEY for Google Gemini models
99
99
  export CEREBRAS_API_KEY=<your_cerebras_api_key> # for Cerebras models
100
- export YOLO_MODE=true # to bypass the safety confirmation prompt when running shell commands
101
-
100
+ export SYN_API_KEY=<your https://dev.synthetic.new api key> # for Synthetic provider
102
101
  # or ...
103
102
 
104
103
  export AZURE_OPENAI_API_KEY=...
@@ -107,6 +106,17 @@ export AZURE_OPENAI_ENDPOINT=...
107
106
  code-puppy --interactive
108
107
  ```
109
108
 
109
+ ### Synthetic Provider
110
+
111
+ Code Puppy supports the **Synthetic provider**, which gives you access to various open-source models through a custom OpenAI-compatible endpoint. Set `SYN_API_KEY` to use models like:
112
+
113
+ - `synthetic-DeepSeek-V3.1-Terminus` (128K context)
114
+ - `synthetic-Kimi-K2-Instruct-0905` (256K context)
115
+ - `synthetic-Qwen3-Coder-480B-A35B-Instruct` (256K context)
116
+ - `synthetic-GLM-4.6` (200K context)
117
+
118
+ These models are available via `https://api.synthetic.new/openai/v1/` and provide high-quality coding assistance with generous context windows.
119
+
110
120
  Run specific tasks or engage in interactive mode:
111
121
 
112
122
  ```bash
@@ -5,7 +5,7 @@ code_puppy/config.py,sha256=Oo24Z5Abos6Nx7Ho8UVmIPbeCQDlObOdsM8zpYxcLKs,26561
5
5
  code_puppy/http_utils.py,sha256=Hd9bx0nWTmCSRSQxMYF4Hh91bYB1zghqaheNRhHxabM,8957
6
6
  code_puppy/main.py,sha256=SUh2UNbbEwVWSQwDkz-xBp80Q8qenX7tItsEEopcZfI,24024
7
7
  code_puppy/model_factory.py,sha256=ZbIAJWMNKNdTCEMQK8Ig6TDDZlVNyGO9hOLHoLLPMYw,15397
8
- code_puppy/models.json,sha256=dppxeQ43J5aDl-5Ytr9Rq31tiEpcQndgDVTuF1Csr_g,1751
8
+ code_puppy/models.json,sha256=iZjnV2kZ2ri9eICeVLAoSC_zyUPpWp9G2AHR8QsbfDs,2815
9
9
  code_puppy/reopenable_async_client.py,sha256=4UJRaMp5np8cbef9F0zKQ7TPKOfyf5U-Kv-0zYUWDho,8274
10
10
  code_puppy/round_robin_model.py,sha256=UEfw-Ix7GpNRWSxxuJtA-EE4_A46KXjMgFRciprfLmg,5634
11
11
  code_puppy/session_storage.py,sha256=Pf5C-qyC6xLhZCTlbAdkPwOFyqlaDomVnj9Z4cZcZsE,9595
@@ -123,9 +123,9 @@ code_puppy/tui/screens/help.py,sha256=eJuPaOOCp7ZSUlecearqsuX6caxWv7NQszUh0tZJjB
123
123
  code_puppy/tui/screens/mcp_install_wizard.py,sha256=vObpQwLbXjQsxmSg-WCasoev1usEi0pollKnL0SHu9U,27693
124
124
  code_puppy/tui/screens/settings.py,sha256=EoMxiguyeF0srwV1bj4_MG9rrxkNthh6TdTNsxnXLfE,11460
125
125
  code_puppy/tui/screens/tools.py,sha256=3pr2Xkpa9Js6Yhf1A3_wQVRzFOui-KDB82LwrsdBtyk,1715
126
- code_puppy-0.0.206.data/data/code_puppy/models.json,sha256=dppxeQ43J5aDl-5Ytr9Rq31tiEpcQndgDVTuF1Csr_g,1751
127
- code_puppy-0.0.206.dist-info/METADATA,sha256=3Yo6ubtVUU_eTNDISuqD_7Y0k0JTvCyOtwQ6BbcXBog,20766
128
- code_puppy-0.0.206.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
129
- code_puppy-0.0.206.dist-info/entry_points.txt,sha256=Tp4eQC99WY3HOKd3sdvb22vZODRq0XkZVNpXOag_KdI,91
130
- code_puppy-0.0.206.dist-info/licenses/LICENSE,sha256=31u8x0SPgdOq3izJX41kgFazWsM43zPEF9eskzqbJMY,1075
131
- code_puppy-0.0.206.dist-info/RECORD,,
126
+ code_puppy-0.0.207.data/data/code_puppy/models.json,sha256=iZjnV2kZ2ri9eICeVLAoSC_zyUPpWp9G2AHR8QsbfDs,2815
127
+ code_puppy-0.0.207.dist-info/METADATA,sha256=PghZVcf5eykKl5woyejWaSlLx-BYSmr8syp6TxfSrfI,21312
128
+ code_puppy-0.0.207.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
129
+ code_puppy-0.0.207.dist-info/entry_points.txt,sha256=Tp4eQC99WY3HOKd3sdvb22vZODRq0XkZVNpXOag_KdI,91
130
+ code_puppy-0.0.207.dist-info/licenses/LICENSE,sha256=31u8x0SPgdOq3izJX41kgFazWsM43zPEF9eskzqbJMY,1075
131
+ code_puppy-0.0.207.dist-info/RECORD,,