Integration

ADE Tools

Built on top of the Multi-Agent Framework, Z Code provides a complete Agent Development Environment toolset. The goal is to keep the entire workflow in one place, from task management and workspace control to terminal operations, remote access, and preview.


Task Manager

Conversation history under the same project is preserved as tasks so you can return to previous work at any time. In addition to rename and delete, archiving is also a key capability in the task manager.

If a task is finished for now but still worth keeping, you can archive it directly. The upper-right corner of the task card provides the archive entry. Click it to toggle open the archived task list and quickly find previously archived work when you need to revisit the context.

Task manager

The task card menu also includes a group of common actions for organizing and locating task-related information:

  • Pin task: keep the current task closer to the top for frequent revisits
  • Rename / Archive / Mark as unread: keep the task list clean and easy to manage
  • Open in Finder: jump directly to the local directory associated with the current task
  • Copy paths: copy project path, task path, and log path for faster debugging and sharing
  • Go to settings / Reload session: jump into related configuration or reload the current session content

Task menu


Remote Development

After starting remote services in the desktop app, Z Code can generate a QR code or remote control link that can be opened from another device. This makes it possible to continue a desktop development session from mobile devices without carrying your computer.

Remote development


Terminal Panel

The terminal panel can be opened either from the terminal toggle button in the upper-right corner or with the shortcut Command + J. For developers who prefer CLI workflows, this panel lets you run build, debug, and deployment commands directly inside the workspace.

Terminal panel


Browser Panel

The built-in browser is designed for live frontend preview inside Z Code:

  • Live preview: render your frontend project directly inside Z Code without switching to an external browser
  • Developer tools: use a full web debugging panel with familiar tools such as Elements, Console, and Sources
  • Address bar and page debugging: open local pages inside the embedded browser and inspect structure and rendered output side by side

Browser panel

Developer tools


  • Code Diff review: inspect changes before and after AI-generated edits and understand each modified line clearly
  • Save state and change counts: the right panel displays the current file state together with added and deleted line counts
  • Focus on the most important changes: especially useful after generating pages, scripts, or styles when you want to review the exact inserted content quickly
  • Flexible layout switching: use the layout control in the upper-right corner to open or collapse the side panel based on the task at hand

Right sidebar


Next Steps