Skip to content

0.0.16

Choose a tag to compare

@github-actions github-actions released this 25 Mar 14:52
· 15 commits to main since this release

v0.0.16

This release focuses on a much more capable in-app Git workflow, with better history visibility, safer branch operations, and clearer session tracking while jobs are running.

Highlights

  • Added a new Git history experience with commit log integration, graph rendering, full commit message support, and commit detail views.
  • Expanded the Git panel so staging, diffs, per-file change stats, unpushed commit previews, branch creation, branch publishing, branch deletion, and discard-all flows work in one unified surface.
  • Added safer development workflow protections by blocking commits while a dev job is still running on the current branch and introducing visible model-assisted rollback with session tracking.

Improvements

  • Redesigned prompt history into a chat-style thread with per-turn responses for easier review.
  • Added live context window usage updates during session streaming so session capacity is easier to monitor in real time.
  • Improved Git panel performance by lazy-loading diffs as sections enter the viewport.
  • Cleaned up Git history handling by excluding stash refs and refining graph rendering and shared parsing utilities.
  • Fixed JobCard status labels so they no longer wrap awkwardly in the header.

Included In This Release

  • Git history panel with graph and full commit detail support
  • Unified Git panel with staging, diff viewing, and per-file stats
  • Unpushed commit preview before push
  • Publish support for branches without an upstream
  • Delete unpublished branch action in push flow
  • Create branch and discard-all Git operations
  • Commit protection while a dev job is active on the same branch
  • Visible model-assisted rollback with session tracking
  • Prompt history chat-thread redesign
  • Live context window usage updates during session streaming
  • Lazy-loaded diff rendering and Git history cleanup
  • JobCard status label wrapping fix
  • Version bump to 0.0.16