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
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,23 @@ The dashboard's **What's New** rail reads this file at request time
entries. Keep entries terse — one line per item under each version
date, grouped by `Added` / `Changed` / `Fixed` / `Removed`.

## [2026-07-16] — v0.27.0 · Personal work and canonical delivery

### Added

- **Personal workspaces get a calm Today-first experience.** Personal profiles provide focused task capture, notes, routines, an optional agent companion, and profile-aware navigation without fragmenting Forge's underlying tenant and agent model.
- **Agent execution connections are explicit and durable.** Managed runtime, MCP, webhook, and on-demand work now carries connection provenance, participant roles, delivery ownership, and transport-aware evidence across Agent Profile, Delivery, Command Center, and policy surfaces.

### Changed

- **Activity distinguishes people, agents, workers, automation, and connectors.** Issue updates now present meaningful action or field summaries when their payload contains evidence instead of an opaque generic update row.
- **MCP lifecycle confidence is transport-aware.** Quiet MCP clients create recoverable operator attention without being misrepresented as failed runtime heartbeats, and active legacy sessions can safely adopt their authenticated connection identity.

### Fixed

- **Personal profile changes take effect immediately.** Workspace navigation and dashboard context refresh after a Team ↔ Personal change, while Notes no longer advertises the reserved `G N` shortcut.
- **Delivery ownership remains coherent during recovery.** Primary connections cannot be demoted by joining, and resumed MCP work clears its obsolete quiet-recovery requests.

## [2026-07-16] — v0.26.1 · Reliable native chat startup

### Fixed
Expand Down
14 changes: 14 additions & 0 deletions DEVLOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13741,3 +13741,17 @@ refreshing the lockfile-specified dependencies; the focused navigation suite
passed 12 tests; the production build passed; and the isolated personal
Playwright journey passed the task/note flow, both profile transitions, and the
Notes shortcut contract.

---

## 2026-07-16 — v0.27.0 release assembly

Prepared the serialized v0.27.0 release from `main` after AXI-114 (PR #59) and
AXI-115 (PR #62) both passed GitHub's lint, typecheck, unit, and Playwright
gates with their review threads resolved. This minor release packages the
personal workspace experience alongside canonical agent execution connections,
transport-aware lifecycle evidence, delivery ownership, and actionable
activity provenance.

The immutable tag will be cut only from the merged release commit, then
deployed through the clean-checkout production path and verified live.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "forge",
"version": "0.26.1",
"version": "0.27.0",
"private": true,
"description": "Forge — a fast, minimalist, keyboard-driven project management platform with pluggable agents.",
"license": "MIT",
Expand Down
Loading