Skip to content

Releases: enulus/OpenPackage

0.8.5

13 Feb 04:47

Choose a tag to compare

Release Notes

  • New: Install rules and commands with install command --rules and --commands options
  • New: Updated list command output, added new --deps option to view dependencies
  • New: Show interactive list of dependencies to uninstall with new uninstall --list option
  • Fix: install command --remote option not respected for OpenPackage packages
  • Fix: Root files from OpenPackage packages not tracked by openpackage.index.yml

Full Changelog: 0.8.4...0.8.5

0.8.4

09 Feb 13:39

Choose a tag to compare

Release Notes

  • New: Updated list command to include --all, --files, --project, --global, --tracked, --untracked options
  • New: Anonymous telemetry for resource installs, opt out by setting ~/.openpackage/config.json telemetry.disabled to true
  • Reinstated save command for saving changes from workspace to package

Full Changelog: 0.8.3...0.8.4

0.8.3

05 Feb 07:50

Choose a tag to compare

Release notes

  • New: Cached installs instead of always cloning from remote
  • Fix: Global option for install command not working for relative path sources
  • Refactored global option for stability

Full Changelog: 0.8.2...0.8.3

0.8.2

04 Feb 07:56

Choose a tag to compare

Release Notes

  • Fix: Missing OpenCode platform mcpServers to mcp key mapping

Full Changelog: 0.8.1...0.8.2

0.8.1

04 Feb 01:57

Choose a tag to compare

Release Notes

  • New: Resource installations - Install Agents and Skills via opkg i <repo> --agents <agent> --skills <skill>
  • New: Install Claude Plugins via opkg i <repo> --plugins <plugin>
  • New: Install from GitHub repos via opkg i gh@<user>/<repo>
  • New: Install from URL via opkg i <url>
  • New: Recursive dependency installs of resources
  • Renamed status command to list

What's Changed

  • [feature] Support non-interactive plugin installation via --plugins flag by @juancarlosm in #31

New Contributors

Full Changelog: 0.7.10...0.8.1

0.7.10

28 Jan 05:41

Choose a tag to compare

Release Notes

  • Fix: Yaml file installations may fail due to unnecessary parsing

Full Changelog: 0.7.9...0.7.10

0.7.9

27 Jan 06:45

Choose a tag to compare

Release Notes

  • Fix: OpenCode now uses plural dirs
  • Fix: OpenCode agents frontmatter should use flow style
  • Added Pi-Mono platform to platforms.jsonc

What's Changed

New Contributors

Full Changelog: 0.7.8...0.7.9

0.7.8

26 Jan 13:37

Choose a tag to compare

  • Fix: Add command not performing mappings defined in platforms.jsonc
  • Updated install command to list marketplace plugins alphabetically

0.7.7

21 Jan 09:04

Choose a tag to compare

  • Fix: Install and apply commands should upsert index file

0.7.6

20 Jan 11:35

Choose a tag to compare

  • Fix: Apply command missing--platforms option
  • Fix: Apply and install commands not respecting platform specific files