code-puppy 0.0.61__py3-none-any.whl → 0.0.62__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.
@@ -279,12 +279,6 @@ LANGS = {
279
279
  "function_definition": partial(_f("function {name}()"), style="green")
280
280
  },
281
281
  },
282
- # ───────── web / data description (pure-function view) ───────────
283
- ".html": {
284
- "lang": "html",
285
- "name_field": "name", # rarely useful, but included for completeness
286
- "nodes": {"element": partial(_f("<{name}>"), style="yellow")},
287
- },
288
282
  ".css": {
289
283
  "lang": "css",
290
284
  "name_field": "name",
@@ -390,4 +384,4 @@ def make_code_map(directory: str, ignore_tests: bool = True) -> str:
390
384
 
391
385
  buf = Console(record=True, width=120)
392
386
  buf.print(base_tree)
393
- return buf.export_text()
387
+ return buf.export_text()[-1000:]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: code-puppy
3
- Version: 0.0.61
3
+ Version: 0.0.62
4
4
  Summary: Code generation agent
5
5
  Author: Michael Pfaffenberger
6
6
  License: MIT
@@ -18,11 +18,11 @@ code_puppy/tools/command_runner.py,sha256=cEphrDyr12CoqpKizzaxhMHhG1HiVcqXArTkwc
18
18
  code_puppy/tools/common.py,sha256=4AmPc_jx45nhJBS1TMhqF-i9pJZzmyOmYBcrqFAhSIE,2275
19
19
  code_puppy/tools/file_modifications.py,sha256=nEHvdHJ1ige82gguf7-dybD0_e5AYFVARsYFgaTGLfY,13056
20
20
  code_puppy/tools/file_operations.py,sha256=xqj7MiK6sGTaC8NMrMRTybWlXG32S-DjybqJtnufRcI,11715
21
- code_puppy/tools/ts_code_map.py,sha256=0fSZQdNuikG6W43LQXn2oxim75MsXy0DfSfHt-saSZo,13523
21
+ code_puppy/tools/ts_code_map.py,sha256=tVUhSmStB548l1MMlbi0m0EPphuaY4f-vLhd-hnC5vU,13222
22
22
  code_puppy/tools/web_search.py,sha256=sA2ierjuuYA517-uhb5s53SgeVsyOe1nExoZsrU1Fps,1284
23
- code_puppy-0.0.61.data/data/code_puppy/models.json,sha256=3tiU7_ra39CK8aOFRsVqG7veZDdzq8hAmI5BcfZEWck,1393
24
- code_puppy-0.0.61.dist-info/METADATA,sha256=aZT117pFif0vTOEZjXSr77kfQ-ek7il-DC6mTvQgkAs,4878
25
- code_puppy-0.0.61.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
26
- code_puppy-0.0.61.dist-info/entry_points.txt,sha256=d8YkBvIUxF-dHNJAj-x4fPEqizbY5d_TwvYpc01U5kw,58
27
- code_puppy-0.0.61.dist-info/licenses/LICENSE,sha256=31u8x0SPgdOq3izJX41kgFazWsM43zPEF9eskzqbJMY,1075
28
- code_puppy-0.0.61.dist-info/RECORD,,
23
+ code_puppy-0.0.62.data/data/code_puppy/models.json,sha256=3tiU7_ra39CK8aOFRsVqG7veZDdzq8hAmI5BcfZEWck,1393
24
+ code_puppy-0.0.62.dist-info/METADATA,sha256=6K7yEUuD-BGC6Nc94vrH3A2vSXxhAglEkNGoXbk3lII,4878
25
+ code_puppy-0.0.62.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
26
+ code_puppy-0.0.62.dist-info/entry_points.txt,sha256=d8YkBvIUxF-dHNJAj-x4fPEqizbY5d_TwvYpc01U5kw,58
27
+ code_puppy-0.0.62.dist-info/licenses/LICENSE,sha256=31u8x0SPgdOq3izJX41kgFazWsM43zPEF9eskzqbJMY,1075
28
+ code_puppy-0.0.62.dist-info/RECORD,,