code-puppy 0.0.82__py3-none-any.whl → 0.0.83__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.
- code_puppy/command_line/motd.py +15 -16
- {code_puppy-0.0.82.dist-info → code_puppy-0.0.83.dist-info}/METADATA +1 -1
- {code_puppy-0.0.82.dist-info → code_puppy-0.0.83.dist-info}/RECORD +7 -7
- {code_puppy-0.0.82.data → code_puppy-0.0.83.data}/data/code_puppy/models.json +0 -0
- {code_puppy-0.0.82.dist-info → code_puppy-0.0.83.dist-info}/WHEEL +0 -0
- {code_puppy-0.0.82.dist-info → code_puppy-0.0.83.dist-info}/entry_points.txt +0 -0
- {code_puppy-0.0.82.dist-info → code_puppy-0.0.83.dist-info}/licenses/LICENSE +0 -0
code_puppy/command_line/motd.py
CHANGED
|
@@ -5,26 +5,25 @@ Stores seen versions in ~/.puppy_cfg/motd.txt.
|
|
|
5
5
|
|
|
6
6
|
import os
|
|
7
7
|
|
|
8
|
-
MOTD_VERSION = "
|
|
8
|
+
MOTD_VERSION = "20250817"
|
|
9
9
|
MOTD_MESSAGE = """
|
|
10
10
|
|
|
11
|
-
🐾 Happy
|
|
11
|
+
🐾 Happy Sunday, Aug 17, 2025!
|
|
12
12
|
|
|
13
|
-
Biscuit the code puppy
|
|
13
|
+
Biscuit the code puppy learned two new tricks!
|
|
14
14
|
Major paws-ups:
|
|
15
|
-
1.
|
|
16
|
-
|
|
17
|
-
2.
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
•
|
|
21
|
-
•
|
|
22
|
-
•
|
|
23
|
-
• DRY
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
you need some puppy hype!
|
|
15
|
+
1. On-the-fly summarization: when your model's context hits 90%,
|
|
16
|
+
Biscuit auto-summarizes older messages to keep you cruising. No sweat, no tokens spilled.
|
|
17
|
+
2. AGENT.md support: ship your project rules and style guide,
|
|
18
|
+
and Biscuit will obey them like the good pup he is.
|
|
19
|
+
|
|
20
|
+
• Use ~m to swap models mid-session.
|
|
21
|
+
• YOLO_MODE=true skips command confirmations (danger, zoomies!).
|
|
22
|
+
• Keep files under 600 lines; split big ones like a responsible hooman.
|
|
23
|
+
• DRY code, happy pup.
|
|
24
|
+
|
|
25
|
+
Today's vibe: sniff context, summarize smartly, obey AGENT.md, and ship.
|
|
26
|
+
Run ~motd anytime you need more puppy hype!
|
|
28
27
|
|
|
29
28
|
"""
|
|
30
29
|
MOTD_TRACK_FILE = os.path.expanduser("~/.puppy_cfg/motd.txt")
|
|
@@ -14,7 +14,7 @@ code_puppy/command_line/__init__.py,sha256=y7WeRemfYppk8KVbCGeAIiTuiOszIURCDjOMZ
|
|
|
14
14
|
code_puppy/command_line/file_path_completion.py,sha256=gw8NpIxa6GOpczUJRyh7VNZwoXKKn-yvCqit7h2y6Gg,2931
|
|
15
15
|
code_puppy/command_line/meta_command_handler.py,sha256=L7qP2g0Faz0V7bMH4YK3s03OWWuQFtK7Sh-Kt2zmmEQ,6182
|
|
16
16
|
code_puppy/command_line/model_picker_completion.py,sha256=NkyZZG7IhcVWSJ3ADytwCA5f8DpNeVs759Qtqs4fQtY,3733
|
|
17
|
-
code_puppy/command_line/motd.py,sha256=
|
|
17
|
+
code_puppy/command_line/motd.py,sha256=7ICNgfL4EgSrmCAHIsCK72R19obSQXkK8l7XGJBkvrQ,1571
|
|
18
18
|
code_puppy/command_line/prompt_toolkit_completion.py,sha256=_gP0FIOgHDNHTTWLNL0XNzr6sO0ISe7Mec1uQNo9kcM,8337
|
|
19
19
|
code_puppy/command_line/utils.py,sha256=7eyxDHjPjPB9wGDJQQcXV_zOsGdYsFgI0SGCetVmTqE,1251
|
|
20
20
|
code_puppy/tools/__init__.py,sha256=ozIGpLM7pKSjH4UeojkTodhfVYZeNzMsLtK_oyw41HA,456
|
|
@@ -23,9 +23,9 @@ code_puppy/tools/common.py,sha256=M53zhiXZAmPdvi1Y_bzCxgvEmifOvRRJvYPARYRZqHw,22
|
|
|
23
23
|
code_puppy/tools/file_modifications.py,sha256=nGI8gRD6Vtkg8EzBkErsv3khE3VI-_M1z_PdQLvjfLo,13847
|
|
24
24
|
code_puppy/tools/file_operations.py,sha256=eftkN-MxsRGQc8c1iIoNmN5r-Ppld5YJRT7a89kxpkM,11207
|
|
25
25
|
code_puppy/tools/ts_code_map.py,sha256=o-u8p5vsYwitfDtVEoPS-7MwWn2xHzwtIQLo1_WMhQs,17647
|
|
26
|
-
code_puppy-0.0.
|
|
27
|
-
code_puppy-0.0.
|
|
28
|
-
code_puppy-0.0.
|
|
29
|
-
code_puppy-0.0.
|
|
30
|
-
code_puppy-0.0.
|
|
31
|
-
code_puppy-0.0.
|
|
26
|
+
code_puppy-0.0.83.data/data/code_puppy/models.json,sha256=jr0-LW87aJS79GosVwoZdHeeq5eflPzgdPoMbcqpVA8,2728
|
|
27
|
+
code_puppy-0.0.83.dist-info/METADATA,sha256=aVwdGS5myGEKw0pnRGYG4hSG6qM1S0Y7CL5j1AMhCdw,6351
|
|
28
|
+
code_puppy-0.0.83.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
29
|
+
code_puppy-0.0.83.dist-info/entry_points.txt,sha256=d8YkBvIUxF-dHNJAj-x4fPEqizbY5d_TwvYpc01U5kw,58
|
|
30
|
+
code_puppy-0.0.83.dist-info/licenses/LICENSE,sha256=31u8x0SPgdOq3izJX41kgFazWsM43zPEF9eskzqbJMY,1075
|
|
31
|
+
code_puppy-0.0.83.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|