Skip to content

MOTO v1.1.01#53

Merged
Intrafere merged 17 commits into
mainfrom
dev/moto-v1.1.01
Jun 24, 2026
Merged

MOTO v1.1.01#53
Intrafere merged 17 commits into
mainfrom
dev/moto-v1.1.01

Conversation

@Intrafere

@Intrafere Intrafere commented Jun 24, 2026

Copy link
Copy Markdown
Owner

MOTO v1.1.01

Features

  • Local memory is now enabled; prior sessions can now aid discoveries in new runs! Local proof-history access now serves as verified proof corpora for a parallel Assistant role that retrieves up to 7 proof supports without blocking the main solver.
  • Added coming-soon information on SyntheticLib™, "The Inventor's Dictionary", a shared novel discovery database that users contribute novel proofs to for access. This will operate as an optional extension to the local memory system; SyntheticLib is a global/shared memory system.

Changes

  • Updated default user profiles to use ~anthropic/claude-opus-latest instead of fixed anthropic/claude-opus-4.7.
  • Clarified novelty-seeking and solution-seeking goals in the prompt engineering of proof-solving prompts.
  • Streamlined the features UX interface/control panel.
  • Added state persistence to live activity logs in GUI for each mode between crashes, restarts, and stops/starts.
  • Simplified model roles and condensed all proof-submission roles to one model selection.
  • Renamed High-Parameter Submitter to Rigor & Proofs Submitter and moved critique generation onto that role.
  • Refactored autonomous recommended profile format so standalone critique role entries are removed while legacy saved profiles still hydrate through Rigor & Proofs.
  • Completed deterministic Assistant proof-support ranking/cache hardening with no separate rater function.
  • Softened language on harmless stale tab warning regarding API keys and throttled the log occurrence.
  • MinMax M3 replaces Kimi K2.6 as King of the Hill due to its high knowledge and affordable API cost.
  • Added Codex Spark High to OAuth role for Codex.
  • For OpenRouter hosts, USA inference host companies now show with an American flag image next to them to help reflect the potential for higher-standard data protection laws.
  • Start/stop research button is now immediately responsive to user input without the prior startup/stop delay.
  • Context overflow stops now indicate the system stopped due to the model running out of limits for the mandatory direct injection context. Some context must be direct injected, such as the brainstorm; otherwise the system would produce misalignment and other context accumulation errors over long runtimes.
  • OAuth errors are now durable and recoverable on browser disconnects and reconnects.
  • Standardized prompt memory storage across the program to all use the same memory handling.
  • Removed wasteful readiness check on OpenRouter embedding models.
  • Removed 15 rejections limit on the brainstorm topic and paper title selections.

Bug Fixes

  • Fixed manual mode prompt persistence so saved prompts are not lost across crashes, restarts, or repeated continue starts.
  • Added backend prompt recovery and clear-only reset handling for durable manual Aggregator and Compiler prompts.
  • Modified xAI and Codex OAuth attribution from bare "moto" to MOTO Autonomous ASI-specific identifiers.
  • Fixed pruned Stage 2 papers staying visible as dimmed read-only cards instead of disappearing from the live paper grid.
  • Fixed proof-identification model output failures being mistaken for no proof candidates, which could skip proof checking and advance to paper writing.
  • Fixed stale OpenRouter/OAuth copy in provider error messages and README setup docs.
  • Fixed proof-search index freshness, disabled-corpus filtering, and active manual proof-check Assistant role preservation.
  • Fixed hosted settings so desktop OAuth status/model endpoints are not polled when OAuth capabilities are unavailable.
  • Fixed Aggregator and Compiler Assistant settings so disabled Agent Conversation Memory makes controls actually disabled, not just visually greyed.
  • Fixed "settings saved" UIX collision render bug causing small page layout shift on settings update.
  • The mode panel is now in sync with the workflow tab, stopping premature tab expansions.
  • The .bat launcher can no longer accidentally create a new memory session.
  • Fixed 504 gateway error for auto update check in launcher.

Authored by Patrick White, Patrick@Intrafere.com

Pat and others added 15 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>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
## Features

## Changes

- Autonomous brainstorm and paper proof checkpoints now run up to four strict prompt-solving follow-up rounds.
- oAuth is now a valid startup choice when doing the new user startup.
- Added "try to prove this" button with Lean 4 prover to manual/advanced mode.
- Cleaned up confusing wording on proof novelty review from, removed "mechanized proof is novel for the
  research program" wording to clarify proof must be novel for society, not just the research program.
