Skip to content

Releases: tweag/tricorder

tricorder-mcp 0.1.1.0

Choose a tag to compare

@github-actions github-actions released this 01 Sep 09:03
4b7148f

Highlights

  • tricorder-mcp no 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

Choose a tag to compare

@github-actions github-actions released this 21 Aug 13:15
91c4603

Highlights


See Tricorder's change log for a full list of changes.

tricorder 0.2.0.1

Choose a tag to compare

@github-actions github-actions released this 13 Aug 13:05
23da951

Highlights

  • tricorder source no longer depens on cabal, and will work in either cabal or stack (or even raw ghc) projects.
  • Fixed eval comments being unable to use a module's definitions for multi-package cabal projects.
  • Fixed auto-resolved targets being incompatible with stack's accepted forms of build targets, causing stack ghci to fail on Tricorder boot for stack projects.

See Tricorder's change log for a full list of changes.

tricorder 0.2.0.0

Choose a tag to compare

@Gipphe Gipphe released this 07 Aug 09:45
tricorder-0.2.0.0
5daba5f

Highlights

  • Support for eval comments. See Features of Tricorder - Eval Comments for more information.
  • tricorder source now 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.