mpfaffenberger / mpfaffenberger/code_puppy
Feature Request: VS Code extension support for Code Puppy?
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 814
- Forks
- 278
- Avg merge
- 2d 5h
- Merged PRs (30d)
- 76
Description
Hi Code Puppy team. I'm a big fan of the project and wanted to share interest in official VS Code extension support.
I’d love to use Code Puppy directly inside VS Code for:
- in-editor chat,
- “edit selection” workflows,
- and diff-first patch apply/review.
From looking through the repo (for example: code_puppy/tools/subagent_context.py), it seems like a lot of the backend building blocks already exist, so this feels achievable with a thin editor integration layer.
Even an MVP would be great:
- run Code Puppy in headless mode from VS Code,
- send file/selection context,
- return proposed edits as a patch for user approval.
For context, I’ve been an Apache Software Foundation committer since 2011, and I’d be happy to help test or provide implementation feedback.
Thanks for all your work on Code Puppy!
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with code_puppy/tools/subagent_context.py and trace how Code Puppy can run in headless mode and receive file or selection context. Done means a VS Code integration supports in-editor chat, sends context, and returns proposed edits as a patch for user approval and review.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, vscode
- Domain
- developer-experience, tooling
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100