- "Try to prove this" button now appends solved proofs to the brainstorm regardless of novelty, allowing for a better Ralph loop in iterative uses.

## Bug Fixes

- Fixed proof-check source assembly so manual and autonomous "Try to Prove This" paths strip generated proof appendices, inject verified proofs only through the proof library, and keep proof candidates focused on directly solving or building toward the user prompt.
- Fixed saved manual compiler paper proof checks to include the full proof-stripped manual Aggregator context instead of a hidden truncated excerpt.
- Fixed fresh GitHub ZIP installs falsely showing an update-available notification on first launch.
- Fixed stale Aggregator rejection feedback leaking across manual clears and autonomous child aggregators.
- Fixed non-Windows Lean/elan bootstrap to use the live upstream GitHub installer script instead of the retired lean-lang.org URL.
- Fixed ChatGPT/Codex oAuth retry bug causing failed proofs.
- Fixed Manual Writer proof output isolation with a separate Mathematical Proofs tab/store so it no longer pollutes Autonomous Research proofs.

  Authored by Patrick White, Patrick@Intrafere.com
## Features

- Grok/SuperGrok OAuth is now enabled for inference use within the harness.

## Changes

- Leaderboard updated: 1st place - Kimi K2.6, 2nd place - ChatGPT 5.5, 3rd
- Autonomous brainstorm and paper proof checkpoints now run up to four strict prompt-solving follow-up rounds.
- Added "try to prove this" button with Lean 4 prover to manual/advanced mode.
- Cleaned up confusing wording on proof novelty review from, removed "mechanized proof is novel for the
  research program" wording to clarify proof must be novel for society, not just the research program.
- "Try to prove this" button now appends solved proofs to the brainstorm regardless of novelty, allowing for a better Ralph loop in iterative uses.
- History prompt previews now truncate to 400 characters.
- Manual proof checks now use standard multi-candidate proof discovery instead of a direct Lean target shortcut.
- OpenAI Codex no longer has a hard coded autofill fallback for models when the server fails to return a model list.
- OpenAI Codex now handles token revoked errors better.
- Removed "fast, affordable, mid-tier knowledge" profile. Updated Slow, affordable, high knowledge profile.
- Lean 4 startup status now uses softer "still starting up" language and reduced polling/log spam.

## Bug Fixes

- Fixed proof-check source assembly so manual and autonomous "Try to Prove This" paths strip generated proof appendices, inject verified proofs only through the proof library, and keep proof candidates focused on directly solving or building toward the user prompt.
- Fixed saved manual compiler paper proof checks to include the full proof-stripped manual Aggregator context instead of a hidden truncated excerpt.
- Fixed fresh GitHub ZIP installs falsely showing an update-available notification on first launch.
- Fixed stale Aggregator rejection feedback leaking across manual clears and autonomous child aggregators.
- Fixed non-Windows Lean/elan bootstrap to use the live upstream GitHub installer script instead of the retired lean-lang.org URL.
- Fixed ChatGPT/Codex OAuth retry bug causing failed proofs.
- Fixed Manual Writer proof output isolation with a separate Mathematical Proofs tab/store so it no longer pollutes Autonomous Research proofs.
- Manual mode validator setting no longer falls back to autonomous mode validator setting when no option is chosen without warning.
- Fixed React refresh bug causing the settings drop down to close on the user.

  Authored by Patrick White, Patrick@Intrafere.com
## Features

- Grok/SuperGrok OAuth is now enabled for inference use within the harness.

## Changes

- Leaderboard updated: 1st place - Kimi K2.6, 2nd place - ChatGPT 5.5, 3rd
- Autonomous brainstorm and paper proof checkpoints now run up to four strict prompt-solving follow-up rounds.
- Added "try to prove this" button with Lean 4 prover to manual/advanced mode.
- Cleaned up confusing wording on proof novelty review from, removed "mechanized proof is novel for the
  research program" wording to clarify proof must be novel for society, not just the research program.
- "Try to prove this" button now appends solved proofs to the brainstorm regardless of novelty, allowing for a better Ralph loop in iterative uses.
- History prompt previews now truncate to 400 characters.
- Manual proof checks now use standard multi-candidate proof discovery instead of a direct Lean target shortcut.
- OpenAI Codex no longer has a hard coded autofill fallback for models when the server fails to return a model list.
- OpenAI Codex now handles token revoked errors better.
- Removed "fast, affordable, mid-tier knowledge" profile. Updated Slow, affordable, high knowledge profile.
- Lean 4 startup status now uses softer "still starting up" language and reduced polling/log spam.

