junie-explorer icon indicating copy to clipboard operation
junie-explorer copied to clipboard

Utility App for drilling into log files for JetBrains Junie

Results 10 junie-explorer issues
Sort by recently updated
recently updated
newest added

Downloaded the latest version (3.0.0) and then ran it. It opened a console windows, ran for a while (several minutes), then output error messages: ``` Reading logs, please wait... Skipping...

For large Junie logs, the load time is increasingly getting longer. The principle reasons for preloading are: 1. Metrics so that projects costs over time can be included in the...

enhancement:perf

Junie UI doesn't have a great way to delete old logs (one or all) which can lead to lots of poor quality data in JE charts/stats. Provide a mechanism to...

$ bun run test $ NODE_OPTIONS="--no-warnings" JETBRAINS_LOG_PATH="./fixtures" bunx --bun cucumber-js --tags "not @pending" This Node.js version (v24.3.0) has not been tested with this version of Cucumber; it should work normally,...

It could be useful to compare two issue histories, but the UI doesn't really make this easy. Checkboxes could be provided on the issues list, but this also then needs...

enhancement:ux

Conventional understanding was that `cacheInputTokens` on each `LlmResponseEvent` was cumulative through the session. With Sonnet, one could use the `cacheCreateInputTokens` figure to cost individual events. However GPT-5 seems not to...

bug

See Task.ts:226 (approx, starts with definition of `isGpt5AssistantEvent`) for compensation by calculating the difference in cacheInputTokens which is normally cumulative (we don't normally use the cacheInputTokens as a result). There...

bug

## Bypassing Apple Gatekeeper protections You won't be able to run the Apple binaries if you have Gatekeeper enabled (which you should). But you can bypass the protections on a...

enhancement:ux

Reproduction: 1. Make sure all projects are visible 2. Select the checkbox for a project 3. Change the IDE filter or add a project name filter so that the selected...

documentation
enhancement:ux
good first issue

Updating to 2.6.0 and running on Windows 11 Pro results in many similar looking errors as in #32: ```` ... Worker pool error: ErrorEvent { type: "error", message: "BuildMessage: ModuleNotFound...

bug
os:windows
os:macos:arm
runtime:bun:sfe