Commit Graph

31 Commits

Author SHA1 Message Date
4b38333d23 Release workflow 2025-03-27 07:08:29 +00:00
bea2ea2a0f Sort folders first then files 2025-03-27 06:28:16 +00:00
8246879bea Fix missing newline at end of file in extension.ts 0.0.1 2025-03-17 07:24:19 +00:00
72f21325dd Merge pull request 'feat-filter-ignore' (#1) from feat-filter-ignore into main
Reviewed-on: #1
2025-03-17 07:23:37 +00:00
7aece43a6b Enhance status bar with new buttons for tree view and settings; refactor existing button setup 2025-03-17 07:22:40 +00:00
d2b09eefbe Revise README.md for clarity and conciseness, updating sections on usage, features, and installation instructions 2025-03-13 08:52:22 +00:00
19a5dc658e Fix formatting instructions in XML documentation for clarity and correct spelling 2025-03-13 08:49:46 +00:00
f0f5b315e7 Update CHANGELOG.md to include initial release details and added features 2025-03-13 08:41:46 +00:00
5bb5236d3a Remove unused plain text prompt generation method from PromptGenerator 2025-03-13 08:29:43 +00:00
7eb0d49d07 Refactor test setup and improve prompt generation error handling 2025-03-13 08:28:00 +00:00
69475782eb Enhance file selection by loading ignore patterns from .gitignore in parent directories 2025-03-13 08:12:06 +00:00
385e35a8ad Use webpack bundler 2025-03-13 08:00:45 +00:00
2df0dc666b Intermediate still contains errors, but an attempt to solve filtering as per .gitignore 2025-03-12 15:05:52 +00:00
c18e4dac10 Merge pull request #1 from abhishekbhakat/feat-settings
Feat settings
2025-03-12 09:09:19 +00:00
5a6e1a5e90 remove duplication 2025-03-12 09:08:56 +00:00
134bdf1e5e Assistant checkpoint: Fixed tree provider implementation and recompiled
Assistant generated file changes:
- src/providers/prompterTreeProvider.ts: Fix imports and improve modularity

---

User prompt:

This broke the import of ignore and caused `There is no data provider registered that can provide view data.`

Replit-Commit-Author: Assistant
Replit-Commit-Session-Id: e2f69f78-99c3-447b-a97a-9a2c4347a1d6
2025-03-12 08:39:44 +00:00
5a4560758c ignore config 2025-03-12 08:06:19 +00:00
926c88780b Assistant checkpoint: Refactored prompterTreeProvider.ts into modular components
Assistant generated file changes:
- src/providers/prompterTreeProvider.ts: Refactor to a more modular structure
- src/providers/fileSelectionManager.ts: Create file selection manager class
- src/providers/settingsManager.ts: Create settings manager class

---

User prompt:

Can you help me make this file more modular?
@src/providers/prompterTreeProvider.ts

Replit-Commit-Author: Assistant
Replit-Commit-Session-Id: e2f69f78-99c3-447b-a97a-9a2c4347a1d6
2025-03-12 08:01:18 +00:00
2d28f71e9b add support for recursive selection and deselection of files in the tree view 2025-03-12 07:25:26 +00:00
65bf168e1f add conditional visibility for prompter commands and include 'ignore' dependency 2025-03-12 06:54:12 +00:00
6e3fbd8f2b add repository URL to package.json 2025-03-12 06:44:37 +00:00
3adfd712c0 add XML formatting instructions file and update prompt generator to include instructions 2025-03-12 06:42:53 +00:00
759cfad76e ignore assets 2025-03-12 05:23:36 +00:00
0ec4e8e2d2 follow xml pattern 2025-03-11 18:40:20 +00:00
3676136692 modular code 2025-03-11 18:27:57 +00:00
6bd50154f0 add settings management and UI integration 2025-03-11 18:18:32 +00:00
c5e16a6ae9 fix file selection 2025-03-11 17:53:37 +00:00
ec397a35fa Just Copy button 2025-03-11 17:49:38 +00:00
a7b34427ca ignore vsix files 2025-03-11 17:47:52 +00:00
567427b29b Initial code 2025-03-11 17:20:20 +00:00
94b70b0c40 ignore 2025-03-11 17:19:51 +00:00