Skip to content

Releases: martinmoldrup/toolit

0.5.0

24 Sep 19:39

Choose a tag to compare

  • Improvements to the plugin system. Plugins can choose their own names and the plugins is show in a seperate section in the rich help panel.

Full Changelog: 0.4.0...0.5.0

0.4.0

14 Sep 10:04
e13a613

Choose a tag to compare

  • Add ability to customize configurations in a toolit.ini or pyproject.toml file in the project root. Makes the devtools folder configurable, and allows plugins to add their own configurations.

What's Changed

  • Refactor configuration loading and enhance CLI functionality by @martinmoldrup in #5

Full Changelog: 0.3.0...0.4.0

0.3.0

09 Sep 19:07
90c9c40

Choose a tag to compare

  • Added toolit create-vscode-tasks-json CLI command to create the .vscode/tasks.json file from the command line.
  • Improved error handling and user feedback when the devtools folder does not exist.
  • Added a plugin system to all for loading tools automatically from installed packages.

What's Changed

Full Changelog: https://github.com/martinmoldrup/toolit/commits/0.3.0

0.2.0

16 Jun 15:52
e321f75

Choose a tag to compare

  • Fix problem with subdependencies not being installed
  • Add support for python 3.9
  • Make the use of MCP optional so you can use toolit without installing the mcp package, then it will still have the CLI and VS Code task generation features.
  • Update documentation with examples and usage instructions
  • Added continous integration with GitHub Actions to enforce code quality in the main branch

What's Changed

New Contributors

Full Changelog: 0.1.0...0.2.0

0.1.0

25 May 12:02

Choose a tag to compare

  • Added a script to create a .vscode/tasks.json file for use in Visual Studio Code
  • Improved documentation with examples and usage instructions
  • Added new decorators for groups of commands. Can run a group of tools in sequence or in parallel. (only supported for tasks.json creation, so far)

Full Changelog: 0.0.1...0.1.0

0.0.1

23 May 14:08

Choose a tag to compare

  • Initial release of toolit
  • Basic functionality for creating tools that run for both MCP and typer cli

Full Changelog: https://github.com/martinmoldrup/toolit/commits/0.0.1