Skip to content

Releases: MediTracer/mobius

v1.11.1

Choose a tag to compare

@github-actions github-actions released this 22 Feb 19:40
ce86f10

1.11.1 (2026-02-22)

Bug Fixes

  • local-state: support legacy issue metadata parsing (#87) (8ab3a71)
  • loop: finalize session state before dashboard exit (#85) (e356d92)

v1.11.0

Choose a tag to compare

@github-actions github-actions released this 09 Feb 02:23
0c783ca

1.11.0 (2026-02-09)

Features

  • clean: replace backend API with git-based merge detection (#78) (8af2224)
  • per-task model routing and live token tracking (#79) (becb2a8)
  • refine: logical-unit granularity + targeted testing (#84) (a4ae686)
  • runtime: add opencode adapter and richer TUI telemetry (#81) (810d79a)
  • runtime: surface token usage and model metadata across loop orchestration (#80) (df7de0b)
  • skills: add agent-gen skill for generating repo-tailored AGENTS.md (#76) (ad58615)
  • skills: add scoring normalization and model routing to refine skill (#75) (49033bd)
  • tui: add token metrics, model badges, and bordered dashboard panels (#77) (b3e9b19)

Bug Fixes

  • clean: remove worktree before deleting branch (#83) (6fcece4)

Code Refactoring

  • skills: reduce skill pipeline token cost by 70% (#73) (b40f427)

v1.10.0

Choose a tag to compare

@github-actions github-actions released this 03 Feb 15:36
ba8a361

1.10.0 (2026-02-03)

Features

  • release: bundle skills and shortcuts in release tarballs (#72) (b0f7393)

Bug Fixes

v1.9.0

Choose a tag to compare

@github-actions github-actions released this 03 Feb 14:40
4862543

1.9.0 (2026-02-03)

Features

  • tui: add agent progress tracking with todo capture hooks (#69) (ffb0418)

Bug Fixes

  • rust: remove unused git2 and graphql_client dependencies that require OpenSSL (#67) (fd626b7)

v1.8.0

Choose a tag to compare

@github-actions github-actions released this 03 Feb 04:19
1003493

1.8.0 (2026-02-03)

Features

  • cli: add list and clean commands with shell shortcuts (#52) (62198e3)
  • cli: export MOBIUS_TASK_ID on ml selection (#53) (d42bd9f)
  • cli: sync backend statuses before list and clean commands (#56) (c8846b6)
  • doctor: add comprehensive runtime validation checks (#14) (34b014c)
  • install: rewrite install.sh for Rust binary distribution (#62) (74be3d7)
  • jira: migrate Jira integration to Atlassian marketplace plugin (#22) (8421925)
  • linear: add fetchLinearIssueStatus function (c4920ab)
  • local-first sub-task reading and --no-sandbox flag (#44) (db8c475)
  • local-state: implement local-first state management for define/refine/execute lifecycle (#42) (d2fd4e7)
  • loop: add automatic PR submission after successful completion (#49) (77ebd4c)
  • loop: stop loop when verification sub-task completes successfully (#34) (c13c688)
  • migrate from linear-cli to linearis (8e14623)
  • migration: complete Rust migration and delete TypeScript codebase (#65) (b68014a)
  • rust: implement CLI command orchestrators for all subcommands (#60) (dc50ffd)
  • rust: implement loop command orchestrator with parallel execution (#59) (dd1a755)
  • rust: implement Rust CLI engine with parallel execution and TUI dashboard (#58) (2ea39ed)
  • setup: add --update-skills flag for quick skills/commands refresh (#39) (261257d)
  • setup: add CLI detection and installer for backend tools (#45) (31f0e15)
  • shortcuts: add shell shorthand functions for define-refine-execute-submit workflow (#48) (63e35cf)
  • skill: add per-task subagent phase to refine-issue (#40) (40e6ad9)
  • skills: add PR creation skill with structured template (#13) (a619ebb)
  • skills: enhance task definition and refinement skills with structured verification (#15) (406c25c)
  • skills: replace MCP tool usage with CLI commands in skills and config (#47) (4bfce3b)
  • tui: add exit confirmation modal with tmux session cleanup (#23) (bb7ece5)
  • tui: add Jira backend support for TUI dashboard (#24) (d46ef6a)
  • verification: add project detection and build-aware verify skill (#51) (ed68501)
  • verify-issue: add verification config and Jira documentation (#32) (c8d46bb)

Bug Fixes

  • context: add local backend logic and workspace context tests (#55) (3bc9a0d)
  • harden local state handling and broaden ID patterns (#46) (1dddbbd)
  • jira: implement proper issue link creation for task dependencies (#31) (571866c)
  • jira: improve error logging for sub-task fetch failures (#25) (6d71f53)
  • jira: migrate to new JQL enhanced search API (#27) (f1eb1d8)
  • loop: prevent incorrect task failure marking during parallel execution (#16) (8dc1d62)
  • parallel-executor: add --verbose flag for stream-json output (#29) (f22da29)
  • resolve state file race conditions and display failed tasks correctly (#7) (ff9de56)
  • rust: add fallback branch name when Linear doesn't provide one (#61) (a7b3ee7)
  • rust: surface actual error when fetch_parent_issue fails (#63) (9121d35)
  • tui: correctly resolve blocker status using runtime overrides (#17) (9f52718)
  • tui: use completedTasks to override stale graph status in TaskTree (#36) (7848945)

Documentation

  • readme: overhaul README with TUI Dashboard documentation and workflow lifecycle (#19) (4514170)

Miscellaneous Chores

Read more

mobius-ai: v1.7.0

Choose a tag to compare

@github-actions github-actions released this 02 Feb 16:04
12d2c00

1.7.0 (2026-02-02)

Features

  • cli: export MOBIUS_TASK_ID on ml selection (#53) (d42bd9f)

Bug Fixes

  • context: add local backend logic and workspace context tests (#55) (3bc9a0d)

mobius-ai: v1.6.0

Choose a tag to compare

@github-actions github-actions released this 02 Feb 07:14
16309a3

1.6.0 (2026-02-02)

Features

  • cli: add list and clean commands with shell shortcuts (#52) (62198e3)
  • linear: add fetchLinearIssueStatus function (c4920ab)
  • local-first sub-task reading and --no-sandbox flag (#44) (db8c475)
  • local-state: implement local-first state management for define/refine/execute lifecycle (#42) (d2fd4e7)
  • loop: add automatic PR submission after successful completion (#49) (77ebd4c)
  • migrate from linear-cli to linearis (8e14623)
  • setup: add CLI detection and installer for backend tools (#45) (31f0e15)
  • shortcuts: add shell shorthand functions for define-refine-execute-submit workflow (#48) (63e35cf)
  • skills: replace MCP tool usage with CLI commands in skills and config (#47) (4bfce3b)
  • verification: add project detection and build-aware verify skill (#51) (ed68501)

Bug Fixes

  • harden local state handling and broaden ID patterns (#46) (1dddbbd)

Miscellaneous Chores

  • remove .mobius from tracking (bb6b99a)
  • update claue permissions (64193bb)

mobius-ai: v1.5.0

Choose a tag to compare

@github-actions github-actions released this 30 Jan 16:43
1bef886

1.5.0 (2026-01-30)

Features

  • skill: add per-task subagent phase to refine-issue (#40) (40e6ad9)

mobius-ai: v1.4.0

Choose a tag to compare

@github-actions github-actions released this 29 Jan 16:23
bfc5f00

1.4.0 (2026-01-29)

Features

  • setup: add --update-skills flag for quick skills/commands refresh (#39) (261257d)

Code Refactoring

  • context: replace MCP tools with SDK-based local context system (#37) (10288e9)

mobius-ai: v1.3.0

Choose a tag to compare

@github-actions github-actions released this 28 Jan 09:07
668169b

1.3.0 (2026-01-28)

Features

  • loop: stop loop when verification sub-task completes successfully (#34) (c13c688)
  • verify-issue: add verification config and Jira documentation (#32) (c8d46bb)

Bug Fixes

  • jira: implement proper issue link creation for task dependencies (#31) (571866c)
  • tui: use completedTasks to override stale graph status in TaskTree (#36) (7848945)

Tests

  • parallel: add comprehensive test suite for parallel mobius loop execution (#35) (273e1ff)