code-puppy 0.0.39__tar.gz → 0.0.41__tar.gz
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-0.0.39 → code_puppy-0.0.41}/PKG-INFO +1 -1
- {code_puppy-0.0.39 → code_puppy-0.0.41}/code_puppy/models.json +3 -42
- {code_puppy-0.0.39 → code_puppy-0.0.41}/pyproject.toml +1 -1
- {code_puppy-0.0.39 → code_puppy-0.0.41}/.gitignore +0 -0
- {code_puppy-0.0.39 → code_puppy-0.0.41}/LICENSE +0 -0
- {code_puppy-0.0.39 → code_puppy-0.0.41}/README.md +0 -0
- {code_puppy-0.0.39 → code_puppy-0.0.41}/code_puppy/__init__.py +0 -0
- {code_puppy-0.0.39 → code_puppy-0.0.41}/code_puppy/agent.py +0 -0
- {code_puppy-0.0.39 → code_puppy-0.0.41}/code_puppy/agent_prompts.py +0 -0
- {code_puppy-0.0.39 → code_puppy-0.0.41}/code_puppy/command_line/__init__.py +0 -0
- {code_puppy-0.0.39 → code_puppy-0.0.41}/code_puppy/command_line/file_path_completion.py +0 -0
- {code_puppy-0.0.39 → code_puppy-0.0.41}/code_puppy/command_line/meta_command_handler.py +0 -0
- {code_puppy-0.0.39 → code_puppy-0.0.41}/code_puppy/command_line/model_picker_completion.py +0 -0
- {code_puppy-0.0.39 → code_puppy-0.0.41}/code_puppy/command_line/prompt_toolkit_completion.py +0 -0
- {code_puppy-0.0.39 → code_puppy-0.0.41}/code_puppy/command_line/utils.py +0 -0
- {code_puppy-0.0.39 → code_puppy-0.0.41}/code_puppy/config.py +0 -0
- {code_puppy-0.0.39 → code_puppy-0.0.41}/code_puppy/main.py +0 -0
- {code_puppy-0.0.39 → code_puppy-0.0.41}/code_puppy/model_factory.py +0 -0
- {code_puppy-0.0.39 → code_puppy-0.0.41}/code_puppy/session_memory.py +0 -0
- {code_puppy-0.0.39 → code_puppy-0.0.41}/code_puppy/tools/__init__.py +0 -0
- {code_puppy-0.0.39 → code_puppy-0.0.41}/code_puppy/tools/code_map.py +0 -0
- {code_puppy-0.0.39 → code_puppy-0.0.41}/code_puppy/tools/command_runner.py +0 -0
- {code_puppy-0.0.39 → code_puppy-0.0.41}/code_puppy/tools/common.py +0 -0
- {code_puppy-0.0.39 → code_puppy-0.0.41}/code_puppy/tools/file_modifications.py +0 -0
- {code_puppy-0.0.39 → code_puppy-0.0.41}/code_puppy/tools/file_operations.py +0 -0
- {code_puppy-0.0.39 → code_puppy-0.0.41}/code_puppy/tools/web_search.py +0 -0
- {code_puppy-0.0.39 → code_puppy-0.0.41}/code_puppy/version_checker.py +0 -0
| @@ -6,27 +6,6 @@ | |
| 6 6 | 
             
                "max_retries": 3,
         | 
| 7 7 | 
             
                "retry_base_delay": 10
         | 
| 8 8 | 
             
              },
         | 
| 9 | 
            -
              "gemini-2.0-flash": {
         | 
| 10 | 
            -
                "type": "gemini",
         | 
| 11 | 
            -
                "name": "gemini-2.0-flash",
         | 
| 12 | 
            -
                "max_requests_per_minute": 100,
         | 
| 13 | 
            -
                "max_retries": 3,
         | 
| 14 | 
            -
                "retry_base_delay": 10
         | 
| 15 | 
            -
              },
         | 
| 16 | 
            -
              "gpt-4o": {
         | 
| 17 | 
            -
                "type": "openai",
         | 
| 18 | 
            -
                "name": "gpt-4o",
         | 
| 19 | 
            -
                "max_requests_per_minute": 100,
         | 
| 20 | 
            -
                "max_retries": 3,
         | 
| 21 | 
            -
                "retry_base_delay": 10
         | 
| 22 | 
            -
              },
         | 
