Skip to content

chore: release v1.5.0#42

Merged
tongsh6 merged 1 commit intodevfrom
chore/release-v1.5.0
Feb 11, 2026
Merged

chore: release v1.5.0#42
tongsh6 merged 1 commit intodevfrom
chore/release-v1.5.0

Conversation

@tongsh6
Copy link
Owner

@tongsh6 tongsh6 commented Feb 11, 2026

Summary

  • Bump version from 1.4.0 to 1.5.0
  • Add CHANGELOG.md with full release history (v1.2.0 ~ v1.5.0)

v1.5.0 Highlights

  • Config validation: validateConfig() with shared types and defaults
  • Performance: In-memory budget tracker (no per-message file reads)
  • Model pricing: claude-opus-4.6, gemini-2.0-flash-lite, corrected Gemini prices
  • Quality: 31 unit tests, GitHub Actions CI (Node 18 + 22)
  • Refactor: Shared module lib/shared.ts consolidates all types and utils

- Bump version from 1.4.0 to 1.5.0
- Add CHANGELOG.md with full release history
Copilot AI review requested due to automatic review settings February 11, 2026 05:45
@tongsh6 tongsh6 merged commit e226916 into dev Feb 11, 2026
6 checks passed
@tongsh6 tongsh6 deleted the chore/release-v1.5.0 branch February 11, 2026 05:46
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Release-prep PR to publish v1.5.0 of opencode-token-tracker, adding a changelog and updating the package version.

Changes:

  • Bump package.json version from 1.4.0 to 1.5.0.
  • Add CHANGELOG.md with release notes/history from v1.2.0 through v1.5.0.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
package.json Updates published package version to 1.5.0.
CHANGELOG.md Adds a Keep-a-Changelog formatted release history and v1.5.0 notes.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

{
"name": "opencode-token-tracker",
"version": "1.4.0",
"version": "1.5.0",
Copy link

Copilot AI Feb 11, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

package.json version is bumped to 1.5.0, but package-lock.json still records the root package version as 1.0.0 (both top-level and packages[""]). For release consistency (and to avoid confusing downstream tooling), regenerate/update the lockfile so its root version matches the package version.

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants