Skip to content

feat(tools): port MiMo tools and subsystems to opencode#34270

Closed
Angelo17123 wants to merge 3 commits into
anomalyco:devfrom
Angelo17123:feat/mimo-tools-port
Closed

feat(tools): port MiMo tools and subsystems to opencode#34270
Angelo17123 wants to merge 3 commits into
anomalyco:devfrom
Angelo17123:feat/mimo-tools-port

Conversation

@Angelo17123

Copy link
Copy Markdown

New tools: multiedit, notebook_edit, codesearch, memory, history, change_directory (per-session cwd wired into read/edit/write/glob/grep/notebook). New DB-free subsystems: memory (BM25 over markdown) and history (BM25 over session storage). Session todo endpoint enriched with subagent task jobs (merged with todowrite). Verified: typecheck + build + smoke test green.

Issue for this PR

Closes #

Type of change

  • Bug fix
  • New feature
  • Refactor / code improvement
  • Documentation

What does this PR do?

Please provide a description of the issue, the changes you made to fix it, and why they work. It is expected that you understand why your changes work and if you do not understand why at least say as much so a maintainer knows how much to value the PR.

If you paste a large clearly AI generated description here your PR may be IGNORED or CLOSED!

How did you verify your code works?

Screenshots / recordings

If this is a UI change, please include a screenshot or recording.

Checklist

  • I have tested my changes locally
  • I have not included unrelated changes in this PR

If you do not follow this template your PR will be automatically rejected.

New tools: multiedit, notebook_edit, codesearch, memory, history, change_directory (per-session cwd wired into read/edit/write/glob/grep/notebook). New DB-free subsystems: memory (BM25 over markdown) and history (BM25 over session storage). Session todo endpoint enriched with subagent task jobs (merged with todowrite). Verified: typecheck + build + smoke test green.
@github-actions github-actions Bot added the needs:compliance This means the issue will auto-close after 2 hours. label Jun 28, 2026
@github-actions

Copy link
Copy Markdown
Contributor

This PR doesn't fully meet our contributing guidelines and PR template.

What needs to be fixed:

  • No "Type of change" checkbox is checked. Please select at least one.
  • "How did you verify your code works?" section is empty. Please explain how you tested.
  • Not all checklist items are checked. Please confirm you have tested locally and have not included unrelated changes.

Please edit this PR description to address the above within 2 hours, or it will be automatically closed.

If you believe this was flagged incorrectly, please let a maintainer know.

OpenCode added 2 commits June 27, 2026 18:13
git: read-only structured git (status/diff/log/show/blame/branch) via Git.Service. format: run configured formatters on files via Format.Service. diagnostics: report LSP diagnostics for a file or the whole project. All resolve relative paths against the session cwd (change_directory). Verified: typecheck + build + smoke test green.
Tools: rename_symbol & code_actions (LSP rename/codeAction + WorkspaceEdit applier), test (runner detection), git_commit, patch_apply, bulk_edit, todo_scan, tree, json_query, memory_write, deps_add/deps_outdated, process_start/logs/stop. All resolve paths against the session cwd. TUI: register the opentui spinner component explicitly (registerSpinner()) so the compiled binary no longer crashes with 'Unknown component type: spinner'; animations re-enabled. Verified: typecheck 0 errors, build + smoke test green, unit tests pass.
@github-actions

Copy link
Copy Markdown
Contributor

This pull request has been automatically closed because it was not updated to meet our contributing guidelines within the 2-hour window.

Feel free to open a new pull request that follows our guidelines.

@github-actions github-actions Bot removed the needs:compliance This means the issue will auto-close after 2 hours. label Jun 28, 2026
@github-actions github-actions Bot closed this Jun 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants