<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Terminal | The .NET Blog</title><link>https://thedotnetblog.com/tags/terminal/</link><description>Articles, tutorials and insights from the .NET community.</description><generator>Hugo</generator><language>en</language><managingEditor>@thedotnetblog (The .NET Blog)</managingEditor><webMaster>@thedotnetblog</webMaster><lastBuildDate>Mon, 29 Jun 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://thedotnetblog.com/tags/terminal/index.xml" rel="self" type="application/rss+xml"/><item><title>Intelligent Terminal 0.1.1 Is Starting to Show What an AI-Native Shell Experience Could Look Like</title><link>https://thedotnetblog.com/news/emiliano-montesdeoca/intelligent-terminal-011-bash-fix-models/</link><pubDate>Mon, 29 Jun 2026 00:00:00 +0000</pubDate><author>Emiliano Montesdeoca</author><guid>https://thedotnetblog.com/news/emiliano-montesdeoca/intelligent-terminal-011-bash-fix-models/</guid><description>Intelligent Terminal 0.1.1 adds Bash and WSL support, a manual /fix flow, and on-the-fly model switching. It is still early, but the direction is becoming much more interesting for developers who live in the terminal.</description><content:encoded>&lt;p&gt;I still think AI in the terminal is one of the most promising developer experience areas right now.&lt;/p&gt;
&lt;p&gt;That is why &lt;strong&gt;Intelligent Terminal 0.1.1&lt;/strong&gt; stood out to me more than a typical point release normally would.&lt;/p&gt;
&lt;p&gt;This update adds:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Bash and WSL error detection&lt;/li&gt;
&lt;li&gt;a manual &lt;code&gt;/fix&lt;/code&gt; flow&lt;/li&gt;
&lt;li&gt;on-the-fly model switching&lt;/li&gt;
&lt;li&gt;a more customizable agent pane&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;That combination starts to make the product feel less like an experiment and more like an evolving shell experience.&lt;/p&gt;
&lt;h2 id="fix-is-the-right-kind-of-feature"&gt;&lt;code&gt;/fix&lt;/code&gt; is the right kind of feature&lt;/h2&gt;
&lt;p&gt;The addition I like most is probably &lt;code&gt;/fix&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;Why? Because not every problem shows up as a clean shell failure. Sometimes the command technically works and still gives you the wrong outcome. That is exactly where a manual “help me reason about this result” flow is useful.&lt;/p&gt;
&lt;p&gt;That is a much more realistic terminal assistance model than waiting for a perfect auto-detection mechanism.&lt;/p&gt;
&lt;h2 id="bash-and-wsl-support-make-the-experience-more-credible"&gt;Bash and WSL support make the experience more credible&lt;/h2&gt;
&lt;p&gt;Expanding beyond PowerShell was necessary.&lt;/p&gt;
&lt;p&gt;If this kind of terminal intelligence is going to matter to more developers, it has to work where developers actually spend time. Bash and WSL support is a big part of that.&lt;/p&gt;
&lt;h2 id="my-take"&gt;My take&lt;/h2&gt;
&lt;p&gt;This is still early-stage tooling, but the direction is good.&lt;/p&gt;
&lt;p&gt;The terminal is one of the most natural places for AI-assisted troubleshooting, command repair, and environment-aware guidance. Updates like this make that future easier to imagine.&lt;/p&gt;
&lt;p&gt;Original post: &lt;a href="https://devblogs.microsoft.com/commandline/intelligent-terminal-0-1-1-is-here-bash-support-new-slash-commands-and-customization/"&gt;Intelligent Terminal 0.1.1 is here: bash support, new slash commands, and more customization&lt;/a&gt;&lt;/p&gt;</content:encoded></item><item><title>Intelligent Terminal 0.1 Is a Serious First Shot at an AI-Native Shell</title><link>https://thedotnetblog.com/news/emiliano-montesdeoca/intelligent-terminal-0-1-first-serious-look/</link><pubDate>Thu, 04 Jun 2026 00:00:00 +0000</pubDate><author>Emiliano Montesdeoca</author><guid>https://thedotnetblog.com/news/emiliano-montesdeoca/intelligent-terminal-0-1-first-serious-look/</guid><description>Intelligent Terminal 0.1 introduces a native agent pane, error-aware assistance, background agent tasks, and command-palette-driven agent flows. It is experimental, but the direction is very compelling.</description><content:encoded>&lt;p&gt;I think the terminal is one of the most natural places for AI-assisted development to become genuinely useful.&lt;/p&gt;
&lt;p&gt;That is why &lt;strong&gt;Intelligent Terminal 0.1&lt;/strong&gt; feels like a serious announcement, even in experimental form.&lt;/p&gt;
&lt;p&gt;The interesting part is not just “chat in a terminal.” It is the native integration of:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;an agent pane&lt;/li&gt;
&lt;li&gt;error detection&lt;/li&gt;
&lt;li&gt;session management&lt;/li&gt;
&lt;li&gt;background tasks&lt;/li&gt;
&lt;li&gt;command-palette-triggered agent actions&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;That starts to look like a real shell experience, not an add-on bolted to the side.&lt;/p&gt;
&lt;h2 id="the-source-article-understands-the-actual-pain-point"&gt;The source article understands the actual pain point&lt;/h2&gt;
&lt;p&gt;One of the best parts of the original post is that it does not start with abstract AI ambition.&lt;/p&gt;
&lt;p&gt;It starts with a very normal developer experience:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;“&lt;strong&gt;Have you ever entered a PowerShell command, got an error, copied it, opened the browser, pasted it, and jumped through multiple forum posts to fix it?&lt;/strong&gt;”&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;That question works because it is painfully familiar.&lt;/p&gt;
&lt;p&gt;The terminal is full of tiny interruptions like that.&lt;/p&gt;
&lt;p&gt;So if AI belongs anywhere, it belongs close to those interruptions.&lt;/p&gt;
&lt;h2 id="why-this-feels-stronger-than-most-terminal-ai-demos"&gt;Why this feels stronger than most terminal AI demos&lt;/h2&gt;
&lt;p&gt;What makes this interesting is not just that there is an agent available.&lt;/p&gt;
&lt;p&gt;It is that the terminal experience is being rethought around how developers actually work:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;a persistent agent surface&lt;/li&gt;
&lt;li&gt;context from shell output&lt;/li&gt;
&lt;li&gt;quick error-triggered help&lt;/li&gt;
&lt;li&gt;background task spawning&lt;/li&gt;
&lt;li&gt;session resumption&lt;/li&gt;
&lt;li&gt;command palette as an entry point&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;That is much closer to a usable workflow than a floating chatbot attached to a shell window.&lt;/p&gt;
&lt;h2 id="the-agent-pane-is-the-real-product-here"&gt;The agent pane is the real product here&lt;/h2&gt;
&lt;p&gt;If I had to choose the most important part of the design, it is probably the agent pane.&lt;/p&gt;
&lt;p&gt;Why? Because it creates a middle ground between two awkward modes:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;leaving the terminal completely&lt;/li&gt;
&lt;li&gt;trying to cram the whole interaction into inline shell text&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;That is a good design choice.&lt;/p&gt;
&lt;p&gt;It respects the terminal as a working surface while still giving the agent enough space to behave like something more than autocomplete.&lt;/p&gt;
&lt;h2 id="error-detection-is-where-the-value-starts-becoming-obvious"&gt;Error detection is where the value starts becoming obvious&lt;/h2&gt;
&lt;p&gt;Automatic error detection is also exactly the kind of feature that makes sense here.&lt;/p&gt;
&lt;p&gt;The terminal already has the context.
The failure already happened.
The developer is already in the flow.&lt;/p&gt;
&lt;p&gt;That makes the shell one of the best places for:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;immediate diagnosis&lt;/li&gt;
&lt;li&gt;suggested fixes&lt;/li&gt;
&lt;li&gt;quick iteration&lt;/li&gt;
&lt;li&gt;follow-up reasoning without leaving the current environment&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;That is not magic. It is just good workflow placement.&lt;/p&gt;
&lt;h2 id="my-take"&gt;My take&lt;/h2&gt;
&lt;p&gt;This is early, but it is one of the more compelling terminal-AI directions I have seen so far.&lt;/p&gt;
&lt;p&gt;Not because it claims magic.
Because it stays close to how developers already work in the shell.&lt;/p&gt;
&lt;p&gt;And if this keeps evolving in that direction, I think it could become one of the more interesting AI-native developer experiences in Microsoft’s tooling portfolio.&lt;/p&gt;
&lt;p&gt;Original post: &lt;a href="https://devblogs.microsoft.com/commandline/announcing-intelligent-terminal-version-0-1/"&gt;Announcing Intelligent Terminal 0.1&lt;/a&gt;&lt;/p&gt;</content:encoded></item></channel></rss>