Skip to content

v0.1.7

Latest

Choose a tag to compare

@wagnert wagnert released this 04 Jan 19:05
· 32 commits to develop since this release

What's Changed

  • Renamed package to @techdivision/opencode-time-tracking for npm organization publishing
  • Updated README with new scoped package name
  • Added GitHub Actions workflow for automatic npm publishing on tag

Installation

Add to your opencode.json:

{
  "plugin": ["@techdivision/opencode-time-tracking"]
}

Create .opencode/time-tracking.json in your project:

{
  "csv_file": "~/time_tracking/time-tracking.csv",
  "user_email": "your@email.com",
  "default_account_key": "YOUR_ACCOUNT_KEY"
}