Skip to content

Latest commit

 

History

History
104 lines (54 loc) · 5.77 KB

File metadata and controls

104 lines (54 loc) · 5.77 KB

Changelog

0.6.0

(Full Changelog)

Enhancements made

  • Switch to the codemirror command for diffs #16 (@jtpio)

Bugs fixed

  • Fix args for jupyterlab-cell-diff:show-nbdime #14 (@jtpio)

Maintenance and upkeep improvements

  • Update repository and homepage URLs in package.json #15 (@jtpio)
  • Update command name to jupyterlab-cell-diff:show-nbdime #13 (@jtpio)

Contributors to this release

(GitHub contributors page for this release)

@github-actions | @jtpio | @Zsailer

0.5.0

(Full Changelog)

Merged PRs

  • Simplify server extension to make agent development lightweight #12 (@Zsailer)

Contributors to this release

(GitHub contributors page for this release)

@Zsailer

0.4.1

(Full Changelog)

Bugs fixed

  • Add wrapper that casts LLM response to a string. #11 (@Zsailer)
  • Use self.log.info instead of self.log.error #10 (@jtpio)

Contributors to this release

(GitHub contributors page for this release)

@github-actions | @jtpio | @Zsailer

0.4.0

(Full Changelog)

Enhancements made

  • Add a new plugin to provide IMagicProvider #5 (@jtpio)
  • Create a "pending" command API #3 (@Zsailer)

Bugs fixed

  • Use completion interface for models #8 (@Zsailer)

Contributors to this release

(GitHub contributors page for this release)

@github-actions | @jtpio | @Zsailer

0.3.0

(Full Changelog)

Enhancements made

Contributors to this release

(GitHub contributors page for this release)

@Zsailer

0.2.1

(Full Changelog)

Enhancements made

Contributors to this release

(GitHub contributors page for this release)

@Zsailer