code-puppy 0.0.68__tar.gz → 0.0.69__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.68 → code_puppy-0.0.69}/PKG-INFO +1 -1
- {code_puppy-0.0.68 → code_puppy-0.0.69}/code_puppy/command_line/meta_command_handler.py +2 -2
- {code_puppy-0.0.68 → code_puppy-0.0.69}/pyproject.toml +1 -1
- {code_puppy-0.0.68 → code_puppy-0.0.69}/.gitignore +0 -0
- {code_puppy-0.0.68 → code_puppy-0.0.69}/LICENSE +0 -0
- {code_puppy-0.0.68 → code_puppy-0.0.69}/README.md +0 -0
- {code_puppy-0.0.68 → code_puppy-0.0.69}/code_puppy/__init__.py +0 -0
- {code_puppy-0.0.68 → code_puppy-0.0.69}/code_puppy/agent.py +0 -0
- {code_puppy-0.0.68 → code_puppy-0.0.69}/code_puppy/agent_prompts.py +0 -0
- {code_puppy-0.0.68 → code_puppy-0.0.69}/code_puppy/command_line/__init__.py +0 -0
- {code_puppy-0.0.68 → code_puppy-0.0.69}/code_puppy/command_line/file_path_completion.py +0 -0
- {code_puppy-0.0.68 → code_puppy-0.0.69}/code_puppy/command_line/model_picker_completion.py +0 -0
- {code_puppy-0.0.68 → code_puppy-0.0.69}/code_puppy/command_line/prompt_toolkit_completion.py +0 -0
- {code_puppy-0.0.68 → code_puppy-0.0.69}/code_puppy/command_line/utils.py +0 -0
- {code_puppy-0.0.68 → code_puppy-0.0.69}/code_puppy/config.py +0 -0
- {code_puppy-0.0.68 → code_puppy-0.0.69}/code_puppy/main.py +0 -0
- {code_puppy-0.0.68 → code_puppy-0.0.69}/code_puppy/model_factory.py +0 -0
- {code_puppy-0.0.68 → code_puppy-0.0.69}/code_puppy/models.json +0 -0
- {code_puppy-0.0.68 → code_puppy-0.0.69}/code_puppy/session_memory.py +0 -0
- {code_puppy-0.0.68 → code_puppy-0.0.69}/code_puppy/tools/__init__.py +0 -0
- {code_puppy-0.0.68 → code_puppy-0.0.69}/code_puppy/tools/command_runner.py +0 -0
- {code_puppy-0.0.68 → code_puppy-0.0.69}/code_puppy/tools/common.py +0 -0
- {code_puppy-0.0.68 → code_puppy-0.0.69}/code_puppy/tools/file_modifications.py +0 -0
- {code_puppy-0.0.68 → code_puppy-0.0.69}/code_puppy/tools/file_operations.py +0 -0
- {code_puppy-0.0.68 → code_puppy-0.0.69}/code_puppy/tools/ts_code_map.py +0 -0
- {code_puppy-0.0.68 → code_puppy-0.0.69}/code_puppy/tools/web_search.py +0 -0
- {code_puppy-0.0.68 → code_puppy-0.0.69}/code_puppy/version_checker.py +0 -0
|
@@ -12,8 +12,8 @@ from code_puppy.command_line.utils import make_directory_table
|
|
|
12
12
|
META_COMMANDS_HELP = """
|
|
13
13
|
[bold magenta]Meta Commands Help[/bold magenta]
|
|
14
14
|
~help, ~h Show this help message
|
|
15
|
-
~cd
|
|
16
|
-
~codemap
|
|
15
|
+
~cd <dir> Change directory or show directories
|
|
16
|
+
~codemap <dir> Show code structure for <dir>
|
|
17
17
|
~m <model> Set active model
|
|
18
18
|
~motd Show the latest message of the day (MOTD)
|
|
19
19
|
~show Show puppy config key-values
|
|
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.68 → code_puppy-0.0.69}/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
|
|
File without changes
|