Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/).

## [Unreleased]

## [0.15.0] - 2026-08-03

### Added

- Antigravity subagent activity is now shown as rich status cards with agent
roles, types, prompts, tool actions, and execution states. (#122)

### Fixed

- Subagent cards now support both current native `invokeSubagent` payloads and
older captures where invocation arguments are stored on the preceding planner
response. (#124)
- Multiple invoked subagents are all displayed, and `define_subagent`,
`send_message`, and `manage_subagents` are rendered with tool-specific
details. (#124)
- Pending, running, completed, canceled, interrupted, invalid, and failed
subagent states are now visually distinguishable. (#124)

### Security

- Updated `brace-expansion` to a version containing upstream regular-expression
denial-of-service fixes. (#118)

## [0.14.0] - 2026-07-26

### Added
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![CI](https://github.com/L1M80/porta/actions/workflows/ci.yml/badge.svg)](https://github.com/L1M80/porta/actions/workflows/ci.yml)
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)
![Version](https://img.shields.io/badge/version-0.14.0-green)
![Version](https://img.shields.io/badge/version-0.15.0-green)

Remote web interface for [Antigravity](https://antigravity.google/) Agent Manager.
Access your local Antigravity sessions from your phone, tablet, or any remote browser through a lightweight LSP bridge.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "porta",
"version": "0.14.0",
"version": "0.15.0",
"private": true,
"scripts": {
"dev": "node scripts/dev.mjs",
Expand Down
Loading