release: 0.9.0 - #33
Merged
Merged
Conversation
One merged PR since 0.8.0 (#32), and it adds a measurement rather than correcting one — so unlike 0.8.0 there is no number a user has already read that changes meaning here. MINOR: new public surface (`computeConcurrency`, `renderConcurrency`, `concurrencyKey`, `Session.parentSessionId`, a `concurrency` field on `AuditResult`), all additive, aggregate schemaVersion untouched at 10. WHAT MAKES IT A RELEASE. cc-audit could say what sessions cost and how long they ran, and nothing about how many ran at the same time. For anyone running more than one that single fact reframes the rest of the report: 180h of wall time carrying 487h of agent work is a different product than 487h of work. THE FIX THAT PREDATES THE FEATURE. Transcript paths were split on '/' only, while the loader builds them with join() from node:path. On Windows that returns one segment, so the whole absolute path became the sessionId — shipped in every prior version — and with the new parent link every subagent would have counted as an independent session. Both sites now share one helper. VERIFIED, not assumed: - npm ci && lint && typecheck clean; 42 test files / 435 tests pass. - Built the npm artifact and confirmed bundles/npm/package.json reads 0.9.0, so publish.yml's tag-vs-package guard will match v0.9.0. - Ran the BUNDLE against the real local corpus, not just --help: 2.7x average, 180.7h wall carrying 486.7h agent, peak 13, bridge sweep 2.4/2.5/2.7/2.9 — the section renders inside its frame at every row, which is the failure this section actually has (three lines overflowed the card the first time it met real data). Tag v0.9.0 after merge; .github/workflows/publish.yml guards tag == package.json and publishes + attaches the standalone binaries. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Greptile SummaryUpdates the package metadata and release notes for version 0.9.0.
Confidence Score: 5/5The release metadata changes appear safe to merge, with no actionable defects identified. The package and lockfile versions are synchronized, build artifacts derive their version from the updated root package metadata, and the documented post-merge v0.9.0 tag will satisfy the publishing guard.
|
| Filename | Overview |
|---|---|
| CHANGELOG.md | Adds comprehensive 0.9.0 release notes describing concurrency reporting, session grouping, and the Windows path fix; no actionable issue identified. |
| package.json | Bumps the package version to 0.9.0, which is consistently consumed by the build and publishing paths. |
| package-lock.json | Keeps both root lockfile version fields synchronized with package.json at 0.9.0. |
Reviews (1): Last reviewed commit: "release: 0.9.0" | Re-trigger Greptile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
One merged PR since 0.8.0 (#32), and it adds a measurement rather than correcting one — so unlike 0.8.0 there is no number a user has already read that changes meaning here.
MINOR, not patch: new public surface (
computeConcurrency,renderConcurrency,concurrencyKey,Session.parentSessionId, aconcurrencyfield onAuditResult), all additive. AggregateschemaVersionuntouched at 10.What makes it a release
cc-audit could say what sessions cost and how long they ran, and nothing about how many ran at the same time. For anyone running more than one, that single fact reframes the rest of the report — 180h of wall time carrying 487h of agent work is a different product than 487h of work.
The card prints the shape rather than just the average, because the average is the part that misleads: solo is routinely the tallest single bar while being a minority of the time.
The fix that predates the feature
Transcript paths were split on
/only, while the loader builds them withjoin()fromnode:path. On Windows that returns a single segment, so the whole absolute path became thesessionId— shipped in every prior version — and with the new parent link every subagent would have counted as an independent session. Both sites now share one helper.Verified, not assumed
npm ci&&lint&&typecheckclean; 42 test files / 435 tests pass.bundles/npm/package.jsonreads 0.9.0, sopublish.yml's tag-vs-package guard will matchv0.9.0.--help: 2.7× average, 180.7h wall carrying 486.7h agent, peak 13, bridge sweep 2.4/2.5/2.7/2.9 — and the section renders inside its frame at every row, which is the failure this section actually has (three lines overflowed the card the first time it met real data).Tag
v0.9.0after merge;.github/workflows/publish.ymlguards tag == package.json and publishes + attaches the standalone binaries.🤖 Generated with Claude Code