@link-assistant/hive-mind 2.2.3 → 2.3.0

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @link-assistant/hive-mind
2
2
 
3
+ ## 2.3.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 40cf185: Use Opus as the default model for the Claude tool while preserving explicit model overrides.
8
+
3
9
  ## 2.2.3
4
10
 
5
11
  ### Patch Changes
package/README.hi.md CHANGED
@@ -38,7 +38,7 @@ Hive Mind एक **सामान्यवादी AI** (मिनी-AGI) ह
38
38
 
39
39
  | सदस्यता | `--tool` के साथ | डिफ़ॉल्ट मॉडल | किसके लिए बेहतर है |
40
40
  | ---------------------------------------------------------------- | ------------------- | ------------- | ------------------------------------------------- |
41
- | **Anthropic Claude MAX** (~$200/माह, अक्सर 50% छूट = $400 मूल्य) | `claude` (डिफ़ॉल्ट) | Sonnet/Haiku | उच्चतम रचनात्मकता, मजबूत सामान्य कोड रीजनिंग |
41
+ | **Anthropic Claude MAX** (~$200/माह, अक्सर 50% छूट = $400 मूल्य) | `claude` (डिफ़ॉल्ट) | Opus | उच्चतम रचनात्मकता, मजबूत सामान्य कोड रीजनिंग |
42
42
  | **OpenAI ChatGPT Pro** ($200/माह, Codex शामिल) | `codex` | `gpt-5.6-sol` | भरोसेमंद deterministic refactors और तेज iteration |
43
43
 
