mixdog 0.7.8 → 0.7.12

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.
Files changed (63) hide show
  1. package/.claude-plugin/marketplace.json +5 -2
  2. package/.claude-plugin/plugin.json +1 -1
  3. package/CHANGELOG.md +40 -0
  4. package/README.md +198 -251
  5. package/bin/statusline-launcher.mjs +5 -1
  6. package/bin/statusline-lib.mjs +14 -6
  7. package/bin/statusline.mjs +14 -6
  8. package/hooks/lib/settings-loader.cjs +4 -3
  9. package/hooks/pre-tool-subagent.cjs +7 -2
  10. package/hooks/session-start.cjs +52 -24
  11. package/lib/mixdog-debug.cjs +163 -0
  12. package/native/prebuilt/linux-aarch64/mixdog-shim +0 -0
  13. package/native/prebuilt/linux-x86_64/mixdog-shim +0 -0
  14. package/native/prebuilt/macos-aarch64/mixdog-shim +0 -0
  15. package/native/prebuilt/macos-x86_64/mixdog-shim +0 -0
  16. package/native/prebuilt/windows-x86_64/mixdog-shim.exe +0 -0
  17. package/package.json +1 -1
  18. package/scripts/builtin-utils-smoke.mjs +14 -8
  19. package/scripts/bump.mjs +80 -0
  20. package/scripts/doctor.mjs +8 -3
  21. package/scripts/mutation-io-smoke.mjs +17 -1
  22. package/scripts/openai-oauth-catalog-smoke.mjs +53 -0
  23. package/scripts/permission-eval-smoke.mjs +18 -1
  24. package/scripts/statusline-launcher-smoke.mjs +2 -2
  25. package/scripts/webhook-selfheal-smoke.mjs +1 -3
  26. package/server-main.mjs +57 -3
  27. package/setup/config-merge.mjs +0 -1
  28. package/setup/install.mjs +241 -51
  29. package/setup/mixdog-cli.mjs +30 -3
  30. package/setup/setup-server.mjs +21 -33
  31. package/setup/setup.html +46 -11
  32. package/setup/tui.mjs +35 -316
  33. package/src/agent/orchestrator/config.mjs +0 -1
  34. package/src/agent/orchestrator/providers/anthropic-oauth.mjs +2 -5
  35. package/src/agent/orchestrator/providers/anthropic.mjs +243 -86
  36. package/src/agent/orchestrator/providers/gemini.mjs +386 -31
  37. package/src/agent/orchestrator/providers/grok-oauth.mjs +2 -5
  38. package/src/agent/orchestrator/providers/model-catalog.mjs +146 -13
  39. package/src/agent/orchestrator/providers/openai-compat-stream.mjs +366 -0
  40. package/src/agent/orchestrator/providers/openai-compat.mjs +74 -30
  41. package/src/agent/orchestrator/providers/openai-oauth-ws.mjs +2 -1
  42. package/src/agent/orchestrator/providers/openai-oauth.mjs +66 -13
  43. package/src/agent/orchestrator/providers/openai-ws.mjs +23 -0
  44. package/src/agent/orchestrator/session/manager.mjs +18 -4
  45. package/src/agent/orchestrator/stall-policy.mjs +6 -0
  46. package/src/agent/orchestrator/tools/builtin/native-edit-runner.mjs +29 -8
  47. package/src/agent/orchestrator/tools/graph-manifest.json +11 -11
  48. package/src/agent/orchestrator/tools/patch-manifest.json +11 -11
  49. package/src/channels/index.mjs +27 -8
  50. package/src/channels/lib/event-queue.mjs +24 -1
  51. package/src/channels/lib/hook-pipe-server.mjs +21 -8
  52. package/src/channels/lib/webhook.mjs +142 -20
  53. package/src/memory/lib/memory-cycle1.mjs +7 -3
  54. package/src/memory/lib/memory-recall-store.mjs +27 -10
  55. package/src/search/lib/backends/openai-oauth.mjs +6 -2
  56. package/src/search/lib/cache.mjs +55 -7
  57. package/src/shared/config.mjs +1 -1
  58. package/src/shared/llm/cost.mjs +2 -2
  59. package/src/shared/open-url.mjs +37 -0
  60. package/src/shared/seed.mjs +20 -3
  61. package/src/shared/user-data-guard.mjs +3 -1
  62. package/scripts/test-config-rmw-restore.mjs +0 -122
  63. package/setup/wizard.mjs +0 -696
