<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to History</title><link>https://sourceforge.net/p/tag-forge/wiki/History/</link><description>Recent changes to History</description><atom:link href="https://sourceforge.net/p/tag-forge/wiki/History/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/History/feed" rel="self" type="application/rss+xml"/><item><title>History modified by Anya Forger</title><link>https://sourceforge.net/p/tag-forge/wiki/History/</link><description>&lt;div class="markdown_content"&gt;&lt;h1 id="h-history-management"&gt;History Management&lt;/h1&gt;
&lt;p&gt;TagForge automatically saves every interaction—whether it's a chat conversation or a prompt generation cycle. This guide explains how to manage your data.&lt;/p&gt;
&lt;h2 id="h-session-system"&gt;📂 Session System&lt;/h2&gt;
&lt;p&gt;TagForge organizes interactions into &lt;strong&gt;Sessions&lt;/strong&gt;. Each session acts as a dedicated workspace for a specific topic or project.&lt;/p&gt;
&lt;h3 id="h-creating-sessions"&gt;Creating Sessions&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Manual&lt;/strong&gt;: Click the &lt;strong&gt;(+)&lt;/strong&gt; button located in the &lt;strong&gt;Chat&lt;/strong&gt; or &lt;strong&gt;Prompt Generator&lt;/strong&gt; tabs. This initializes a new, empty workspace.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Automatic&lt;/strong&gt;: A new session is automatically created upon application startup.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="h-switching-sessions"&gt;Switching Sessions&lt;/h3&gt;
&lt;p&gt;Click the &lt;strong&gt;Arrow Button&lt;/strong&gt; on any session in the sidebar to load it.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Fast Switching&lt;/strong&gt;: Sessions load instantly from local storage, allowing seamless transitions between topics.&lt;/li&gt;
&lt;/ul&gt;
&lt;hr/&gt;
&lt;h2 id="h-managing-data"&gt;🗑️ Managing Data&lt;/h2&gt;
&lt;h3 id="h-renaming-sessions"&gt;Renaming Sessions&lt;/h3&gt;
&lt;p&gt;Keep your workspace organized by giving sessions descriptive names:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Click the &lt;strong&gt;Pencil Icon&lt;/strong&gt; on the target session.&lt;/li&gt;
&lt;li&gt;Type the new name and press &lt;strong&gt;Enter&lt;/strong&gt; to save.&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 id="h-filtering-sessions"&gt;Filtering Sessions&lt;/h3&gt;
&lt;p&gt;Use the &lt;strong&gt;Search Box&lt;/strong&gt; in the sidebar to quickly locate specific conversations.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Type keywords to filter the list in real-time.&lt;/li&gt;
&lt;li&gt;Clear the box to restore the full view.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="h-deleting-sessions"&gt;Deleting Sessions&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;Locate the session in the list.&lt;/li&gt;
&lt;li&gt;Click the &lt;strong&gt;Trash Can&lt;/strong&gt; icon to permanently delete it.&lt;/li&gt;
&lt;/ol&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;span&gt;[!CAUTION]&lt;/span&gt;&lt;br/&gt;
&lt;strong&gt;No Undo&lt;/strong&gt;: Deleting a session permanently removes the JSON file from your disk. There is no "Recycle Bin" for these files.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h3 id="h-auto-cleanup"&gt;Auto-Cleanup&lt;/h3&gt;
&lt;p&gt;TagForge performs an automated cleanup routine at startup to maintain a tidy workspace.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Logic&lt;/strong&gt;: Any empty sessions (0 messages) from previous runs are automatically removed.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Benefit&lt;/strong&gt;: This prevents your history from being cluttered with unused entries.&lt;/li&gt;
&lt;/ul&gt;
&lt;hr/&gt;
&lt;h2 id="h-local-storage-backups"&gt;💾 Local Storage &amp;amp; Backups&lt;/h2&gt;
&lt;p&gt;TagForge follows a strict &lt;strong&gt;Local-First&lt;/strong&gt; policy.&lt;/p&gt;
&lt;h3 id="h-file-location"&gt;File Location&lt;/h3&gt;
&lt;p&gt;Your history is stored in standard JSON format within your user profile.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Location&lt;/strong&gt;: &lt;code&gt;~/.tagforge/sessions/&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Format&lt;/strong&gt;: Human-readable JSON. You can open these in any text editor for manual inspection.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="h-import-export-backup"&gt;📦 Import &amp;amp; Export (Backup)&lt;/h3&gt;
&lt;p&gt;You can create portable backups of your entire session history:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Go to &lt;strong&gt;Settings&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Locate the &lt;strong&gt;History Management&lt;/strong&gt; section.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Export&lt;/strong&gt;: Click "Export History" to save all sessions into a compressed &lt;code&gt;.tfb&lt;/code&gt; file.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Import&lt;/strong&gt;: Use "Import History" to restore a previously saved &lt;code&gt;.tfb&lt;/code&gt; file.&lt;/li&gt;
&lt;/ol&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;span&gt;[!TIP]&lt;/span&gt;&lt;br/&gt;
Use &lt;code&gt;.tfb&lt;/code&gt; backups to move your history between different computers or to keep a secure archive of important prompt engineering cycles.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h3 id="h-privacy-guarantee"&gt;Privacy Guarantee&lt;/h3&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;span&gt;[!NOTE]&lt;/span&gt;&lt;br/&gt;
Your history never leaves your device. It is not synced to the cloud, not sent to the developer, and not accessible by AI providers (except for the active message history during a specific generation request).&lt;/p&gt;
&lt;/blockquote&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.net2d7a3e5de6357f7d05f89c6071820f9b9e3d67d7</guid></item></channel></rss>