Commit aaf2ee4
authored
init:auto completion and add documentation code action (#1)
* Update README.md to introduce functorcoder AI coding assistant and outline project features and structure
* Update README.md to include project structure and bash commands for setup
* Add initial implementation of core components and configuration for functorcoder
* Refactor code to improve clarity by updating comments and removing unused imports
* Update README.md to clarify project structure and features; modify package.json for proper naming and description; enhance editorConfig.scala for improved parameter clarity
* Implement command registration and status bar integration for functorcoder; add command actions and quick pick functionality
* Add GitHub Actions workflow for building and publishing VSIX package
* Update GitHub Actions workflow and build configuration for debugging
* Enhance GitHub Actions workflow for packaging and uploading VSIX; update package.json to include repository information
* Fix workflow script to chain commands for packaging extension in GitHub Actions
* Update GitHub Actions workflow to trigger on release branch and improve VSIX upload process
* Comment out branch trigger in GitHub Actions workflow for release
* Refactor GitHub Actions workflows and update configuration handling in the extension
* Enhance VSCode extension with inline editing capabilities and LLM integration; refactor code structure and improve configuration handling
* Refactor command handling to improve documentation generation; add language detection and streamline code action prompts
* Refactor command registration and improve command handling; replace command definitions with tuples and create vscCommands object for command registration
* Remove unused imports and streamline code in LLM and VSCode extension files
* Enhance VSCode extension configuration by adding maxTokens parameter; refactor command handling and improve code structure for better maintainability
* Refactor build configuration and remove CodeActionProvider; add InlineEdit functionality for enhanced user interaction
* Add file and folder creation functionality; implement tree parsing and enhance prompt handling
* Refactor command registration to include createFiles command; update build command alias and enhance quick pick functionality for file generation
* Enhance status bar functionality by adding spinning status indicators during loading; update README for clarity
* Update README for clarity on features and current status; change command references in package.json to 'functorcoder.menu'
* Refactor build configuration and enhance logging; add printlnOrange function for colored output and improve status bar messaging with language context
* Refactor build script and improve logging; update VSCode task handling and enhance status bar messaging
* Refactor command structure and implement a new menu system; remove deprecated main menu items and enhance quick pick functionality
* Refactor command names for consistency; update input box titles and improve quick pick functionality
* Refactor command handling to integrate llmAgent; update menu display and status bar item creation
* Refactor create files command to streamline input handling; update main menu to invoke command directly and enhance quick pick functionality
* parentPaths for create files
* createFiles show file list ok
* Enhance LLM integration by adding model specification and refactoring code completion logic; update README with upcoming features
* Refactor configuration handling by replacing settings with vscConfig; update model default to use openaiReq; add .worksheet.sc to .gitignore
* Refactor code completion and documentation handling; remove obsolete CodeCompletion and editorCtx files, and introduce CodeGen for improved functionality
* Remove unused imports and clean up code in editorUI and extensionMain
* Add .sbtopts to .gitignore to exclude build options from version control
* Update README to include RAG feature for enhanced code base understanding
* Update README to include MCP feature for environment interaction
* Update README for clarity and structure; modify prompt placeholders in llmPrompt; adjust logging in inlineCompletions; add comments in createFiles
* Update README for improved clarity and add getting started section
* better prompt
* Refactor prompt class to use ctrlMsg instead of assistantMsg; update configuration keys for API settings
* Remove outdated OpenAI API request example from openaiReq.scala and clean up comments
* Add OpenAI API configuration example to README and clarify getting started instructions
* Update README to enhance clarity and detail current features and getting started instructions
* Update README to include next important features and add a Chinese introduction1 parent c540152 commit aaf2ee4
File tree
30 files changed
+1672
-315
lines changed- .github/workflows
- src/main/scala
- functorcoder
- actions
- algo
- editorUI
- llm
- types
- vscextension
- facade
30 files changed
+1672
-315
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
29 | 32 | | |
30 | 33 | | |
31 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| 41 | + | |
| 42 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
| 2 | + | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
9 | 7 | | |
10 | | - | |
11 | | - | |
12 | | - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
13 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
14 | 16 | | |
15 | | - | |
16 | | - | |
17 | | - | |
| 17 | + | |
| 18 | + | |
18 | 19 | | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
| 20 | + | |
23 | 21 | | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
28 | 27 | | |
29 | 28 | | |
30 | | - | |
31 | | - | |
| 29 | + | |
32 | 30 | | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
41 | | - | |
| 40 | + | |
| 41 | + | |
42 | 42 | | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
| 43 | + | |
48 | 44 | | |
49 | | - | |
50 | | - | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
51 | 48 | | |
52 | | - | |
53 | | - | |
54 | | - | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
55 | 56 | | |
56 | | - | |
57 | | - | |
| 57 | + | |
| 58 | + | |
58 | 59 | | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
64 | 71 | | |
65 | 72 | | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
66 | 82 | | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | 83 | | |
82 | | - | |
| 84 | + | |
| 85 | + | |
83 | 86 | | |
84 | | - | |
85 | | - | |
| 87 | + | |
86 | 88 | | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
| 89 | + | |
91 | 90 | | |
92 | | - | |
93 | | - | |
94 | | - | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
95 | 96 | | |
96 | | - | |
97 | | - | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
98 | 102 | | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
105 | 109 | | |
106 | | - | |
107 | 110 | | |
108 | 111 | | |
109 | 112 | | |
| |||
0 commit comments