Skip to content

MOTO v1.0.9 Bug Fix #2#46

Merged
Intrafere merged 7 commits into
mainfrom
dev/moto-v1.0.9-bug-fix
May 26, 2026
Merged

MOTO v1.0.9 Bug Fix #2#46
Intrafere merged 7 commits into
mainfrom
dev/moto-v1.0.9-bug-fix

Conversation

@Intrafere
Copy link
Copy Markdown
Owner

@Intrafere Intrafere commented May 26, 2026

MOTO v1.0.9 Bug Fix #2

Bug Fixes

  • Added Python install to one-click launcher to install Python for users that do not have it.

Authored by Patrick White, Patrick@intrafere.com.

Pat and others added 7 commits May 18, 2026 12:25
Prevent cleared autonomous sessions from resuming while preserving completed run history.
# MOTO v1.0.9

## Features

  - Users can now utilize ChatGPT subscription through oAuth for inference, in replacement of or in combination with OpenRouter/LM studio.
  - Users can now do proof-only solving by disabling paper writing under the acceptable outputs control, this enables the existing brainstorming + Lean 4 automated proof solving loop without automated research paper writing.

## Changes

  - Updated proof verification prompts to prioritize direct user-prompt solution attempts and carry brainstorm topic/source-title context through theorem discovery, lemma search, SMT translation, and Lean formalization.
  - Persisted advanced runtime settings for proof concurrency, Lean/SMT options, and OpenRouter free-model fallback controls.
  - Lean 4 proof writing mode has stronger emphasis on seeking novelty.
  - Cleaned up .cursor rules and aligned them with program where outdated.
  - Removed old/outdated code and scaffolding.
  - Improved live activity GUI logging.
  - Fresh starts now open on the main Autonomous screen instead of restoring the last viewed screen.
  - Cleaned up main directory.
  - Topic selection brainstorming sessions now emphasize to aggressively pick topics that solve the user's whole prompt at once where possible.
  - Expanded GUI live activity logging before truncation.

## Bug Fixes

  - Proof-solving attempts now receive the complete source paper or brainstorm context, making all models much more effective at solving Lean proof targets. Prior to this fix, all proof attempts were missing the accompanying brainstorm/paper which meant there was no Top-P exploratin architecture assisting proof solving. This is why only SOTA models were able to solve proofs before.
  - Hardened diagnostic logging against CodeQL log-injection findings and cleaned up first-party CodeQL warning-level frontend/backend issues.
  - Performed CodeQL audit and made minor fixes.
  - Added dedupe script for duplicate proof context, greatly reducing duplicate proof context.
  - Removed hidden context/max-token fallbacks and fixed compiler RAG budgeting so LM Studio, OpenRouter, and Codex use user-configured limits.
  - Fixed compiler High Parameter rigor proofs so Lean-verified proofs are ranked and indexed under the active paper.

  Authored by Patrick White, Patrick@Intrafere.com
# MOTO v1.0.9

## Features

  - Users can now utilize ChatGPT subscription through oAuth for inference, in replacement of or in combination with OpenRouter/LM studio.
  - Users can now do proof-only solving by disabling paper writing under the acceptable outputs control, this enables the existing brainstorming + Lean 4 automated proof solving loop without automated research paper writing.

## Changes

  - Updated proof verification prompts to prioritize direct user-prompt solution attempts and carry brainstorm topic/source-title context through theorem discovery, lemma search, SMT translation, and Lean formalization.
  - Persisted advanced runtime settings for proof concurrency, Lean/SMT options, and OpenRouter free-model fallback controls.
  - Lean 4 proof writing mode has stronger emphasis on seeking novelty.
  - Cleaned up .cursor rules and aligned them with program where outdated.
  - Removed old/outdated code and scaffolding.
  - Improved live activity GUI logging.
  - Fresh starts now open on the main Autonomous screen instead of restoring the last viewed screen.
  - Cleaned up main directory.
  - Topic selection brainstorming sessions now emphasize to aggressively pick topics that solve the user's whole prompt at once where possible.
  - Expanded GUI live activity logging before truncation.

## Bug Fixes

  - Proof-solving attempts now receive the complete source paper or brainstorm context, making all models much more effective at solving Lean proof targets. Prior to this fix, all proof attempts were missing the accompanying brainstorm/paper which meant there was no Top-P exploratin architecture assisting proof solving. This is why only SOTA models were able to solve proofs before.
  - Hardened diagnostic logging against CodeQL log-injection findings and cleaned up first-party CodeQL warning-level frontend/backend issues.
  - Performed CodeQL audit and made minor fixes.
  - Added dedupe script for duplicate proof context, greatly reducing duplicate proof context.
  - Removed hidden context/max-token fallbacks and fixed compiler RAG budgeting so LM Studio, OpenRouter, and Codex use user-configured limits.
  - Fixed compiler High Parameter rigor proofs so Lean-verified proofs are ranked and indexed under the active paper.

  Authored by Patrick White, Patrick@Intrafere.com
Co-authored-by: Cursor <cursoragent@cursor.com>
Signed-off-by: Intrafere Research Group <208883623+Intrafere@users.noreply.github.com>
@Intrafere Intrafere merged commit 1226355 into main May 26, 2026
4 checks passed
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.

1 participant