Skip to content

Commit c2e32fc

Browse files
authored
chore: bump version to 12.0.7 (#87)
1 parent 4fee9b1 commit c2e32fc

File tree

5 files changed

+16
-5
lines changed

5 files changed

+16
-5
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ 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+
## [12.0.7] - 2026-02-14
9+
10+
### Added
11+
- Hybrid skills catalog fallback diagnostics (`stale`, `catalogSource`, `staleReason`, `cacheAgeSeconds`, `nextRefreshAt`) across core/API/CLI/dashboard.
12+
- Runtime skills catalog cache support in `~/.ica/catalog/skills.catalog.json` with 1-hour TTL and force-refresh controls.
13+
- Regression tests for snapshot/cache fallback, refresh query parsing, runtime exception fallback, and index completeness behavior.
14+
15+
### Changed
16+
- Bundled `src/catalog/skills.catalog.json` now seeds official skills snapshot entries for non-empty cold-start catalog loading.
17+
- `skills.index.json` is now a metadata overlay while directory discovery remains authoritative for included skills.
18+
819
## [12.0.6] - 2026-02-14
920

1021
### Added

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
12.0.6
1+
12.0.7

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "intelligent-code-agents",
3-
"version": "12.0.6",
3+
"version": "12.0.7",
44
"private": true,
55
"description": "ICA cross-platform interactive installer, CLI, and dashboard",
66
"bin": {

src/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
12.0.6
1+
12.0.7

0 commit comments

Comments
 (0)