Software 44546 Published by Philipp Esselbach 0

Visual Studio Code 1.128 dropped on July 8, doubling down on GitHub Copilot with parallel chat threads inside Claude Agent sessions and multimodal image understanding now generally available. Developers can run multiple peer conversations, fork earlier turns, and monitor read-only subagent progress without disrupting their main workflow. System-wide keyboard shortcuts now summon the Agents window from any context, while new BYOK sampling parameters and enterprise OpenTelemetry routing give teams finer control over AI costs and data telemetry. The release marks a clear pivot from traditional coding editor to an always-on, AI-native development environment.

Software 44546 Published by Philipp Esselbach 0

NanaZip 6.5 has arrived with a sync to 7-Zip mainline 26.02 and fresh crypto libraries including BLAKE3 1.8.5 and GmSSL v3.2.0. The update resolves a Windows 10 crash when extracting selected files and patches a refcount leak in the shell extension. You’ll still get the project’s signature XAML interface, dark mode, and MSIX packaging, though MSIX constraints mean drive context menus remain Windows 11-only. Grab the stable build via Microsoft Store, WinGet, or GitHub, and check the official technical focus guide for a roadmap of the Classic flavor.

Software 44546 Published by Philipp Esselbach 0

Microsoft has released Visual Studio Code 1.127, bringing browser tools for AI agents to general availability alongside new per-site permission controls for the integrated web view. The update significantly expands the Agents window with custom session groups, drag-and-drop organization, and cost transparency via subagent credit tracking. Terminal commands on macOS and Linux now execute in a sandbox by default to limit network and filesystem access, while enterprises gain a new plain-file method for delivering managed Copilot policies. The release also deprecates the built-in Ollama provider in favor of the official extension and adds multi-chat tab management and CI failure banners to streamline developer workflows.

Software 44546 Published by Philipp Esselbach 0

UniGetUI 2026.2.2 officially completes the application’s framework migration from WinUI to Avalonia, stripping out all remaining Microsoft dependencies. The update introduces Windows 11 Snap Layouts support when hovering over the maximize button, alongside refined interface styling and a corrected operation log window. Developers have significantly reduced installer and distribution package sizes by removing unnecessary runtimes and optimizing compression settings. Prioritizing structural stability over new features, the release is available for immediate download via the project’s official GitHub releases page.

Software 44546 Published by Philipp Esselbach 0

Visual Studio Code 1.126 dropped today, introducing session-level credit tracking and a multi-chat Agents window to give developers tighter control over their AI spending. The release also consolidates model tuning settings and shifts new workspaces into Restricted Mode by default, meaning you’ll browse unfamiliar code safely before any automation triggers. You can rename individual chat tabs within shared sessions, and those conversations persist across window reloads so you don’t lose your place.

Software 44546 Published by Philipp Esselbach 0

Visual Studio Code 1.125 fixes the remote browser proxy so web traffic routes securely through SSH without breaking local port forwarding. Extension updates now respect disabled packages and let admins set a two hour delay to stop surprise breakages during active work. Enterprise teams get native MDM support for GitHub Copilot policies, which locks compliance settings across devices without forcing individual user accounts. The update also streamlines language model discovery and bumps the language server protocol to version 3.18 for smoother extension development.

Software 44546 Published by Philipp Esselbach 0

NanaZip 6.5 arrives with a solid focus on patching codec vulnerabilities that could leave archive extraction exposed to security risks. The update also tweaks everyday workflows by stopping File Explorer from popping up automatically during extractions and swapping in a cleaner XAML dialog for file locations. Developers cleaned up the version numbering system after the 6.x series got too cluttered, making future releases easier to track. Anyone handling untrusted files or tired of window spam should grab this update through the official repository or Windows Package Manager.

Software 44546 Published by Philipp Esselbach 0

UniGetUI 2026.2.1 adds an operation counter so users can actually track package progress instead of guessing if the app froze. The update introduces automatic username redaction for exported logs, which makes sharing diagnostic files with support teams much safer without leaking personal account details. Stability improvements target the core Chocolatey and Winget integrations, fixing the edge cases that previously caused stuck upgrades or broken metadata retrieval. Anyone managing multiple package managers should install this release to get better visibility, safer troubleshooting, and fewer update interruptions.

Software 44546 Published by Philipp Esselbach 0

Visual Studio Code 1.124 stops AI agents from overworking by making Autopilot smarter about knowing when a task actually wraps up. Developers can now queue follow-up prompts in the background instead of staring at a frozen editor while waiting for responses, which cuts down on the usual context-switching headaches. Keyboard shortcuts make jumping between active agent sessions faster, saving time during rapid debugging cycles that typically involve bouncing back and forth anyway. The integrated browser also tracks visited pages now, so revisiting documentation or testing endpoints does not require reopening links after a refresh.

Software 44546 Published by Philipp Esselbach 0

Visual Studio Code 1.124 introduces a dedicated Agents window that lets developers queue background prompts and jump between sessions without losing their place. The update enables an advanced Autopilot mode that uses a utility model to decide when tasks are complete, capping iterations at three to save tokens. Practical tweaks like integrated browser history, single-file diff isolation, and direct folder creation streamline the daily editing workflow. Enterprise admins finally get centralized control over Copilot plugins through shared policy files that sync across the editor and CLI.