44
44
  दोनों टूल एक ही hive में साथ उपयोग किए जा सकते हैं। Worker अलग-अलग टूल समानांतर चला सकते हैं, और `/codex` या `/solve --tool codex` कार्यों को ChatGPT Pro पर भेजता है जबकि डिफ़ॉल्ट Claude MAX पर जाता है। किसी एक को चुनना आवश्यक नहीं है: किसी भी एक सदस्यता से संचालन संभव है, और दोनों का उपयोग per-tool/model concurrency mode (#1474) खोलता है।
@@ -349,7 +349,7 @@ solve <issue-url> [options]
349
349
 
350
350
  | विकल्प | संक्षिप्त | विवरण | डिफ़ॉल्ट |
351
351
  | --------------- | --------- | --------------------------------------------------------- | ---------- |
352
- | `--model` | `-m` | उपयोग करने वाला AI मॉडल (sonnet, opus, haiku) | sonnet |
352
+ | `--model` | `-m` | उपयोग करने वाला AI मॉडल (sonnet, opus, haiku) | opus |
353
353
  | `--think` | | सोचने का स्तर (off, low, medium, high, xhigh, ultra, max) | off |
354
354
  | `--base-branch` | `-b` | PR के लिए टार्गेट ब्रांच | (डिफ़ॉल्ट) |
355
355
 
@@ -375,7 +375,7 @@ hive <github-url> [options]
375
375
 
376
376
  | विकल्प | संक्षिप्त | विवरण | डिफ़ॉल्ट |
377
377
  | -------------- | --------- | --------------------------------------------------------- | -------- |
378
- | `--model` | `-m` | उपयोग करने वाला AI मॉडल (sonnet, opus, haiku) | sonnet |
378
+ | `--model` | `-m` | उपयोग करने वाला AI मॉडल (sonnet, opus, haiku) | opus |
379
379
  | `--think` | | सोचने का स्तर (off, low, medium, high, xhigh, ultra, max) | off |
380
380
  | `--all-issues` | `-a` | सभी इश्यू निगरानी करें (लेबल अनदेखा करें) | false |
381
381
  | `--once` | | एकल रन (लगातार निगरानी न करें) | false |
package/README.md CHANGED
@@ -38,7 +38,7 @@ Hive Mind is a **generalist AI** (mini-AGI) capable of working on a wide range o
38
38
 
39
39
  | Subscription | Pairs with `--tool` | Default model | Best for |
40
40
  | ------------------------------------------------------------------ | ------------------- | ------------- | ------------------------------------------------------- |
41
- | **Anthropic Claude MAX** (~$200/month, often 50% off = $400 value) | `claude` (default) | Sonnet/Haiku | Highest creativity, strongest general code reasoning |
41
+ | **Anthropic Claude MAX** (~$200/month, often 50% off = $400 value) | `claude` (default) | Opus | Highest creativity, strongest general code reasoning |
42
42
  | **OpenAI ChatGPT Pro** ($200/month, includes Codex) | `codex` | `gpt-5.6-sol` | Strong deterministic refactors and fast iteration loops |
43
43
 
44
44
  Both tools can be combined in the same hive. Workers can run different tools in parallel, and `/codex` or `/solve --tool codex` routes tasks to ChatGPT Pro while the default routes to Claude MAX. There is no requirement to pick one: either single subscription is enough to operate, and using both unlocks per-tool/model concurrency mode (#1474).
@@ -357,7 +357,7 @@ solve <issue-url> [options]
357
357
 
358
358
  | Option | Alias | Description | Default |
359
359
  | --------------- | ----- | --------------------------------------- | --------- |
360
- | `--model` | `-m` | AI model to use (sonnet, opus, haiku) | sonnet |
360
+ | `--model` | `-m` | AI model to use (sonnet, opus, haiku) | opus |
361
361
  | `--think` | | Thinking level (low, medium, high, max) | - |
362
362
  | `--base-branch` | `-b` | Target branch for PR | (default) |
363
363
 
@@ -383,7 +383,7 @@ hive <github-url> [options]
383
383
 
384
384
  | Option | Alias | Description | Default |
385
385
  | -------------- | ----- | --------------------------------------- | ------- |
386
- | `--model` | `-m` | AI model to use (sonnet, opus, haiku) | sonnet |
386
+ | `--model` | `-m` | AI model to use (sonnet, opus, haiku) | opus |
387
387
  | `--think` | | Thinking level (low, medium, high, max) | - |
388
388
  | `--all-issues` | `-a` | Monitor all issues (ignore labels) | false |
389
389
  | `--once` | | Single run (don't monitor continuously) | false |
@@ -509,7 +509,7 @@ Current tool defaults in Hive Mind:
509
509
 
510
510
  | Tool | Default model | Default reasoning behavior |
511
511
  | ---------- | --------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- |
512
- | `claude` | `sonnet` | Defaults to `--think off`: zero budget when supported, otherwise the lowest effort |
512
+ | `claude` | `opus` | Defaults to `--think off`: zero budget when supported, otherwise the lowest effort |
513
513
  | `codex` | `gpt-5.6-sol` preferred, with runtime fallback to local catalog (`gpt-5.5`) | Defaults to `--think off`, mapped to `reasoning_effort=none` |
514
514
  | `opencode` | `grok-code-fast-1` | Defaults to `--think off`; no positive thinking prompt is added |
515
515
  | `agent` | `nemotron-3-super-free` | Defaults to `--think off`; no positive thinking prompt is added |
package/README.ru.md CHANGED
@@ -38,7 +38,7 @@ Hive Mind — это **универсальный ИИ** (мини-AGI), спо
38
38
 
39
39
  | Подписка | Используется с `--tool` | Модель по умолчанию | Лучше всего подходит для |
40
40
  | ----------------------------------------------------------------- | ----------------------- | ------------------- | ---------------------------------------------------------- |
41
- | **Anthropic Claude MAX** (~$200 в месяц, часто скидка 50% = $400) | `claude` (по умолчанию) | Sonnet/Haiku | Максимальная креативность и сильное общее кодовое мышление |
41
+ | **Anthropic Claude MAX** (~$200 в месяц, часто скидка 50% = $400) | `claude` (по умолчанию) | Opus | Максимальная креативность и сильное общее кодовое мышление |
42
42
  | **OpenAI ChatGPT Pro** ($200 в месяц, включает Codex) | `codex` | `gpt-5.6-sol` | Надёжные детерминированные рефакторинги и быстрые итерации |
43
43
 
44
44
  Оба инструмента можно сочетать в одном hive. Воркеры могут параллельно запускать разные инструменты, а `/codex` или `/solve --tool codex` направляет задачи в ChatGPT Pro, тогда как маршрут по умолчанию идёт в Claude MAX. Выбирать только один вариант не требуется: любой одной подписки достаточно для работы, а использование обеих открывает режим параллелизма по инструментам/моделям (#1474).
@@ -349,7 +349,7 @@ solve <issue-url> [options]
349
349
 
350
350
  | Параметр | Сокр. | Описание | По умолчанию |
351
351
  | --------------- | ----- | ------------------------------------------------------------ | -------------- |
352
- | `--model` | `-m` | Используемая модель ИИ (sonnet, opus, haiku) | sonnet |
352
+ | `--model` | `-m` | Используемая модель ИИ (sonnet, opus, haiku) | opus |
353
353
  | `--think` | | Уровень мышления (off, low, medium, high, xhigh, ultra, max) | off |
354
354
  | `--base-branch` | `-b` | Целевая ветка для PR | (по умолчанию) |
355
355
 
@@ -375,7 +375,7 @@ hive <github-url> [options]
375
375
 
376
376
  | Параметр | Сокр. | Описание | По умолчанию |
377
377
  | -------------- | ----- | ------------------------------------------------------------ | ------------ |
378
- | `--model` | `-m` | Используемая модель ИИ (sonnet, opus, haiku) | sonnet |
378
+ | `--model` | `-m` | Используемая модель ИИ (sonnet, opus, haiku) | opus |
379
379
  | `--think` | | Уровень мышления (off, low, medium, high, xhigh, ultra, max) | off |
380
380
  | `--all-issues` | `-a` | Мониторинг всех задач (игнорировать метки) | false |
381
381
  | `--once` | | Одиночный запуск (без непрерывного мониторинга) | false |
package/README.zh.md CHANGED
@@ -38,7 +38,7 @@ Hive Mind 是一款**通用 AI**(迷你 AGI),能够处理广泛的任务
38
38
 
39
39
  | 订阅 | 搭配 `--tool` | 默认模型 | 最适合场景 |
40
40
  | ---------------------------------------------------------------- | ---------------- | ------------- | ---------------------------- |
41
- | **Anthropic Claude MAX**(约 $200/月,常有五折优惠 = 价值 $400) | `claude`(默认) | Sonnet/Haiku | 最高创造力、最强通用代码推理 |
41
+ | **Anthropic Claude MAX**(约 $200/月,常有五折优惠 = 价值 $400) | `claude`(默认) | Opus | 最高创造力、最强通用代码推理 |
42
42
  | **OpenAI ChatGPT Pro**($200/月,包含 Codex) | `codex` | `gpt-5.6-sol` | 稳定确定性的重构和快速迭代 |
43
43
 
44
44
  两个工具可以在同一个 hive 中组合使用。Worker 可以并行运行不同工具,`/codex` 或 `/solve --tool codex` 会将任务路由到 ChatGPT Pro,而默认路由到 Claude MAX。无需二选一:任意单一订阅都足以运行,同时使用两者可解锁按工具/模型划分的并发模式(#1474)。
@@ -349,7 +349,7 @@ solve <issue-url> [options]
349
349
 
350
350
  | 选项 | 简写 | 描述 | 默认值 |
351
351
  | --------------- | ---- | ----------------------------------------------------- | -------- |
352
- | `--model` | `-m` | 使用的 AI 模型(sonnet、opus、haiku) | sonnet |
352
+ | `--model` | `-m` | 使用的 AI 模型(sonnet、opus、haiku) | opus |
353
353
  | `--think` | | 思考级别(off、low、medium、high、xhigh、ultra、max) | off |
354
354
  | `--base-branch` | `-b` | PR 的目标分支 | (默认) |
355
355
 
@@ -375,7 +375,7 @@ hive <github-url> [options]
375
375
 
376
376
  | 选项 | 简写 | 描述 | 默认值 |
377
377
  | -------------- | ---- | ----------------------------------------------------- | ------ |
378
- | `--model` | `-m` | 使用的 AI 模型(sonnet、opus、haiku) | sonnet |
378
+ | `--model` | `-m` | 使用的 AI 模型(sonnet、opus、haiku) | opus |
379
379
  | `--think` | | 思考级别(off、low、medium、high、xhigh、ultra、max) | off |
380
380
  | `--all-issues` | `-a` | 监控所有 Issue(忽略标签) | false |
381
381
  | `--once` | | 单次运行(不持续监控) | false |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@link-assistant/hive-mind",
3
- "version": "2.2.3",
3
+ "version": "2.3.0",
4
4
  "description": "AI-powered issue solver and hive mind for collaborative problem solving",
5
5
  "main": "src/hive.mjs",
6
6
  "type": "module",
@@ -189,7 +189,7 @@ export const geminiModels = {
189
189
 
190
190
  // Default model for each tool (Issue #1473: centralized to avoid scattered hardcoded defaults)
191
191
  export const defaultModels = {
192
- claude: 'sonnet',
192
+ claude: 'opus', // Issue #2033: Opus is the preferred default for Claude; sonnet remains available explicitly
193
193
  agent: 'nemotron-3-super-free', // Issue #1563: changed from qwen3.6-plus-free (free promotion ended) per agent PR #243
194
194
  opencode: 'grok-code-fast-1',
195
195
  codex: 'gpt-5.6-sol', // Issue #2027: GPT-5.6 Sol is the released Codex flagship; runtime falls back to gpt-5.5 when Sol is not in the local catalog