free-coding-models 0.5.77 → 0.5.78

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -48,7 +48,7 @@
48
48
  <link rel="preconnect" href="https://fonts.googleapis.com">
49
49
  <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
50
50
  <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=JetBrains+Mono:wght@400;500;600&display=swap" rel="stylesheet">
51
- <script type="module" crossorigin src="/assets/index-BjEXVUHp.js"></script>
51
+ <script type="module" crossorigin src="/assets/index-DV-1tGVj.js"></script>
52
52
  <link rel="stylesheet" crossorigin href="/assets/index-C5-Ywvv3.css">
53
53
  </head>
54
54
  <body>
@@ -61,7 +61,7 @@ export function useToolMode({ onToast } = {}) {
61
61
  }, [onToast])
62
62
 
63
63
  const cycleToolMode = useCallback(() => {
64
- const currentIndex = TOOL_MODE_ORDER.indexOf(toolModeState)
64
+ const currentIndex = INSTALL_ENDPOINT_TOOL_MODES.indexOf(toolModeState)
65
65
  const next = INSTALL_ENDPOINT_TOOL_MODES[(currentIndex + 1) % INSTALL_ENDPOINT_TOOL_MODES.length] || DEFAULT_TOOL_MODE
66
66
  return persistToolMode(next)
67
67
  }, [persistToolMode, toolModeState])
@@ -11,12 +11,13 @@
11
11
 
12
12
  export const INSTALL_ENDPOINT_TOOL_MODES = [
13
13
  'opencode',
14
+ 'pi',
15
+ 'jcode',
14
16
  'opencode-desktop',
15
17
  'opencode-web',
16
18
  'openclaw',
17
19
  'crush',
18
20
  'goose',
19
- 'pi',
20
21
  'aider',
21
22
  'qwen',
22
23
  'openhands',