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
21 changes: 21 additions & 0 deletions crates/agentflare-artifacts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.1.0](https://github.com/getappz/agentflare/releases/tag/agentflare-artifacts-v0.1.0) - 2026-07-11

### Added

- *(artifacts)* handoff envelope, version diff, git provenance, dedupe, search
- *(artifacts)* version history, CAS updates, md/mermaid rendering, LAN sharing
- *(artifacts)* add agentflare artifacts serve CLI, fix tests
- *(hook)* add SessionEnd hook with engram handoff

### Fixed

- *(artifacts)* honor --port flag, error on unavailable port
14 changes: 14 additions & 0 deletions crates/caveman/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.1.0](https://github.com/getappz/agentflare/releases/tag/agentflare-caveman-v0.1.0) - 2026-07-11

### Other

- Caveman L1 integration: port markdown compressor to Rust ([#117](https://github.com/getappz/agentflare/pull/117))