| 23 | 
            -
              "gpt-4o-mini": {
         | 
| 24 | 
            -
                "type": "openai",
         | 
| 25 | 
            -
                "name": "gpt-4o-mini",
         | 
| 26 | 
            -
                "max_requests_per_minute": 100,
         | 
| 27 | 
            -
                "max_retries": 3,
         | 
| 28 | 
            -
                "retry_base_delay": 10
         | 
| 29 | 
            -
              },
         | 
| 30 9 | 
             
              "gpt-4.1": {
         | 
| 31 10 | 
             
                "type": "openai",
         | 
| 32 11 | 
             
                "name": "gpt-4.1",
         | 
| @@ -48,16 +27,9 @@ | |
| 48 27 | 
             
                "max_retries": 3,
         | 
| 49 28 | 
             
                "retry_base_delay": 10
         | 
| 50 29 | 
             
              },
         | 
| 51 | 
            -
              " | 
| 52 | 
            -
                "type": "openai",
         | 
| 53 | 
            -
                "name": "o3-mini",
         | 
| 54 | 
            -
                "max_requests_per_minute": 100,
         | 
| 55 | 
            -
                "max_retries": 3,
         | 
| 56 | 
            -
                "retry_base_delay": 10
         | 
| 57 | 
            -
              },
         | 
| 58 | 
            -
              "gpt-4o-custom": {
         | 
| 30 | 
            +
              "gpt-4.1-custom": {
         | 
| 59 31 | 
             
                "type": "custom_openai",
         | 
| 60 | 
            -
                "name": "gpt- | 
| 32 | 
            +
                "name": "gpt-4.1-custom",
         | 
| 61 33 | 
             
                "max_requests_per_minute": 100,
         | 
| 62 34 | 
             
                "max_retries": 3,
         | 
| 63 35 | 
             
                "retry_base_delay": 10,
         | 
| @@ -90,17 +62,6 @@ | |
| 90 62 | 
             
                  "api_key": "$TOGETHER_API_KEY"
         | 
| 91 63 | 
             
                }
         | 
| 92 64 | 
             
              },
         | 
| 93 | 
            -
              "meta-llama/Llama-4-Maverick-17B-128E-Instruct-FP8": {
         | 
| 94 | 
            -
                "type": "custom_openai",
         | 
| 95 | 
            -
                "name": "meta-llama/Llama-4-Maverick-17B-128E-Instruct-FP8",
         | 
| 96 | 
            -
                "max_requests_per_minute": 100,
         | 
| 97 | 
            -
                "max_retries": 3,
         | 
| 98 | 
            -
                "retry_base_delay": 5,
         | 
| 99 | 
            -
                "custom_endpoint": {
         | 
| 100 | 
            -
                  "url": "https://api.together.xyz/v1",
         | 
| 101 | 
            -
                  "api_key": "$TOGETHER_API_KEY"
         | 
| 102 | 
            -
                }
         | 
| 103 | 
            -
              },
         | 
| 104 65 | 
             
              "grok-3-mini-fast": {
         | 
| 105 66 | 
             
                "type": "custom_openai",
         | 
| 106 67 | 
             
                "name": "grok-3-mini-fast",
         | 
| @@ -119,7 +80,7 @@ | |
| 119 80 | 
             
                "max_retries": 3,
         | 
| 120 81 | 
             
                "retry_base_delay": 5,
         | 
| 121 82 | 
             
                "api_version": "2024-12-01-preview",
         | 
| 122 | 
            -
                "api_key": " | 
| 83 | 
            +
                "api_key": "$AZURE_OPENAI_API_KEY",
         | 
| 123 84 | 
             
                "azure_endpoint": "$AZURE_OPENAI_ENDPOINT"
         | 
| 124 85 | 
             
              }
         | 
| 125 86 | 
             
            }
         | 
| 
            File without changes
         | 
| 
            File without changes
         | 
| 
            File without changes
         | 
| 
            File without changes
         | 
| 
            File without changes
         | 
| 
            File without changes
         | 
| 
            File without changes
         | 
| 
            File without changes
         | 
| 
            File without changes
         | 
| 
            File without changes
         | 
    
        {code_puppy-0.0.39 → code_puppy-0.0.41}/code_puppy/command_line/prompt_toolkit_completion.py
    RENAMED
    
    | 
            File without changes
         | 
| 
            File without changes
         | 
| 
            File without changes
         | 
| 
            File without changes
         | 
| 
            File without changes
         | 
| 
            File without changes
         | 
| 
            File without changes
         | 
| 
            File without changes
         | 
| 
            File without changes
         | 
| 
            File without changes
         | 
| 
            File without changes
         | 
| 
            File without changes
         | 
| 
            File without changes
         | 
| 
            File without changes
         |