Skip to content

Add Agent0 Terminal plugin#19

Open
Nunezchef wants to merge 1 commit intoagent0ai:mainfrom
Nunezchef:add-agent0-terminal
Open

Add Agent0 Terminal plugin#19
Nunezchef wants to merge 1 commit intoagent0ai:mainfrom
Nunezchef:add-agent0-terminal

Conversation

@Nunezchef
Copy link

a0-plugins Submission Draft

This repo is now ready to be submitted to the Agent Zero plugin index.

Source index:

Relevant index rules:

  • Add exactly one new folder under plugins/<your-plugin-name>/
  • Include only plugin.yaml and an optional square thumbnail.*
  • The plugin repository must contain plugin.yaml at its root

Proposed PR Title

Add Agent0 Terminal plugin

Files To Add In The a0-plugins PR

plugins/agent0-terminal/plugin.yaml

plugins/agent0-terminal/plugin.yaml

title: Agent0 Terminal
description: PTY-backed terminal modal for Agent Zero with persistent sessions, TUI support, and TerminalLog integration.
github: https://github.com/Nunezchef/agent0-terminal
tags:
  - development
  - cli
  - tools
  - files
  - workflow

Suggested PR Body

This PR adds `agent0-terminal` to the Agent Zero plugin index.

Plugin repo:
https://github.com/Nunezchef/agent0-terminal

`agent0-terminal` is a standalone add-on for Agent Zero that adds a real PTY-backed terminal modal with persistent sessions, TUI support, and explicit `TerminalLog` integration.

The plugin repository includes the required root `plugin.yaml`, and this PR adds exactly one plugin folder under `plugins/agent0-terminal/`.

Notes

  • No thumbnail is included in the first submission.
  • The current distribution model is patch-based: users install the add-on into an existing Agent Zero checkout.
  • This is plugin-indexable now, even though installation is still a patch workflow rather than a one-click in-app install.

@Nunezchef
Copy link
Author

One quick clarification for reviewers: agent0-terminal is currently distributed as a patch-based add-on, not a hot-
loaded runtime plugin.

So this plugin-index entry is primarily for discovery inside the Agent Zero ecosystem, while installation still
happens by patching an existing Agent Zero checkout.

Current install flow:

curl -fsSL https://raw.githubusercontent.com/Nunezchef/agent0-terminal/main/install.sh | bash

That installer verifies the checkout, creates a rollback backup, applies the terminal integration patch, and prints a
restart notice.

So the current model is:

- plugin-indexable for discovery
- patch-based for installation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant