mirror of
https://wget.la/https://github.com/leookun/cursor-byok
synced 2026-08-19 20:47:00 +08:00
feat(console): add initial console for Cursor BYOK with provider management and LLM call tracking
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"tools": [
|
||||
"Shell", "Grep", "Delete", "WebSearch", "WebFetch", "GenerateImage",
|
||||
"EditNotebook", "TodoWrite", "StrReplace", "Write", "Read", "ReadLints",
|
||||
"Glob", "AskQuestion", "Task", "AwaitShell", "GetMcpTools",
|
||||
"FetchMcpResource", "SwitchMode", "CallMcpTool"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"tools": [
|
||||
"AskQuestion", "CallMcpTool", "Delete", "FetchMcpResource", "Glob", "Grep",
|
||||
"Read", "ReadLints", "Shell", "StrReplace", "Task", "TodoWrite",
|
||||
"WebFetch", "WebSearch", "Write"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"tools": []
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"tools": [
|
||||
"AskQuestion", "CallMcpTool", "Delete", "FetchMcpResource", "Glob", "Grep",
|
||||
"Read", "ReadLints", "Shell", "StrReplace", "Task", "TodoWrite",
|
||||
"WebFetch", "WebSearch", "Write"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"tools": [
|
||||
"AskQuestion", "CallMcpTool", "Delete", "FetchMcpResource", "Glob", "Grep",
|
||||
"Read", "ReadLints", "Shell", "StrReplace", "SwitchMode", "Task",
|
||||
"TodoWrite", "WebFetch", "WebSearch", "Write", "GenerateImage"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"tools": [
|
||||
"Shell", "Glob", "Grep", "Read", "TodoWrite", "ReadLints", "WebSearch",
|
||||
"WebFetch", "AskQuestion", "CreatePlan", "Task", "FetchMcpResource",
|
||||
"CallMcpTool"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"tools": [
|
||||
"Shell", "Grep", "Delete", "WebSearch", "WebFetch", "GenerateImage",
|
||||
"ReadLints", "EditNotebook", "TodoWrite", "StrReplace", "Write", "Read",
|
||||
"Glob", {"name": "Task", "variant": "subagent"}, "AwaitShell", "GetMcpTools", "FetchMcpResource",
|
||||
"SwitchMode", "UpdateCurrentStep", "CallMcpTool"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user