## Bug Fixes

- Fixed proof-check source assembly so manual and autonomous "Try to Prove This" paths strip generated proof appendices, inject verified proofs only through the proof library, and keep proof candidates focused on directly solving or building toward the user prompt.
- Fixed saved manual compiler paper proof checks to include the full proof-stripped manual Aggregator context instead of a hidden truncated excerpt.
- Fixed fresh GitHub ZIP installs falsely showing an update-available notification on first launch.
- Fixed stale Aggregator rejection feedback leaking across manual clears and autonomous child aggregators.
- Fixed non-Windows Lean/elan bootstrap to use the live upstream GitHub installer script instead of the retired lean-lang.org URL.
- Fixed ChatGPT/Codex OAuth retry bug causing failed proofs.
- Fixed Manual Writer proof output isolation with a separate Mathematical Proofs tab/store so it no longer pollutes Autonomous Research proofs.
- Manual mode validator setting no longer falls back to autonomous mode validator setting when no option is chosen without warning.
- Fixed React refresh bug causing the settings drop down to close on the user.

  Authored by Patrick White, Patrick@Intrafere.com
Fixes an autonomous resume crash during completed paper proof verification caused by an undefined automatic_complete variable.
## Features

  - Local memory is now enabled, prior sessions can now aid discoveries of new runs! Local proof-history access as verified proof corpora for a parallel Assistant role that retrieves up to 7 proof supports without blocking the main solver.
  - Added SyntheticLib feaures and coming-soon information on SyntheticLib™, "The Inventor's Dictionary". A shared novel discovery database that users contribute novel proofs to for access. This will operate as an optional extension to the local memory system, SyntheticLib is a global/shared memory system.
  - Added the Assistant role as a non-validating rolling proof-support layer that sees the user prompt, live solver feedback, and its current pack while keeping routine proof search out of submitter turns.

## Changes

  - Clarified novelty-seeking and solution-seeking goals in prompt engineering of proof-solving prompts.
  - Streamlined features UIX interface/control panel.
  - Added state persistence to live activity logs in GUI for each mode between crashes, restarts, and stops/starts.
  - Simplified model roles and condensed all proof-submission roles to one model selection.
  - Renamed High-Parameter Submitter to Rigor & Proofs Submitter and moved critique generation onto that role.
  - Refactored autonomous recommended profile format so standalone critique role entries are removed while legacy saved profiles still hydrate through Rigor & Proofs.
  - Completed deterministic Assistant proof-support ranking/cache hardening with no separate rater function.
  - Softened language on harmless stale tab warning regarding API keys and throttled the log occurance.
  - MinMax M3 replaces Kimi K2.6 as King of The Hill, due to its high knowledge and affordable API cost.
  - For OpenRouter hosts, USA inference host companies now show with an American flag image next to them to help reflect the potential for higher-standard data protection laws.
  - Start/stop research button is now immediately responsive to users input without the prior start up/stop delay.
  - Context overflow stops now idicate the system stopped due to the model running out of limits for the mandatory direct injection context. Some context must be direct injected, such as the brainstorm, otherwise the system would produce misalignment, and other context accumulation errors over long runtimes.
  - OAuth errors are now durable and recoverable on browser disconnect and reconnects.
  - Standardized prompt memory storage across the program to all use the same memory handling.

## Bug Fixes

  - Fixed manual mode prompt persistence so saved prompts are not lost across crashes, restarts, or repeated continue starts.
  - Added backend prompt recovery and clear-only reset handling for durable manual Aggregator and Compiler prompts.
  - Modified X.ai and Codex OAuth attribution from bare "moto" to MOTO Autonomous ASI-specific identifiers.
  - Fixed pruned Stage 2 papers staying visible as dimmed read-only cards instead of disappearing from the live paper grid.
  - Fixed proof-identification model output failures being mistaken for no proof candidates, which could skip proof checking and advance to paper writing.
  - Fixed stale OpenRouter/OAuth copy in provider error messages and README setup docs.
  - Fixed stale LeanOJ proof-search regression coverage to validate Assistant-owned proof support.
  - Fixed proof-search index freshness, disabled-corpus filtering, and active manual proof-check Assistant role preservation.
  - Fixed hosted settings so desktop OAuth status/model endpoints are not polled when OAuth capabilities are unavailable.
  - Fixed Aggregator and Compiler Assistant settings so disabled Agent Conversation Memory makes controls actually disabled, not just visually greyed.
  - Fixed Assistant memory prewarming so eligible producer paths still refresh memory before prompt-size preflight failures.
  - Fixed "settings saved" UIX collision render bug causing small page layout shift on settings update.
  - Change mode panel now is in sync with the workflow tab, stopping premature tab expansions.

  Authored by Patrick White, Patrick@Intrafere.com
