Skip to content

Releases: Laotree/logs-locally-plugin

v0.11.0

Choose a tag to compare

@github-actions github-actions released this 14 Jun 14:28
bccfd75
v0.11.0 — session activity timeline

v0.10.3

Choose a tag to compare

@github-actions github-actions released this 13 Jun 07:42
ba534fd
v0.10.3 — landing page visual refresh

v0.10.2

Choose a tag to compare

@github-actions github-actions released this 12 Jun 03:10
c2220fb
v0.10.2 — legible slash-command message rendering

v0.10.1

Choose a tag to compare

@github-actions github-actions released this 12 Jun 02:44
b5c1484
v0.10.1 — tech-themed web UI overhaul

v0.10.0

Choose a tag to compare

@github-actions github-actions released this 12 Jun 02:14
d2089a7
feat: import opencode sessions (opencodeStorageDir) (#82)

Adds opencode (v1.x storage format) as a fourth session source:

- New optional config field `opencodeStorageDir`
  (e.g. ~/.local/share/opencode/storage)
- Parser reads session info from storage/session/<projectID>/,
  message metadata from storage/message/<sessionID>/, and content
  parts from storage/part/<messageID>/; epoch-ms times converted
  to ISO 8601; sessions stored with source = 'opencode'
- `llp import` picks up the latest opencode session; `llp import-all`
  imports every opencode session across all projects
- Web UI: opencode source badge + Sessions source-filter option
- Docs: README, homepage, config.example.json updated for all four
  sources; fixed duplicated step numbering in README "How It Works"
- Bump version to 0.10.0, changelog entry

Verified against a real opencode 1.14.50 storage tree (7 sessions
imported with correct titles, models, tokens, timestamps) plus two
new unit tests on a synthetic fixture.

Co-authored-by: Claude Fable 5 <noreply@anthropic.com>

v0.9.1

Choose a tag to compare

@github-actions github-actions released this 04 Jun 08:18
chore: bump version to 0.9.1, update changelog

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

v0.9.0

Choose a tag to compare

@github-actions github-actions released this 29 May 11:57
645c026
v0.9.0 — remove cloud activity-chart sharing (Node-free, smaller binary)

v0.8.9

Choose a tag to compare

@github-actions github-actions released this 29 May 08:05
2cc2ef1
v0.8.9

v0.8.5

Choose a tag to compare

@Laotree Laotree released this 28 May 13:03
f7394d3

Added

  • llp version — prints the current version and exits

Changed

  • Removed marketplace install instructions from README (not yet available)

v0.8.4

Choose a tag to compare

@Laotree Laotree released this 28 May 12:50
261b5ab

Fixed

  • llp import-all without arguments now imports all projects (previously required explicit args)