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 @@ -4,6 +4,29 @@ All notable changes to armada are documented in this file. The format follows
[Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Features

- add armada models --discounts flag to inspect live OpenRouter provider pricing and discounts (#167)
- add openrouter provider routing preference and real-time endpoint pricing API helper (v1.2.8) (#166)
- bump version to 1.2.7 - execution-only subagent architecture & task spec template (#165)

## Bug Fixes

- voyage-handoff uses correct tmux session names; reject voyage- prefixed feature names (#169)
- doc/about links use master (default branch); harden smokes against branch drift (#158)

## Docs

- log voyage-handoff fix (#169) (#170)
- add OpenRouter discounted models and provider ordering guide (#168)
- update logo file path to docs/logo-v2.png to guarantee fresh rendering on GitHub (#164)
- add cache buster to logo image URL for GitHub proxy (#163)
- overhaul README with loop engineering positioning, clean docs, update logo, and expand topics (#162)
- restore brand voice, workflow.png, setup steps, contract co-writing (#161)
- gateway rewrite — lead with the loop, point to website for depth (#160)
- lean rewrite, fix broken site image, clarify site is informational (#159)
- log web polish voyage #155 (#156)

## [1.2.6] - 2026-08-09

### Fixed
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": "@rafamacalaba/armada",
"version": "1.2.8",
"version": "1.2.9",
"description": "Loop engineering for software development. Turn any repo into a self-organizing AI team — 8 specialists, evidence-gated phases, parallel feature voyages.",
"type": "module",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion src/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ import { releaseStep1, releaseStep2, validateVersion, productionInjection } from
// Track active heartbeat intervals so they can be cleaned up on exit.
const activeHeartbeats = new Map()

export const VERSION = "1.2.8"
export const VERSION = "1.2.9"

const HELP = `armada v${VERSION}
Evidence-gated AI-engineer teams for opencode, natively (no plugin).
Expand Down