You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: backend/agents/agent.py
+25-10Lines changed: 25 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -120,6 +120,7 @@ async def func(path: str):
120
120
1a. Is this a general question, command to build something, etc.?
121
121
2. Which files are relevant to the question or would be needed to perform the request?
122
122
2a. What page should the user be navigated to to see/verify the change? (e.g. /settings since we are working on that page)
123
+
2b. If there's weird behavior, what files should we cat to double check on the contents?
123
124
3. What commands might you need to run?
124
125
3a. What packages need to be installed?
125
126
4. For EACH stack-specific tip, what do you need to keep in mind or how does this adjust your plan?
@@ -199,18 +200,11 @@ async def func(path: str):
199
200
{stack_text}
200
201
</stack>
201
202
202
-
<project-files>
203
-
{files_text}
204
-
</project-files>
205
-
206
-
<plan>
207
-
{plan_text}
208
-
</plan>
209
-
210
203
<tips>
211
204
- When you use these code blocks the system will automatically apply the file changes (do not also use tools to do the same thing).
212
205
- This apply will happen after you've finished your response and automatically include a git commit of all changes.
213
206
- No need to run `npm run dev`, etc since the sandbox will handle that.
207
+
- The Spark Stack UI has built in a "Preview" window of the changes to the right as well as a UI for the user to view/export raw files and config deployment/env variables.
0 commit comments