Overall Structure
The wiiiv Chat screen consists of four areas: Top Bar, Left Panel, Central Chat, and Right Panel. Each area serves an independent role.
EXECUTEIn the left panel, you select a session; in the center, you carry on the conversation; and in the right panel, you check the execution status. The top bar shows screen navigation and model information.
Top Bar
Located at the very top of the screen, it provides screen navigation, current status, and model information at a glance.
| Element | Description |
|---|---|
| 1 ≡ Screen Switch | Opens the navigation menu. Switch between Chat, Workflows, Projects, Knowledge, Audit screens, and tools such as Terminal and DB Explorer. |
| 2 Logo / Version | Displays the wiiiv logo, current build version (v2.2.4282), and the subtitle "Governed AI Agent". |
| │ Separator | Visually separates the logo area from the screen area. |
| 3 Chat (Current Screen) | The name of the currently open screen. It changes when you navigate to another screen such as Projects or Knowledge. |
| 4 Session Title | The title of the current chat session. The content of the first message automatically becomes the title. Sessions with attachments show a 📎 icon. |
| 5 ↻ Refresh | Refreshes the current screen. |
| 6 ⬇ Download | Downloads the conversation content as a file. |
| 7 ● Model · Tier | Shows the current LLM provider (Gemini, ChatGPT, Claude, etc.) and cost tier (Economy, Standard). Click for detailed model information. |
| 8 ● Server Status | Indicates the server connection status. Green means connected; red means disconnected. |
| 9 → Logout | Logs out of the current account. |
| 10 AD User Avatar | The initials avatar of the currently logged-in user. |
Left Panel — Session List
Manages the chat sessions of the current project. When you switch projects, only that project's sessions are displayed.
| Element | Description |
|---|---|
| 1 ↗ Project Name | The name of the currently selected project. Click the ∨ dropdown to switch to another project. Each project has its own independent session list, knowledge, and connection settings. |
| 2 + New Chat | Starts a new conversation. The session is created within the current project. |
| 3 🔍 Search sessions... | Quickly filter sessions by keyword. |
| 4 CREATED ∨ | The session sort order. Sorts by creation time; click to choose a different sort criterion. |
| 5 Session Item | Displays the session title and time. Sessions with attachments show a 📎 icon. A purple left border indicates the currently selected (active) session. |
Center — Chat Area
This is the core area where conversations take place. When the user sends a request, wiiiv evaluates and executes it. The execution process is displayed in real time, step by step.
4Message Area
| Element | Description |
|---|---|
| 1 User Avatar | An avatar displaying the user's initials. The background color varies by user. |
| 2 Username / Time | The message sender's name and the time it was sent. |
| 3 📎 Attachment Indicator | Shown on messages with attached files. Displays the number and name of files. |
| 4 wiiiv Avatar | The wiiiv logo is used as the avatar. |
| 5 EXECUTE Badge | Shown on execution responses that include tool calls (file reads, web searches, API calls, etc.). |
| 6 ✓ Execution Steps | Each step's completion status (✓) and elapsed time are displayed in real time. You can transparently see which step is currently in progress. |
Input Area
| Element | Description |
|---|---|
| 7 📎 Attach | Attach files. Supports text, images, PDF, and other formats. |
| 8 # Hashtag | Add tags to the session. |
| 9 Input Field | Type your message. Press Enter to send, Shift+Enter for a new line. Use ↑↓ keys to browse previous message history. |
| 10 🎤 Voice | Input your message by voice. |
| 11 ▶ Send | Sends the message. Same as pressing the Enter key. |
Right Panel — Session Info
Provides a comprehensive view of the current conversation's status. Turn-by-turn execution details, model in use, knowledge, files, connections, and DACS consensus results are all displayed here.
| Element | Description |
|---|---|
| 1 👁 / 📋 Icons | Tool buttons at the top of the panel. Provides session info viewing and clipboard copy functions. |
| 2 Turn Circle Number | The number of the turn you are currently viewing, displayed inside a purple circle. |
| 3 Total N turns | The total number of turns in the current session. |
| 4 EXEC / TOKENS / ELAPSED | The number of tool executions, token usage, and elapsed time for the current turn. |
| 5 T1~T8 Turn Tabs | Select an individual turn to view its detailed information including intent, system, files, and more. |
| 6 × Close | Closes the turn summary card. |
Session Details
| Section | Description |
|---|---|
| 7 Intent | The core intent of the user's request as analyzed by wiiiv. Displayed independently for each turn. |
| 8 System | Shows the Governor (decision model), Generator (generation model), Consensus (consensus method), and LLM (connection status). The SETTINGS link navigates to the project's LLM settings. |
| 9 Knowledge (N) | The list of Knowledge documents referenced in this session. The number in parentheses is the total document count; each document's name and size are shown. Use SETTINGS to add or remove documents. |
| 10 Files | Divided into Attached (files uploaded by the user) and Generated (files created by wiiiv). File type icons such as py, docx, and csv are shown accordingly. |
| 11 Connections (N) | Shows currently active external services (API servers, Gmail, etc.) and their access scope (USER or SYSTEM). A green dot indicates a healthy connection. Use SETTINGS to manage connections. |
| 12 DACS Consensus | The consensus result of the three personas: Architect, Reviewer, and Adversary. If all approve, Pass is shown; if any reject, Fail is shown. The turn number (e.g. T1) is displayed alongside. |
Screen Navigation
Pressing the ≡ menu opens the navigation panel on the left. It is organized into three groups: wiiiv, Tools, and Settings.
wiiiv Group
| Menu | Description |
|---|---|
| 1 💬 Chat | The default screen. Request tasks from AI through conversation. |
| 2 ⚡ Workflows | Register and run automated workflows (HLW). |
| 3 📊 Projects | Create projects and manage policies, API keys, LLM settings, knowledge, and channels. → Separate guide |
| 4 📄 Knowledge | Register and search global knowledge. Shared across all projects. → Separate guide |
| 5 📋 Audit | View audit logs of all executions. Records who, when, what, and why something was executed. |
Tools Group
| Menu | Description |
|---|---|
| 6 → Terminal | Remotely connect to registered servers via SSH. Run commands directly without a conversation. |
| 7 🔌 API Probe | Explore and test registered API endpoints. |
| 8 🗃 DB Explorer | Connect to registered databases and browse tables and data. |
| 9 ✏️ wiiiv Editor | Visually edit HLW workflows. |
| 10 📁 File Explorer | Browse mounted folders and session files. |
Settings Group
| Menu | Description |
|---|---|
| 11 ⚙️ Settings | Personal settings. Organized into tabs: Profile, Connections, Memory, API Keys, AI, Mounts, Preferences, and Info. |
| 12 👤 Admin | System administration screen. Only visible to users with Admin privileges. |
Settings Screen
The ⚙️ Settings screen is organized into 8 tabs.
| Tab | Description |
|---|---|
| Profile | Basic information such as username and email |
| Connections | External service connections (Gmail, Slack, Notion, etc.) → Separate guide |
| Memory | View and manage what wiiiv remembers about the user |
| API Keys | Register LLM provider API keys (OpenAI, Gemini, Anthropic, etc.) |
| AI | Select default model and configure response style |
| Mounts | Connect local folders to wiiiv → Separate guide |
| Preferences | Usage environment settings such as language and theme |
| Info | Version, license, and system information |