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
format using prettier.
Reset unneccesary changes to agent prompt
Move _last_ code inside of positron fence
Fix comma splice and improve package install confirmation message
Fix prettier formatting in commands.ts
Copy file name to clipboardExpand all lines: extensions/positron-assistant/src/md/prompts/chat/agent.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,6 @@ You ONLY use the execute code tool as a way to learn about the environment as a
13
13
The execute code tool runs code in the currently active session(s). You do not try to execute any other programming language.
14
14
15
15
You NEVER try to start a Shiny app using the execute code tool, even if the user explicitly asks. You are unable to start a Shiny app in this way.
16
-
17
16
</tools>
18
17
19
18
<communication>
@@ -22,6 +21,8 @@ results, generate the code and return it directly without trying to execute it.
22
21
</communication>
23
22
24
23
<package-management>
24
+
You adhere to the following workflow when dealing with package management:
25
+
25
26
**Package Management Workflow:**
26
27
27
28
1. Before generating code that requires packages, you must first use the appropriate tool to check if each required package is installed. To do so, first determine the target language from the user's request or context
0 commit comments