globalState.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "remoteRulesToggles": {},
  3. "remoteWorkflowToggles": {},
  4. "actModeOpenRouterModelInfo": {
  5. "name": "Anthropic: Claude Sonnet 4.6",
  6. "maxTokens": 128000,
  7. "contextWindow": 200000,
  8. "supportsImages": true,
  9. "supportsPromptCache": true,
  10. "inputPrice": 3,
  11. "outputPrice": 15,
  12. "cacheWritesPrice": 3.75,
  13. "cacheReadsPrice": 0.3,
  14. "description": "Sonnet 4.6 is Anthropic's most capable Sonnet-class model yet, with frontier performance across coding, agents, and professional work. It excels at iterative development, complex codebase navigation, end-to-end project management with memory, polished document creation, and confident computer use for web QA and workflow automation.",
  15. "thinkingConfig": {
  16. "maxBudget": 6000
  17. }
  18. },
  19. "planModeOpenRouterModelInfo": {
  20. "name": "Anthropic: Claude Sonnet 4.6",
  21. "maxTokens": 128000,
  22. "contextWindow": 200000,
  23. "supportsImages": true,
  24. "supportsPromptCache": true,
  25. "inputPrice": 3,
  26. "outputPrice": 15,
  27. "cacheWritesPrice": 3.75,
  28. "cacheReadsPrice": 0.3,
  29. "description": "Sonnet 4.6 is Anthropic's most capable Sonnet-class model yet, with frontier performance across coding, agents, and professional work. It excels at iterative development, complex codebase navigation, end-to-end project management with memory, polished document creation, and confident computer use for web QA and workflow automation.",
  30. "thinkingConfig": {
  31. "maxBudget": 6000
  32. }
  33. },
  34. "actModeApiProvider": "cline",
  35. "planModeApiProvider": "cline",
  36. "actModeClineModelId": "anthropic/claude-sonnet-4.6",
  37. "planModeClineModelId": "anthropic/claude-sonnet-4.6",
  38. "welcomeViewCompleted": true,
  39. "actModeThinkingBudgetTokens": 0,
  40. "planModeThinkingBudgetTokens": 0,
  41. "autoApprovalSettings": {
  42. "version": 19,
  43. "enabled": true,
  44. "favorites": [],
  45. "maxRequests": 20,
  46. "actions": {
  47. "readFiles": true,
  48. "readFilesExternally": false,
  49. "editFiles": false,
  50. "editFilesExternally": false,
  51. "executeSafeCommands": true,
  52. "executeAllCommands": false,
  53. "useBrowser": false,
  54. "useMcp": true
  55. },
  56. "enableNotifications": false
  57. },
  58. "primaryRootIndex": 0,
  59. "globalWorkflowToggles": {},
  60. "globalClineRulesToggles": {},
  61. "isNewUser": false
  62. }