Releases: tweag/tricorder
Releases · tweag/tricorder
Release list
tricorder-mcp 0.1.1.0
Highlights
tricorder-mcpno longer requires the agent to pass the directory of the
project in question, and will instead infer it from the current working
directory or use the directory passed from the agent harness.- Added more accurate and detailed descriptions for each tool.
See the change log for a full list of changes.
tricorder 0.2.1.0
Highlights
- Tricorder now respects all forms of
cabal.projectfiles, like
cabal.project.localfor example. See
Cabal's documentation on project description files. (#73) - Better support for
hpackandstackprojects.
See Tricorder's change log for a full list of changes.
tricorder 0.2.0.1
Highlights
tricorder sourceno longer depens oncabal, and will work in eithercabalorstack(or even rawghc) projects.- Fixed eval comments being unable to use a module's definitions for multi-package
cabalprojects. - Fixed auto-resolved targets being incompatible with
stack's accepted forms of build targets, causingstack ghcito fail on Tricorder boot forstackprojects.
See Tricorder's change log for a full list of changes.
tricorder 0.2.0.0
Highlights
- Support for eval comments. See Features of Tricorder - Eval Comments for more information.
tricorder sourcenow uses a package's sdist tarball from cabal's global cache instead of parsing Haddock-HTML, fetching them if necessary. This allows Tricorder to show sources for packages without documentation.
See Tricorder's CHANGELOG.md for the full change log.