feat: 编程助手

This commit is contained in:
ageerle
2025-07-07 12:33:06 +08:00
parent 2fae8d0ad0
commit 94d4446321
2 changed files with 22 additions and 0 deletions

2
workspace/.gitkeep Normal file
View File

@@ -0,0 +1,2 @@
# This file ensures the workspace directory is created
# The workspace directory is where AI will perform file operations

20
workspace/sample.txt Normal file
View File

@@ -0,0 +1,20 @@
This is a sample file in the workspace directory.
You can ask the AI to:
1. Read this file
2. Edit this content
3. Create new files
4. List directory contents
5. Create complete projects
Try asking:
- "Read the sample.txt file"
- "Add a new section to sample.txt about AI capabilities"
- "Create a simple Java project structure"
- "List all files in the workspace"
The AI can perform continuous operations like:
1. First checking what exists
2. Then creating new content
3. Finally verifying the results