## Features

  - Local memory is now enabled; prior sessions can now aid discoveries in new runs! Local proof-history access now serves as verified proof corpora for a parallel Assistant role that retrieves up to 7 proof supports without blocking the main solver.
  - Added coming-soon information on SyntheticLib™, "The Inventor's Dictionary", a shared novel discovery database that users contribute novel proofs to for access. This will operate as an optional extension to the local memory system; SyntheticLib is a global/shared memory system.
  - Added the Assistant role as a non-validating rolling proof-support layer that sees the user prompt, live solver feedback, and its current pack while keeping routine proof search out of submitter turns.

## Changes

  - Updated recommended autonomous + LeanOJ profiles to use `~anthropic/claude-opus-latest` instead of fixed `anthropic/claude-opus-4.7`.
  - Clarified novelty-seeking and solution-seeking goals in the prompt engineering of proof-solving prompts.
  - Streamlined the features UX interface/control panel.
  - Added state persistence to live activity logs in GUI for each mode between crashes, restarts, and stops/starts.
  - Simplified model roles and condensed all proof-submission roles to one model selection.
  - Renamed High-Parameter Submitter to Rigor & Proofs Submitter and moved critique generation onto that role.
  - Refactored autonomous recommended profile format so standalone critique role entries are removed while legacy saved profiles still hydrate through Rigor & Proofs.
  - Completed deterministic Assistant proof-support ranking/cache hardening with no separate rater function.
  - Softened language on harmless stale tab warning regarding API keys and throttled the log occurrence.
  - MinMax M3 replaces Kimi K2.6 as King of the Hill due to its high knowledge and affordable API cost.
  - Added Codex Spark High to OAuth role for Codex.
  - For OpenRouter hosts, USA inference host companies now show with an American flag image next to them to help reflect the potential for higher-standard data protection laws.
  - Start/stop research button is now immediately responsive to user input without the prior startup/stop delay.
  - Context overflow stops now indicate the system stopped due to the model running out of limits for the mandatory direct injection context. Some context must be direct injected, such as the brainstorm; otherwise the system would produce misalignment and other context accumulation errors over long runtimes.
  - OAuth errors are now durable and recoverable on browser disconnects and reconnects.
  - Standardized prompt memory storage across the program to all use the same memory handling.
  - Removed wasteful readiness check on OpenRouter embedding models.
  - Removed 15 rejections limit on the brainstorm topic and paper title selections.

## Bug Fixes

  - Fixed manual mode prompt persistence so saved prompts are not lost across crashes, restarts, or repeated continue starts.
  - Added backend prompt recovery and clear-only reset handling for durable manual Aggregator and Compiler prompts.
  - Modified xAI and Codex OAuth attribution from bare "moto" to MOTO Autonomous ASI-specific identifiers.
  - Fixed pruned Stage 2 papers staying visible as dimmed read-only cards instead of disappearing from the live paper grid.
  - Fixed proof-identification model output failures being mistaken for no proof candidates, which could skip proof checking and advance to paper writing.
  - Fixed stale OpenRouter/OAuth copy in provider error messages and README setup docs.
  - Fixed stale LeanOJ proof-search regression coverage to validate Assistant-owned proof support.
  - Fixed proof-search index freshness, disabled-corpus filtering, and active manual proof-check Assistant role preservation.
  - Fixed hosted settings so desktop OAuth status/model endpoints are not polled when OAuth capabilities are unavailable.
  - Fixed Aggregator and Compiler Assistant settings so disabled Agent Conversation Memory makes controls actually disabled, not just visually greyed.
  - Fixed Assistant memory prewarming so eligible producer paths still refresh memory before prompt-size preflight failures.
  - Fixed "settings saved" UIX collision render bug causing small page layout shift on settings update.
  - The mode panel is now in sync with the workflow tab, stopping premature tab expansions.
  - The .bat launcher can no longer accidentally create a new memory session.
  - Fixed 504 gateway error for auto update check in launcher.

  Authored by Patrick White, Patrick@Intrafere.com
Comment thread .github/workflows/ci.yml Fixed
Comment thread .github/workflows/ci.yml Fixed
@Intrafere Intrafere merged commit 9268af6 into main Jun 24, 2026
9 checks passed
@Intrafere Intrafere deleted the dev/moto-v1.1.01 branch June 27, 2026 14:11
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