Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 945 Bytes

File metadata and controls

17 lines (14 loc) · 945 Bytes

Changelog

[0.1.0] — unreleased

First release. Parity with the JetBrains plugin's core:

  • A stacktale activity-bar view listing errors-ai.log reports newest-first, with the root-cause headline and timestamp; refreshes live via a file watcher.
  • Click to open the culprit frame (File.java:line, the ← YOUR CODE frame).
  • Copy report for AI — copies the full report block to the clipboard.
  • Auto-detects errors-ai.log in the workspace; stacktale.file overrides the path.
  • Clicking a report always responds: one with no source frame says so instead of doing nothing, and the view header shows which errors-ai.log was resolved. Thanks @11suixing11.
  • Parser conformance: a block caught mid-write is discarded until its closing delimiter arrives (as FORMAT.md requires), a marked frame with no line number no longer falls back to an unrelated file, and Unicode source names and .kts frames parse.