<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Chat</title><link>https://sourceforge.net/p/tag-forge/wiki/Chat/</link><description>Recent changes to Chat</description><atom:link href="https://sourceforge.net/p/tag-forge/wiki/Chat/feed" rel="self"/><language>en</language><lastBuildDate>Thu, 07 May 2026 07:58:56 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/tag-forge/wiki/Chat/feed" rel="self" type="application/rss+xml"/><item><title>Chat modified by Anya Forger</title><link>https://sourceforge.net/p/tag-forge/wiki/Chat/</link><description>&lt;div class="markdown_content"&gt;&lt;h1 id="h-intelligent-chat-guide"&gt;Intelligent Chat Guide&lt;/h1&gt;
&lt;p&gt;TagForge features a robust chat assistant designed for long-form creative writing, brainstorming, and technical tasks.&lt;/p&gt;
&lt;h2 id="h-chat-interface"&gt;💬 Chat Interface&lt;/h2&gt;
&lt;p&gt;The Chat view provides a persistent workspace for conversational AI. Unlike the Generator, the Chat is designed for multi-turn dialogues where context is maintained throughout the session.&lt;/p&gt;
&lt;h3 id="h-key-features"&gt;Key Features&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Persistent Context&lt;/strong&gt;: The AI remembers previous messages in the current session.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Markdown Support&lt;/strong&gt;: rendering for tables and formatted text.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Multimodal Attachments&lt;/strong&gt;: Use the &lt;strong&gt;Paperclip&lt;/strong&gt; icon to attach images or text/code files to provide context to the assistant.&lt;/li&gt;
&lt;/ul&gt;
&lt;hr/&gt;
&lt;h2 id="h-chat-rules"&gt;📜 Chat Rules&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;Chat Rules&lt;/strong&gt; are modular behavioral templates that allow you to quickly switch the assistant's personality or formatting style without changing the global persona.&lt;/p&gt;
&lt;h3 id="h-how-to-use-rules"&gt;How to Use Rules&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;Locate the &lt;strong&gt;Rules Dropdown&lt;/strong&gt; at the top of the Chat view.&lt;/li&gt;
&lt;li&gt;Select a rule to instantly apply its instructions to the assistant.&lt;/li&gt;
&lt;li&gt;Rules are prepended to the system prompt, ensuring the AI follows them strictly.&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 id="h-built-in-rules"&gt;Built-in Rules&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Helpful Assistant&lt;/strong&gt;: The default, balanced AI personality for general tasks.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Code Expert&lt;/strong&gt;: Optimized for generating, explaining, and debugging code with idiomatic best practices.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Creative Writer&lt;/strong&gt;: Focused on storytelling, world-building, and evocative prose.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="h-custom-rules"&gt;🛠️ Custom Rules&lt;/h3&gt;
&lt;p&gt;You can manage your rules in &lt;strong&gt;Settings&lt;/strong&gt; -&amp;gt; &lt;strong&gt;Rules Tab&lt;/strong&gt;.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Name&lt;/strong&gt;: A short label for the dropdown.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Instruction&lt;/strong&gt;: The specific behavior you want the AI to follow (e.g., &lt;em&gt;"Always reply in Spanish"&lt;/em&gt; or &lt;em&gt;"Use only emojis"&lt;/em&gt;).&lt;/li&gt;
&lt;/ul&gt;
&lt;hr/&gt;
&lt;h2 id="h-managing-conversations"&gt;📂 Managing Conversations&lt;/h2&gt;
&lt;p&gt;Each chat is saved as a &lt;strong&gt;Session&lt;/strong&gt;.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Search&lt;/strong&gt;: Use the sidebar to filter past conversations by name.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Export&lt;/strong&gt;: Use the &lt;a href="./History"&gt;&lt;strong&gt;History Backup&lt;/strong&gt;&lt;/a&gt; tools in Settings to save your chats as &lt;code&gt;.tfb&lt;/code&gt; files.&lt;/li&gt;
&lt;/ul&gt;
&lt;hr/&gt;
&lt;h2 id="h-supported-attachments"&gt;📂 Supported Attachments&lt;/h2&gt;
&lt;p&gt;You can attach the following file types to your chat sessions:&lt;/p&gt;
&lt;h3 id="h-images"&gt;🖼️ Images&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;.jpg&lt;/code&gt;, &lt;code&gt;.jpeg&lt;/code&gt;, &lt;code&gt;.png&lt;/code&gt;, &lt;code&gt;.webp&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="h-text-code"&gt;📄 Text &amp;amp; Code&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;General&lt;/strong&gt;: &lt;code&gt;.txt&lt;/code&gt;, &lt;code&gt;.md&lt;/code&gt;, &lt;code&gt;.json&lt;/code&gt;, &lt;code&gt;.yaml&lt;/code&gt;, &lt;code&gt;.yml&lt;/code&gt;, &lt;code&gt;.toml&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Development&lt;/strong&gt;: &lt;code&gt;.cs&lt;/code&gt;, &lt;code&gt;.axaml&lt;/code&gt;, &lt;code&gt;.xml&lt;/code&gt;, &lt;code&gt;.js&lt;/code&gt;, &lt;code&gt;.ts&lt;/code&gt;, &lt;code&gt;.py&lt;/code&gt;, &lt;code&gt;.html&lt;/code&gt;, &lt;code&gt;.css&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anya Forger</dc:creator><pubDate>Thu, 07 May 2026 07:58:56 -0000</pubDate><guid>https://sourceforge.net8627fb144aa8af1602a932229761e16b6b7e2ce1</guid></item></channel></rss>