Code task UX, PR recovery, and CodeLess secrets.
-
Added a full task-prompt modal with markdown and plain-text views so long prompts can be opened, read, and closed without losing task context.
-
Improved generated pull request recovery by detecting closed pull requests, renaming the work branch, pushing a fresh branch, and creating a replacement pull request when checks have nothing to report.
-
Moved agent home, temp, cache, config, runtime, and log paths into the per-run workspace and probed workspace bases before selecting them, avoiding noexec mounts and host-directory writes.
-
Separated stopped tasks from failed tasks in Hub dispatch results, kept cancellation details out of failure fields, and formatted explicit failure payloads with clearer Failure and Error details lines.
-
Polished the task UI with active breathing status icons, a local Molten Hub dock logo, and repository-history pruning after GitHub repository lists load.
-
Expanded regression coverage for auth gates, GitHub review watching, pull request recreation, workspace mount selection, log paths, dispatch failures, stopped tasks, and static UI rendering.
AI Augmented Engineering
-
Improved repo secret scanning so JavaScript template interpolation does not create false requirements, stale undetected test secrets are disabled, and repos without local test commands treat test secrets as optional.
-
Added a local start script that prepares environment defaults, installs dependencies when needed, builds the app, starts the Docker appliance, repairs worker Docker socket access, and waits for API health.
-
Made automatic Exa grounding skip cleanly when the configured secret reference is unavailable, writing a skipped grounding artifact and status event instead of failing the job.
-
Published an AI strategy blog post about possible LLM pricing pressure and practical ways teams can audit usage, route models, and protect AI product margins.
-
Hardened blog and knowledge-base structured data helpers for relative images, root site URLs, and inline image attributes, with branch coverage raised to 100%.