code-puppy 0.0.95__py3-none-any.whl → 0.0.96__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.
@@ -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.96
4
4
  Summary: Code generation agent
5
5
  Author: Michael Pfaffenberger
6
6
  License: MIT
@@ -20,13 +20,13 @@ code_puppy/command_line/prompt_toolkit_completion.py,sha256=9Uni5z7hxBjwqghU8CXj
20
20
  code_puppy/command_line/utils.py,sha256=7eyxDHjPjPB9wGDJQQcXV_zOsGdYsFgI0SGCetVmTqE,1251
21
21
  code_puppy/tools/__init__.py,sha256=kT1-wBOvRAsAWQLwpU7MXzgAI591YEaDGz4n1DwTrho,465
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.96.data/data/code_puppy/models.json,sha256=jr0-LW87aJS79GosVwoZdHeeq5eflPzgdPoMbcqpVA8,2728
28
+ code_puppy-0.0.96.dist-info/METADATA,sha256=Cx8uQsgQzTEQev2ZvSWQevNw35nEIlAIzKvORe8nUxA,6319
29
+ code_puppy-0.0.96.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
30
+ code_puppy-0.0.96.dist-info/entry_points.txt,sha256=d8YkBvIUxF-dHNJAj-x4fPEqizbY5d_TwvYpc01U5kw,58
31
+ code_puppy-0.0.96.dist-info/licenses/LICENSE,sha256=31u8x0SPgdOq3izJX41kgFazWsM43zPEF9eskzqbJMY,1075
32
+ code_puppy-0.0.96.dist-info/RECORD,,