@@ -12,13 +12,16 @@
12
12
  "category": "productivity",
13
13
  "source": {
14
14
  "source": "url",
15
- "url": "https://github.com/trib-plugin/mixdog.git"
15
+ "url": "https://github.com/trib-plugin/mixdog.git",
16
+ "ref": "v0.7.12"
16
17
  },
17
18
  "strict": false,
18
19
  "mcpServers": {
19
20
  "mixdog": {
20
21
  "command": "node",
21
- "args": ["${CLAUDE_PLUGIN_ROOT}/scripts/bootstrap.mjs"],
22
+ "args": [
23
+ "${CLAUDE_PLUGIN_ROOT}/scripts/bootstrap.mjs"
24
+ ],
22
25
  "cwd": "${CLAUDE_PLUGIN_ROOT}",
23
26
  "timeout": 3600000,
24
27
  "env": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mixdog",
3
- "version": "0.7.6",
3
+ "version": "0.7.12",
4
4
  "description": "Claude Code all-in-one agent plugin — autonomous agents, continuous memory, cost-aware sub-agents, and syntax-aware code editing.",
5
5
  "hooks": "./hooks/hooks.json",
6
6
  "mcpServers": {
package/CHANGELOG.md CHANGED
@@ -2,6 +2,46 @@
2
2
 
3
3
  Notable changes are tracked per release, starting at 0.7.1.
4
4
 
5
+ ## 0.7.10 — 2026-06-18
6
+
7
+ - Replace the interactive setup wizard with a non-interactive install. `npx
8
+ mixdog` now relies on the seeded default config (presets, role→preset
9
+ mapping, search) instead of asking. It detects Claude (anthropic-oauth) and
10
+ Codex (openai-oauth) logins and offers an inline browser login for each when
11
+ missing; Grok Build (grok-oauth) is detect-only — its xAI flow shows a paste
12
+ code, so the official `grok` CLI owns login and mixdog reads
13
+ ~/.grok/auth.json. Per-feature setup (Discord, voice, webhooks, address,
14
+ provider API keys) now lives in the `/setup` UI.
15
+ - The final GitHub-star step stars the repo directly when a local GitHub
16
+ credential is available (`GH_TOKEN`/`GITHUB_TOKEN`, else the authenticated
17
+ `gh` CLI), and falls back to opening the repo in the browser otherwise.
18
+ - Trim `setup/tui.mjs` to the widgets the installer actually uses (confirm,
19
+ spinner, outro), dropping the wizard-only prompts and arrow-key back
20
+ navigation.
21
+ - Fix browser auto-open on Windows during OAuth login: the old `start "<url>"`
22
+ form made cmd treat the URL as a window title, so nothing opened. A shared
23
+ opener (`src/shared/open-url.mjs`) now uses `rundll32
24
+ url.dll,FileProtocolHandler`, which is shell-free and safe for `&`-laden URLs.
25
+ - Fix a first-install seeding race that could leave `user-workflow.json`
26
+ (role→preset mapping) unseeded depending on boot order, degrading bridge
27
+ roles. All default files are now seeded together by `ensureDataSeeds`.
28
+
29
+ ## 0.7.9 — 2026-06-18
30
+
31
+ - Polish the setup wizard UI: clack-style menus, checkboxes, a connected
32
+ left rail, intro/outro, and progress/spinners. Internal backup/seed info
33
+ logs are kept off-screen during install so the wizard stays clean.
34
+ - Add clickable (OSC 8) links next to each credential prompt pointing to
35
+ where to get it (Discord developer portal, ngrok dashboard, and each
36
+ provider/search API-key page).
37
+ - Discord step now asks "Connect Discord now?" (yes/no) before requesting a
38
+ token. The address step asks a single plain question and stores only how
39
+ you want to be addressed (no separate display name).
40
+ - Friendlier, English-only prompts that no longer expose internal config
41
+ keys.
42
+ - The wizard ends on a Step 9/9 "all set" screen with an optional
43
+ one-keystroke GitHub star.
44
+
5
45
  ## 0.7.8 — 2026-06-18
6
46
 
7
47
  - Add `mixdog install --demo`: runs the real setup-wizard UI (menus,