code-puppy 0.0.82__tar.gz → 0.0.83__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.
Files changed (30) hide show
  1. {code_puppy-0.0.82 → code_puppy-0.0.83}/PKG-INFO +1 -1
  2. {code_puppy-0.0.82 → code_puppy-0.0.83}/code_puppy/command_line/motd.py +15 -16
  3. {code_puppy-0.0.82 → code_puppy-0.0.83}/pyproject.toml +1 -1
  4. {code_puppy-0.0.82 → code_puppy-0.0.83}/.gitignore +0 -0
  5. {code_puppy-0.0.82 → code_puppy-0.0.83}/LICENSE +0 -0
  6. {code_puppy-0.0.82 → code_puppy-0.0.83}/README.md +0 -0
  7. {code_puppy-0.0.82 → code_puppy-0.0.83}/code_puppy/__init__.py +0 -0
  8. {code_puppy-0.0.82 → code_puppy-0.0.83}/code_puppy/agent.py +0 -0
  9. {code_puppy-0.0.82 → code_puppy-0.0.83}/code_puppy/agent_prompts.py +0 -0
  10. {code_puppy-0.0.82 → code_puppy-0.0.83}/code_puppy/command_line/__init__.py +0 -0
  11. {code_puppy-0.0.82 → code_puppy-0.0.83}/code_puppy/command_line/file_path_completion.py +0 -0
  12. {code_puppy-0.0.82 → code_puppy-0.0.83}/code_puppy/command_line/meta_command_handler.py +0 -0
  13. {code_puppy-0.0.82 → code_puppy-0.0.83}/code_puppy/command_line/model_picker_completion.py +0 -0
  14. {code_puppy-0.0.82 → code_puppy-0.0.83}/code_puppy/command_line/prompt_toolkit_completion.py +0 -0
  15. {code_puppy-0.0.82 → code_puppy-0.0.83}/code_puppy/command_line/utils.py +0 -0
  16. {code_puppy-0.0.82 → code_puppy-0.0.83}/code_puppy/config.py +0 -0
  17. {code_puppy-0.0.82 → code_puppy-0.0.83}/code_puppy/main.py +0 -0
  18. {code_puppy-0.0.82 → code_puppy-0.0.83}/code_puppy/message_history_processor.py +0 -0
  19. {code_puppy-0.0.82 → code_puppy-0.0.83}/code_puppy/model_factory.py +0 -0
  20. {code_puppy-0.0.82 → code_puppy-0.0.83}/code_puppy/models.json +0 -0
  21. {code_puppy-0.0.82 → code_puppy-0.0.83}/code_puppy/session_memory.py +0 -0
  22. {code_puppy-0.0.82 → code_puppy-0.0.83}/code_puppy/state_management.py +0 -0
  23. {code_puppy-0.0.82 → code_puppy-0.0.83}/code_puppy/summarization_agent.py +0 -0
  24. {code_puppy-0.0.82 → code_puppy-0.0.83}/code_puppy/tools/__init__.py +0 -0
  25. {code_puppy-0.0.82 → code_puppy-0.0.83}/code_puppy/tools/command_runner.py +0 -0
  26. {code_puppy-0.0.82 → code_puppy-0.0.83}/code_puppy/tools/common.py +0 -0
  27. {code_puppy-0.0.82 → code_puppy-0.0.83}/code_puppy/tools/file_modifications.py +0 -0
  28. {code_puppy-0.0.82 → code_puppy-0.0.83}/code_puppy/tools/file_operations.py +0 -0
  29. {code_puppy-0.0.82 → code_puppy-0.0.83}/code_puppy/tools/ts_code_map.py +0 -0
  30. {code_puppy-0.0.82 → code_puppy-0.0.83}/code_puppy/version_checker.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: code-puppy
3
- Version: 0.0.82
3
+ Version: 0.0.83
4
4
  Summary: Code generation agent
5
5
  Author: Michael Pfaffenberger
6
6
  License: MIT
@@ -5,26 +5,25 @@ Stores seen versions in ~/.puppy_cfg/motd.txt.
5
5
 
6
6
  import os
7
7
 
8
- MOTD_VERSION = "20250815"
8
+ MOTD_VERSION = "20250817"
9
9
  MOTD_MESSAGE = """
10
10
 
11
- 🐾 Happy Friday, Aug 15, 2025!
11
+ 🐾 Happy Sunday, Aug 17, 2025!
12
12
 
13
- Biscuit the code puppy is on full zoomie mode!
13
+ Biscuit the code puppy learned two new tricks!
14
14
  Major paws-ups:
15
- 1. We now integrate Cerebras gpt-oss-120b!
16
- It's a bit underwhelming compared to Qwen3-Coder-480b (obviously), but it's still good for basic fetches.
17
- 2. We also added support for OpenAI gpt-5!
18
- It's so good, it'll make you want to teach it to sit!
19
-
20
- To use one of the Cerebras models just have a CEREBRAS_API_KEY set in the environment variables.
21
- Use ~m to swap models in the middle of your session!
22
- Take stretch breaks you'll need 'em!
23
- • DRY your code, but keep your pup hydrated.
24
- • If you hit a bug, treat yourself for finding it!
25
-
26
- Today: sniff, code, roll over, and let these fancy AI models do the heavy lifting. Fire up a ~motd anytime
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")
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "code-puppy"
7
- version = "0.0.82"
7
+ version = "0.0.83"
8
8
  description = "Code generation agent"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.10"
File without changes
File without changes
File without changes