Software 44546 Published by Philipp Esselbach 0

Visual Studio Code 1.123.2 plugs a security hole that let automated file approvals bypass path expansion checks. The editor now forces full directory resolution before granting write access, which stops poorly written scripts from slipping through ambiguous shell tilde and Windows environment variables. Terminal command auto approval will validate the expanded destination instead of trusting broken absolute path logic. Restart the workspace after updating to ensure extensions adopt the stricter validation without throwing false write denials.

Software 44546 Published by Philipp Esselbach 0

NanaZip 6.0 Update 8 arrives with a major security overhaul that patches dozens of memory handling vulnerabilities synced from 7-Zip 26.01. The release updates the zstd compression library to improve how modern archives extract and runs smoother on larger files. Windows users can install the update directly through the Microsoft Store or Windows Update without any interface changes. Running this build stops corrupted archive errors and keeps extraction routines safe from known exploitation paths.

Software 44546 Published by Philipp Esselbach 0

Visual Studio Code 1.123 ties Copilot conversations directly to GitHub so developers can automatically sync chat history across machines without manual copy-pasting. The update adds a dedicated agents window for side-by-side session management and a preview research agent that builds detailed Markdown reports from local code and public repositories. Automatic extension updates now pause for two hours before installing, giving teams time to catch broken releases while trusted publishers still push changes instantly. Browser tools also get a revamped favorites bar and expanded screenshot capture options to streamline debugging workflows inside AI chats.

Software 44546 Published by Philipp Esselbach 0

UniGetUI 2026.2.0 updates the interface with Windows 11 Mica support and native styling that finally makes the app blend seamlessly into modern desktop themes. Users can now pick from three tray icon styles, including a monochrome option that plays nicer with high contrast settings and dark mode wallpapers. The release adds a practical WinGet setting to cache package manifests locally, which speeds up offline management and cuts down on network dependency during bulk installs. Under the hood, fixed executable property rendering and refreshed pre-indexed package data eliminate common installation hiccups that have plagued earlier builds.

Software 44546 Published by Philipp Esselbach 0

Visual Studio Code 1.122.1 finally patches a bug that forced Linux users into an unwanted screen sharing permission loop every time the editor launched. The culprit was core workbench code triggering media capture requests during startup, which completely broke normal boot behavior on KDE Plasma 6 Wayland sessions. Updating to this release fixes the issue by tying the prompt strictly to explicit user actions like recording bug reports instead of firing automatically. Staying on version 1.122.0 guarantees repetitive permission dialogs that waste time and annoy privacy focused workflows, so grabbing the update is the only sensible move.

Software 44546 Published by Philipp Esselbach 0

Visual Studio Code 1.122 finally drops the GitHub login requirement for Bring Your Own Key setups, letting developers run local language models completely offline without forced cloud handshakes. The built-in browser now ships with device emulation and screenshot sharing, which cuts down on context switching when debugging responsive layouts or mobile touch interactions. Sandbox execution got tightened to only trigger during Default Approvals, fixing that annoying automatic retry behavior that used to defeat the whole safety net. A guided issue reporting wizard now captures screenshots and video clips automatically, though teams running 32-bit ARM Linux hosts will need to stick with older builds since support just ended.

Software 44546 Published by Philipp Esselbach 0

UniGetUI 2026.1.11 delivers a much-needed stability patch that finally makes the Avalonia build remember your window size and position between launches. The update also squashes a persistent WebView crash and removes an annoying transparent border that was messing with high-DPI displays. Core package management gets a serious boost as WinGet integration sees major fixes and PowerShell 7 updates stop vanishing from the search results. Users who rely on UniGetUI to manage software without touching the command line should grab this release to keep their workflow from falling apart.

Software 44546 Published by Philipp Esselbach 0

UniGetUI 2026.1.10 drops a practical mix of bug fixes and interface tweaks that actually clean up the daily package management workflow. The update logging gets tighter, and the app now warns users when the winget host switches versions instead of silently breaking connections. Navigation bars finally handle long translations without overflowing, while Windows installers shrink in size and non-Windows builds gain system tray support. Stale entries after failed installs, accidental portable file deletion during updates, and broken elevation prompts all get patched so the tool stops wasting time on phantom packages.

Software 44546 Published by Philipp Esselbach 0

The Open Shell Menu 4.4.198 pre-release finally patches two bugs that have been making the classic start menu feel broken on modern Windows. It stops the search bar from grabbing the wrong program before apps finish loading, which saves users from launching background processes by accident. The update also repairs the open and save file dialog window after Windows 11 updates caused it to freeze solid. Anyone tired of chasing UI trends should grab this version to restore stable shell integration without the usual bloat.

Software 44546 Published by Philipp Esselbach 0

PeaZip 11.1.0 finally cleans up the messy Extract to context menu by grouping last output paths, bookmarks, and history into logical submenus instead of dumping everything in one flat list. The update pushes compression backends forward with 7z and p7zip moving to version 26.01 while baking in security patches that actually stop corrupted archives from causing headaches. Developers kept the software accessible for older systems by maintaining backward compatibility with Lazarus 3.x and 2.x alongside the new 4.x compiler build. Users who just want a faster right click extraction workflow will get exactly what they need without any forced cloud integrations or bloated settings panels.