sam hoang
f906755d90
feat: add setting to enable/disable MCP server creation
...
- Add enableMcpServerCreation setting to control whether MCP server creation is allowed
- Add UI toggle in settings view for this feature
- Update system prompt to conditionally include MCP server creation documentation
- Add tests for new functionality
2025-02-01 09:34:53 +07:00
Matt Rubens
81a5e805b2
Merge pull request #638 from napter/approval-feedback
...
Allow the user to send context with approval or rejection
2025-01-30 23:36:43 -05:00
Matt Rubens
ce072d99d2
Clearer modes prompt section
2025-01-30 22:29:57 -05:00
Nathan Apter
3aa5b3f9be
Allow the user to send context with approval or rejection
2025-01-29 15:28:46 -05:00
Matt Rubens
13de490c3b
Add a new_task tool
2025-01-29 10:56:44 -05:00
Matt Rubens
93f43bea43
More renaming
2025-01-28 15:24:45 -05:00
Matt Rubens
d836548c19
insert_code_block -> insert_content
2025-01-28 14:36:12 -05:00
Matt Rubens
eef34c03dc
Update prompts and fix tests
2025-01-28 10:11:00 -05:00
sam hoang
411182a5d9
fix error in search and replace, update rule to utilize multiple operation
2025-01-28 21:06:38 +07:00
sam hoang
9b175a736e
update prompt for search and replace tool
2025-01-28 21:06:37 +07:00
sam hoang
4e3ea695d8
update rule & prompt for insert-code-block
2025-01-28 21:06:37 +07:00
sam hoang
179ea7904b
update with comment in pr
2025-01-28 21:06:37 +07:00
sam hoang
ad552ea026
feat: implement experimental features system
...
- Add experiments.ts to manage experimental features
- Refactor experimental diff strategy into experiments system
- Add UI components for managing experimental features
- Add tests for experimental tools
- Update system prompts to handle experiments
2025-01-28 21:06:33 +07:00
Matt Rubens
2c97b59ed1
Checkpoint on insert and search/replace tools
2025-01-28 21:05:44 +07:00
Matt Rubens
7c41a9cbf8
Merge pull request #526 from RooVetGit/switch_mode_tool
...
Add a tool to switch modes
2025-01-24 12:50:57 -05:00
Matt Rubens
d1754cace0
Add a tool to switch modes
2025-01-24 03:05:03 -05:00
Matt Rubens
569e104bf2
Updated role definition for ask
2025-01-24 01:46:46 -05:00
Matt Rubens
ba69cd756f
Cleanup
2025-01-24 01:32:48 -05:00
Matt Rubens
980189460d
Update system prompt
2025-01-24 00:39:45 -05:00
Matt Rubens
6c3c216034
Add test to confirm this works with custom modes
2025-01-24 00:30:24 -05:00
Matt Rubens
7413d6494e
Let ask mode write markdown too
2025-01-23 23:48:38 -05:00
Matt Rubens
4e77fb93bb
Allow architect mode to write md files
2025-01-23 23:41:47 -05:00
sam hoang
f86e96d157
refactor: separate mode and support prompts
...
- Rename customPrompts to customModePrompts for mode-specific prompts
- Add new customSupportPrompts type for support action prompts
- Update types to be more specific (CustomModePrompts and CustomSupportPrompts)
- Fix all related tests and component implementations
2025-01-24 01:46:33 +07:00
sam hoang
22907a0578
refactor: consolidate prompt functionality into support-prompt module
...
- Move code action prompts from core/prompts to shared/support-prompt
- Migrate enhance prompt functionality from modes to support-prompt
- Add UI for managing code action prompts in PromptsView
- Update types and interfaces for better prompt management
2025-01-24 00:46:19 +07:00
sam hoang
7845791720
feat(code-actions): add user input and customizable templates
...
Add ability to provide custom input when using code actions
Make code action templates customizable and resettable
Refactor code action handling for better maintainability
Add state management for utility prompts
2025-01-24 00:46:19 +07:00
sam hoang
1b26f91ea7
refactor(code-actions): implement parameter object pattern for prompt generation
...
- Extract prompt templates into constants
- Add createPrompt utility for template string handling
- Consolidate code action handling in ClineProvider
- Update tests to use new parameter object pattern
2025-01-24 00:46:19 +07:00
sam hoang
7c875f1fea
feat: add code action prompt handlers for explain, fix and improve code
2025-01-24 00:46:18 +07:00
Matt Rubens
8e48b734a5
Fix bug with role definition overrides for built-in modes
2025-01-22 08:42:28 -08:00
Matt Rubens
b8e2dac2b9
Only allow usage of diff tool if enabled in settings
2025-01-21 18:35:14 -05:00
Matt Rubens
8bbb64d27f
Fix language selector
2025-01-21 15:39:59 -05:00
Matt Rubens
b8e0aa0cde
Custom modes
2025-01-21 09:39:54 -05:00
Matt Rubens
eff636aef0
Remove test modes
2025-01-20 11:41:38 -05:00
Matt Rubens
60a0a824b9
Prettier backfill
2025-01-17 14:11:28 -05:00
Matt Rubens
055998472a
Add test and review modes
2025-01-17 13:40:27 -05:00
Matt Rubens
72fe12d096
Refactor modes
2025-01-17 10:03:23 -05:00
Matt Rubens
365f4acf63
Add mode-specific custom instructions
2025-01-14 14:54:30 -05:00
Matt Rubens
092a121a37
Refactor to support more sections in the future
2025-01-14 09:34:10 -05:00
Matt Rubens
75e308b033
Add a screen for custom prompts
2025-01-13 22:45:14 -05:00
Matt Rubens
fde8238a96
Add the capabilities section back to the system prompt
2025-01-12 13:23:27 -05:00
Matt Rubens
344c796f2e
Chat modes
2025-01-12 13:11:52 -05:00
Matt Rubens
f5dfa8a486
Add snapshot tests for system prompts to ensure modifications are intentional
2025-01-09 23:01:12 -05:00
Matt Rubens
41beb77451
Read in conventions from .windsurfrules files as well
2025-01-08 01:43:27 -05:00
Matt Rubens
70f3c041e6
Put more logic behind mcpEnabled flag
2025-01-02 21:11:52 -08:00
Daniel Riccio
ed358b4e07
Add toggle to enable or disable MCP servers on the system prompt
2025-01-02 21:02:59 -08:00
Matt Rubens
ff062c6e2e
Allow selection of multiple browser viewport sizes and adjusting screenshot quality
2024-12-29 16:26:18 -08:00
Matt Rubens
8b4c52fb51
Add a preferred language dropdown
2024-12-21 10:23:01 -05:00
Matt Rubens
5d930981a4
More flexibility for LLMs not being great at this
2024-12-19 09:50:34 -05:00
Matt Rubens
ef9c468f17
Use predicted length as input for detecting omissions
2024-12-19 00:54:06 -05:00
Matt Rubens
6a6084b7ca
Toggle to switch browser size to 1280x800
2024-12-18 00:33:46 -05:00
Matt Rubens
f5bd5fae09
Prompt tweak for gemini line numbers
2024-12-17 07:50:53 -05:00