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
9 changes: 0 additions & 9 deletions .changeset/realtime-polish.md

This file was deleted.

8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@
> Forward-looking plan: [`ROADMAP.md`](./ROADMAP.md).

<details open>
<summary><b>0.81.1</b> · 2026-07-05</summary>

### CLI Patch
- Real Time polish: the topbar toggle and the node-card execution counter swap the bolt for a wave-pulse icon (the bolt collided with the skill glyph) and the blocked toggle now reads clearly disabled. The conversation dialog no longer prints "Invalid Date" on timestamp-less records and names an empty retained thread. The realtime tutorial installs the hook from Settings > Project (no CLI verbs), explains the ephemeral session capsule, and reopens conversations from the inspector.

</details>

<details>
<summary><b>0.81.0</b> · 2026-07-05</summary>

### CLI Minor
Expand Down
10 changes: 10 additions & 0 deletions src/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# skill-map

## 0.81.1

### Patch Changes

- Real Time polish: the topbar toggle and the node-card execution counter swap the bolt for a wave-pulse icon (the bolt collided with the skill glyph) and the blocked toggle now reads clearly disabled. The conversation dialog no longer prints "Invalid Date" on timestamp-less records and names an empty retained thread. The realtime tutorial installs the hook from Settings > Project (no CLI verbs), explains the ephemeral session capsule, and reopens conversations from the inspector.

## User-facing

The Real Time toggle now uses a heartbeat icon and looks clearly off when blocked. The tutorial installs the hook from Settings, shows why the dashed session capsule exists, and reopens agent conversations from the node inspector. No more "Invalid Date" in empty conversations.

## 0.81.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@skill-map/cli",
"version": "0.81.0",
"version": "0.81.1",
"description": "skill-map reference implementation — kernel + CLI + adapters.",
"license": "MIT",
"type": "module",
Expand Down
13 changes: 13 additions & 0 deletions ui/src/data/user-changelog.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
{
"schemaVersion": 1,
"entries": [
{
"version": "0.81.1",
"date": "2026-07-05",
"kind": "user-facing",
"highlights": [
{
"body": "The Real Time toggle now uses a heartbeat icon and looks clearly off when blocked. The tutorial installs the hook from Settings, shows why the dashed session capsule exists, and reopens agent conversations from the node inspector. No more \"Invalid Date\" in empty conversations.",
"packages": [
"@skill-map/cli"
]
}
]
},
{
"version": "0.81.0",
"date": "2026-07-05",
Expand Down