文件历史

1653 次代码提交

作者 SHA1 备注 提交日期
Animesh Gosain c185807e60 feat: Add toggle to disable AI system message
Refactor role mapping logic

role

Fix keymap for Void: Quick Edit to resolve conflict

The current keymap causes a conflict between 'Void: Quick Edit' and 'Clear Console'/'Clear Terminal'. Using this _when_ expression, we can resolve the conflict without affecting functionality.

* Add the when expression `editorFocus && !terminalFocus` to the keybinding for 'Void: Quick Edit' `void.ctrlKAction`.

---

For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/voideditor/void?shareId=XXXX-XXXX-XXXX-XXXX).

feat: add Devstral model mapping + fix quick-edit keybinding type

claude 4

feat: Add <file_name_or_pattern> to .gitignore

remove whitespace

changed gitignore

changed gitignore again

changed gitignore again
2025-05-24 19:39:14 +05:30
Animesh Gosain 31cde552a0 Local Changes 2025-05-24 19:39:14 +05:30
vrtnis 23bb28f3c0 Merge branch 'main' into void-settings-sidebar 2025-05-23 11:27:39 -07:00
William Viana 5a34feb328 chore: add grok mini and fast models to dropdown options 2025-05-23 12:16:01 -05:00
Andrew Pareles f0f536bc2d mcp ui 2025-05-23 01:45:21 -07:00
Andrew Pareles 09f5f1fad1 better result display 2025-05-22 17:22:07 -07:00
Andrew Pareles 31aa31a18b call 2025-05-22 17:06:29 -07:00
Andrew Pareles b56cc0d662 mcp errors handling 2025-05-22 17:04:52 -07:00
Andrew Pareles 4f4af9b8b9 ui 2025-05-22 16:58:32 -07:00
Andrew Pareles 66de84f4e3 auto approve 2025-05-22 16:46:52 -07:00
Andrew Pareles 0a02342128 MCP UI 2025-05-22 16:42:04 -07:00
Joaquin Coromina f99589aaa6 Fixed isOn server name setting 2025-05-22 19:41:25 -04:00
Andrew Pareles da6ffecc1d mcp works! 2025-05-22 15:31:56 -07:00
Andrew Pareles 43b6dba7a3 tool progress 2025-05-22 14:47:56 -07:00
Joaquin Coromina 5747904b85 Created getMCPTools function which transforms the MCP tool to a similar shape to voidTools, also created a helper functions which turns InputSchema into params 2025-05-22 15:43:43 -04:00
Andrew Pareles 4358b9e384 Merge pull request #647 from voideditor/model-selection
Claude 4
2025-05-22 11:23:04 -07:00
Andrew Pareles 5a5732601e claude 4 2025-05-22 11:22:36 -07:00
Andrew Pareles 83ec200039 claude 4 2025-05-22 11:22:06 -07:00
Andrew Pareles 81ab21868a mcp ui + misc 2025-05-22 02:50:26 -07:00
Andrew Pareles 627ec18cc9 got event fires 2025-05-22 02:30:43 -07:00
Andrew Pareles 883a4663c9 clarify 2025-05-22 02:21:17 -07:00
Andrew Pareles d2d47175b5 cleanup + final mcp todos 2025-05-22 02:18:14 -07:00
Andrew Pareles 7aacbca580 updates/fixes to mcp 2025-05-22 02:04:28 -07:00
Andrew Pareles f5b0f24445 fix 2025-05-21 23:51:00 -07:00
Andrew Pareles 89ac548ae9 clearer types 2025-05-21 23:29:41 -07:00
Andrew Pareles 57bc32ac9b update loading? 2025-05-21 22:51:55 -07:00
Andrew Pareles 446248aa79 loading 2025-05-21 22:02:24 -07:00
Andrew Pareles 66575b5381 add bg colors 2025-05-21 21:38:30 -07:00
Andrew Pareles 8b99b6ec78 userspecified 2025-05-21 21:33:05 -07:00
Andrew Pareles 18d1f2e6b9 move MCP to settings 2025-05-21 21:24:46 -07:00
Andrew Pareles 72143608a1 misc fixes 2025-05-21 20:57:54 -07:00
Andrew Pareles 55691624dd rename 2025-05-21 19:47:47 -07:00
Andrew Pareles 9072668be3 Merge remote-tracking branch 'upstream/mcp' into mcp 2025-05-21 19:46:49 -07:00
vrtnis 588953be96 feat: add Devstral model mapping + fix quick-edit keybinding type 2025-05-22 02:01:51 +00:00
anschmieg cbc7cf0841 Fix keymap for Void: Quick Edit to resolve conflict
The current keymap causes a conflict between 'Void: Quick Edit' and 'Clear Console'/'Clear Terminal'. Using this _when_ expression, we can resolve the conflict without affecting functionality. 

* Add the when expression `editorFocus && !terminalFocus` to the keybinding for 'Void: Quick Edit' `void.ctrlKAction`.

---

For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/voideditor/void?shareId=XXXX-XXXX-XXXX-XXXX).
2025-05-21 17:58:34 +02:00
Andrew Pareles d141bffae9 misc 2025-05-21 02:02:12 -07:00
Andrew Pareles 3619a3e671 add loading 2025-05-21 01:48:37 -07:00
Andrew Pareles 13654389c6 update state 2025-05-21 01:38:15 -07:00
Andrew Pareles 4d8363026e progress 2025-05-21 00:56:14 -07:00
Andrew Pareles d80fd766f8 autoformat 2025-05-20 23:18:52 -07:00
Andrew Pareles 6d9027f63b misc 2025-05-20 23:18:46 -07:00
Andrew Pareles 03ab6559fc misc 2025-05-20 23:09:23 -07:00
Joaquin Coromina 35f23261b0 Fixed the string definition for the mcp resultToString fns 2025-05-20 12:44:29 -04:00
Joaquin Coromina 9b4c0b8d5a Added functions that return properly formatted CallTool functions and ToolResultToStr functions from MCP tools, then hooked it up 2025-05-19 22:38:56 -04:00
Joaquin Coromina 07df20b4de Added mcpServerName to InternalToolInfo 2025-05-19 22:37:26 -04:00
vrtnis 5995591296 feat(void): add Bedrock provider in onboarding + type updates 2025-05-20 01:36:16 +00:00
Joaquin Coromina 6646bd0993 Added function in mcpService to handle calling an MCP server tool 2025-05-19 16:52:43 -04:00
Joaquin Coromina f1c9e29f61 Updated types and hooked up return value to callTool and safeCallTool functions 2025-05-19 16:16:48 -04:00
Joaquin Coromina 2b97326eff Added types to MCP tool call response 2025-05-19 16:00:30 -04:00
Joaquin Coromina b70ee20b88 Added an error to handle unsupported response types 2025-05-19 16:00:07 -04:00