Skip to content
Open
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
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
# Changelog

All notable changes to flameox are documented in this file.
## [0.1.10] - 2026-08-02
### Bug Fixes

- Preserve failure evidence across capture boundaries
- **evidence:** Preserve adapter and setup failure diagnostics
### Features

- **mcp:** Support explicit external workspaces
- **preflight:** Classify unavailable perf and CUDA toolchains
### Testing

- Refresh collection preservation baseline
- **release:** Verify published npm bootstrap freshness
## [0.1.9] - 2026-08-01
### Bug Fixes

Expand Down
4 changes: 2 additions & 2 deletions npm/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion npm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flameox",
"version": "0.1.9",
"version": "0.1.10",
"description": "Bootstrap the local flameox MCP setup wizard",
"homepage": "https://github.com/morluto/flameox#readme",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "flameox"
version = "0.1.9"
version = "0.1.10"
description = "Local runtime evidence CLI and MCP server for coding agents"
readme = "README.md"
license = "MIT"
Expand Down
4 changes: 2 additions & 2 deletions server.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
"url": "https://github.com/morluto/flameox",
"source": "github"
},
"version": "0.1.9",
"version": "0.1.10",
"packages": [
{
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "flameox",
"version": "0.1.9",
"version": "0.1.10",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading