code-puppy 0.0.95__py3-none-any.whl → 0.0.97__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.
@@ -1,5 +1,5 @@
1
1
  from code_puppy.tools.command_runner import (
2
- register_command_runner_tools,
2
+ register_command_runner_tools, kill_all_running_shell_processes
3
3
  )
4
4
  from code_puppy.tools.file_modifications import register_file_modifications_tools
5
5
  from code_puppy.tools.file_operations import register_file_operations_tools
@@ -77,6 +77,7 @@ IGNORE_PATTERNS = [
77
77
  "**/.parcel-cache/**",
78
78
  "**/.vite/**",
79
79
  "**/storybook-static/**",
80
+ "**/*.tsbuildinfo/*",
80
81
  # Python
81
82
  "**/__pycache__/**",
82
83
  "**/__pycache__",
@@ -317,7 +318,7 @@ IGNORE_PATTERNS = [
317
318
  "**/*.old",
318
319
  "**/*.save",
319
320
  # Hidden files (but be careful with this one)
320
- # "**/.*", # Commented out as it might be too aggressive
321
+ "**/.*", # Commented out as it might be too aggressive
321
322
  ]
322
323
 
323
324
 
@@ -278,7 +278,7 @@ def _grep(context: RunContext, search_string: str, directory: str = ".") -> Grep
278
278
  **{
279
279
  "file_path": file_path,
280
280
  "line_number": line_number,
281
- "line_content": line_content.rstrip("\n\r")[2048:],
281
+ "line_content": line_content.rstrip("\n\r")[512:],
282
282
  }
283
283
  )
284
284
  matches.append(match_info)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: code-puppy
3
- Version: 0.0.95
3
+ Version: 0.0.97
4
4
  Summary: Code generation agent
5
5
  Author: Michael Pfaffenberger
6
6
  License: MIT
@@ -18,15 +18,15 @@ code_puppy/command_line/model_picker_completion.py,sha256=NkyZZG7IhcVWSJ3ADytwCA
18
18
  code_puppy/command_line/motd.py,sha256=FoZsiVpXGF8WpAmEJX4O895W7MDuzCtNWvFAOShxUXY,1572
19
19
  code_puppy/command_line/prompt_toolkit_completion.py,sha256=9Uni5z7hxBjwqghU8CXjOiT0YggXTST9AJO-aewqCYI,8331
20
20
  code_puppy/command_line/utils.py,sha256=7eyxDHjPjPB9wGDJQQcXV_zOsGdYsFgI0SGCetVmTqE,1251
21
- code_puppy/tools/__init__.py,sha256=kT1-wBOvRAsAWQLwpU7MXzgAI591YEaDGz4n1DwTrho,465
21
+ code_puppy/tools/__init__.py,sha256=F5rxPf6A9otKH6WNt22VSKEg8QntGZ9hTHSMMthNB2U,498
22
22
  code_puppy/tools/command_runner.py,sha256=ppAnuSq-T8SJoDKb1qKls4NOrd8NtTuLIjeigICzj3M,14390
23
- code_puppy/tools/common.py,sha256=UeZ2ABUjz9CilpbqquOLy20QU5NFPrOSpnT8kOO3JGc,9334
23
+ code_puppy/tools/common.py,sha256=GhJysBE0WQQqSrp0RhmX5mZ4ZtGKyVZ95mYAT0kZq9M,9358
24
24
  code_puppy/tools/file_modifications.py,sha256=BzQrGEacS2NZr2ru9N30x_Qd70JDudBKOAPO1XjBohg,13861
25
- code_puppy/tools/file_operations.py,sha256=Y8soppdHv9ScG25QQ-odtHR_LI5Ht2g5JU-XDRds9D4,13603
25
+ code_puppy/tools/file_operations.py,sha256=t_9zc2J4AwCmWW8-L8wTNavgCLevxw81tAqfONEyi3w,13602
26
26
  code_puppy/tools/token_check.py,sha256=PcGmQL9Vkst5lILhd45vGi2kEVUj4pA0_a768MdsUOc,562
27
- code_puppy-0.0.95.data/data/code_puppy/models.json,sha256=jr0-LW87aJS79GosVwoZdHeeq5eflPzgdPoMbcqpVA8,2728
28
- code_puppy-0.0.95.dist-info/METADATA,sha256=rbSCm38gydb7--bsxigiV1VHll2LlZ4WxGhFV03Jj-s,6319
29
- code_puppy-0.0.95.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
30
- code_puppy-0.0.95.dist-info/entry_points.txt,sha256=d8YkBvIUxF-dHNJAj-x4fPEqizbY5d_TwvYpc01U5kw,58
31
- code_puppy-0.0.95.dist-info/licenses/LICENSE,sha256=31u8x0SPgdOq3izJX41kgFazWsM43zPEF9eskzqbJMY,1075
32
- code_puppy-0.0.95.dist-info/RECORD,,
27
+ code_puppy-0.0.97.data/data/code_puppy/models.json,sha256=jr0-LW87aJS79GosVwoZdHeeq5eflPzgdPoMbcqpVA8,2728
28
+ code_puppy-0.0.97.dist-info/METADATA,sha256=D0C45fxir_H3pskyDQ0jDuuXY7q2MsQdyKyUgSWkqOc,6319
29
+ code_puppy-0.0.97.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
30
+ code_puppy-0.0.97.dist-info/entry_points.txt,sha256=d8YkBvIUxF-dHNJAj-x4fPEqizbY5d_TwvYpc01U5kw,58
31
+ code_puppy-0.0.97.dist-info/licenses/LICENSE,sha256=31u8x0SPgdOq3izJX41kgFazWsM43zPEF9eskzqbJMY,1075
32
+ code_puppy-0.0.97.dist-info/RECORD,,