terminal
howtonotcode.com
business

js_repl

Service

asm.js is a subset of JavaScript designed to allow computer software written in languages such as C to be run as web applications while maintaining performance characteristics considerably better than standard JavaScript, which is the typical language used for such applications. asm.js consists of a strict subset of JavaScript, to which code written in statically typed languages with manual memory management (such as C) is translated by a source-to-source compiler such as Emscripten (based on LL

article 1 story calendar_today First seen: 2026-03-06 update Last seen: 2026-03-06 open_in_new Website menu_book Wikipedia

Resources

Links to check for updates: homepage, feed, or git repo.

home Homepage

Stories

Showing 1-1 of 1

Codex v0.111.0: Fast mode by default, structured MCP, and a Windows app lands

OpenAI Codex v0.111.0 turns on Fast mode by default, tightens MCP integration, expands image workflows, and debuts an early Windows app with mixed first impressions. The release makes Fast mode the default, adds dynamic local .js/.mjs imports in js_repl, and shares enabled MCP apps and skills with the model at session start ([release notes](https://github.com/openai/codex/releases/tag/rust-v0.111.0)). App‑server v2 now exposes MCP elicitation via a structured request/response API, image workflow handling is expanded, and resuming threads preserves git context and app enablement. A Windows build of the Codex app is out, with community reports of stutter and some confusion about how to quit the app ([Windows announcement](https://community.openai.com/t/the-codex-app-is-now-on-windows/1375704), [stutter report](https://community.openai.com/t/codex-app-is-kinda-stuttery-on-windows/1375836), [quitting thread](https://community.openai.com/t/how-does-one-quit-the-codex-application-on-windows/1375813)). There is also feedback asking for message editing and proper undo in the VS Code plugin ([plugin request](https://community.openai.com/t/codex-vs-code-plugin-add-message-editing-and-proper-undo/1372929)). Plan for app‑server v2’s structured MCP flow in clients and validate Fast mode’s performance, cost, and rate limits in CI or agent workflows.

calendar_today 2026-03-06
openai codex codex-app-server-v2 model-context-protocol-mcp vs-code