You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
v0.10.0: cloud-backed CLI, webhook auto-sync, telemetry (#354)
Bumps the workspace to 0.10.0. This release rolls up the cloud work
already on main (cloud-backed impact/context/entities/log with
size-based routing, anonymous usage telemetry with opt-out) plus one
fix:
- Repos registered while still indexing reported entityCount 0, which
the routing gate cached as 'small repo, stay local' permanently. Counts
are now only trusted from ready repos, and pending entries re-fetch
until status converges.
- sem whoami now explains how registration happens when a repo isn't
registered.