What's Changed
- fix: prevent TUI crash from wide lines and sanitize terminal escape sequences by @djdembeck in #628
- fix(ai): resolve Copilot context window from max_prompt_tokens, not max_context_window_tokens by @a-glapinski in #631
- fix(natives): eliminate unsafe AVX-512 x64 release artifacts by @MikeeI in #669
- feat(coding-agent): session rename with accent coloring by @cgrossde in #680
- feat(overflow): enhance context overflow detection for model_context_… by @zhaoboqiang in #683
- fix(docs): correct user MCP config path to ~/.omp/agent/mcp.json by @makoMakoGo in #685
- Persist extension-registered models across refresh cycles by @Jberlinsky in #686
- feat: add session name getter/setter to extension API by @djdembeck in #687
- Fix: Resolve background job delivery race condition (Issue #689, Part 1) by @LevinFaber in #690
- fix(coding-agent): scope retained python kernel cleanup to sessions by @vmcall in #691
New Contributors
- @cgrossde made their first contribution in #680
- @zhaoboqiang made their first contribution in #683
- @makoMakoGo made their first contribution in #685
- @Jberlinsky made their first contribution in #686
- @LevinFaber made their first contribution in #690
Full Changelog: v14.1.0...v14.1.1