Skip to content

Commit 8aa3adb

Browse files
author
Alex
committed
release: bump version to v1.14.0
Features: - Terraphim Symphony orchestrator with Claude Code runner - Session file tracking and extraction - Agent workflows E2E with Playwright tests - Proportional fairness scheduling in orchestrator - Dual-mode run loop (issue-based + time-based) - Validation framework (Phase 4/5) Fixes: - axum-test 19.x API changes - atty deprecation - Symphony hook timeouts Changes: - TLA+ TypeScript bindings design - Dependency updates
1 parent 468fab8 commit 8aa3adb

2 files changed

Lines changed: 44 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,49 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.14.0] - 2026-03-22
9+
10+
### Added
11+
12+
#### Terraphim Symphony Orchestrator
13+
- **New `terraphim_symphony` crate** for automated multi-agent issue dispatch
14+
- **Claude Code runner** with full streaming protocol support
15+
- **Dual-mode orchestration** combining issue-based and time-based scheduling
16+
- **Workspace management** with git operations and context tracking
17+
- **Gitea and Linear tracker integrations** for issue lifecycle management
18+
19+
#### Session File Tracking
20+
- **File access extraction** from agent sessions (`extract_file_accesses`)
21+
- **Files and ByFile subcommands** for session file queries
22+
- **Sessions service methods** for querying by file path
23+
24+
#### Agent Workflows E2E
25+
- **Complete workflow implementation** with 5 workflow templates
26+
- **Real API integration** with Cerebras support
27+
- **Playwright browser tests** for all workflows
28+
- **Quality gate integration** with merge-to-main workflow
29+
30+
#### Orchestrator Improvements
31+
- **Proportional fairness** scheduling algorithm
32+
- **Dual-mode run loop** combining time-based and issue-based dispatch
33+
- **Dependency-aware dispatch** with topological sorting
34+
- **PageRank-aware issue sorting** for prioritization
35+
36+
#### Validation Framework
37+
- **Phase 4/5 disciplined verification and validation** framework
38+
- **Requirements traceability matrix** (REQ -> design -> code -> test)
39+
- **Quality gate reports** for release readiness
40+
41+
### Fixed
42+
- **axum-test 19.x API changes** - Updated test files
43+
- **atty deprecation** - Replaced with `std::io::IsTerminal`
44+
- **Symphony hook timeouts** - Increased for long-running operations
45+
- **Liquid template issues** - Moved to heredoc approach
46+
47+
### Changed
48+
- **TLA+ TypeScript bindings** research and design completed
49+
- **Dependency updates** for axum-test, env_logger, actions/github-script
50+
851
## [1.8.0] - 2026-02-16
952

1053
### Added

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ exclude = [
2727
default-members = ["terraphim_server"]
2828

2929
[workspace.package]
30-
version = "1.13.0"
30+
version = "1.14.0"
3131
edition = "2024"
3232

3333
[workspace.dependencies]

0 commit comments

Comments
 (0)