Skip to content

Commit a11b984

Browse files
cteytonclaude
andcommitted
release 0.2.0
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 55cd37a commit a11b984

4 files changed

Lines changed: 5 additions & 4 deletions

File tree

Changelog.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
# Changelog
22

3-
## Unreleased
3+
## 0.2.0
44

55
- Track `plugin_loaded` events to surface adoption-funnel metrics (loaders vs. activations), including a weekly unique-loaders chart in the plugin drawer.
66
- Track plugin version history in a new `plugin_versions` table so version drift across loads is observable.
77
- Include `plugin_loaded` in the default Loki query (and backfill the earliest-default lookup) so existing integrations capture the new event without manual edits.
88
- Harden the separation between session JWTs and OTLP ingestion tokens, and gate admin-only routes accordingly.
99
- Speed up the Skills usage table with a `plugin_loaded` partial index, and stop refetching the Skills/Plugins tables on every window focus.
1010
- Converge Skills, Plugins, and Marketplaces pages onto the shared design system primitives, with consistent header styling, status indicator strips, and tooltips on non-obvious columns.
11+
- Surface stat-card explanations via a HelpTip popover on the Dashboard.
1112
- Drop `HH:MM` from the relative-time fallback for cleaner timestamps.
1213

1314
## 0.1.2

backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "backend",
3-
"version": "0.1.2",
3+
"version": "0.2.0",
44
"private": true,
55
"type": "module",
66
"scripts": {

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "frontend",
3-
"version": "0.1.2",
3+
"version": "0.2.0",
44
"private": true,
55
"type": "module",
66
"scripts": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "skillsight",
33
"private": true,
4-
"version": "0.1.2",
4+
"version": "0.2.0",
55
"workspaces": ["backend", "frontend"],
66
"scripts": {
77
"dev": "bun run --filter backend dev & bun run --filter frontend dev",

0 commit comments

Comments
 (0)