Skip to content

Releases: MinishLab/semble

v0.3.3

05 Jun 04:47
49bd6e2

Choose a tag to compare

What's Changed

Full Changelog: v0.3.2...v0.3.3

v0.3.2

03 Jun 16:56
c7e52fa

Choose a tag to compare

What's Changed

Deprecation warnings ⚠️

  • semble init is deprecated in favor of semble install

New Contributors

Full Changelog: v0.3.1...v0.3.2

v0.3.1

29 May 11:30
ea3c918

Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.3.1

v0.3.0

27 May 15:28
9826e26

Choose a tag to compare

What's Changed

Breaking changes 🚨

  • CLI and MCP results are now JSON instead of formatted text.
  • extensions= was removed from SembleIndex.from_path() and SembleIndex.from_git() in favor of .sembleignore.
  • model= was replaced by model_path=.
  • Encoder is no longer exported from semble.

Deprecation warnings ⚠️

--include-text-files and include_text_files= are deprecated and will be removed in a future release. --content now controls this.

Migration notes

  • Replace --include-text-files with --content all.
  • Replace include_text_files=True with content=[ContentType.CODE, ContentType.DOCS, ContentType.CONFIG].
  • Replace extensions= with content= for built-in file groups, or .sembleignore negation rules like !*.proto for custom extensions. See "Controlling which files are indexed" in the CLI section for more info.
  • Replace model= with model_path=, or set SEMBLE_MODEL_NAME.
  • If you parse CLI output, update scripts to parse JSON.

Full Changelog: v0.2.0...v0.3.0

v0.2.0

21 May 08:32
d362683

Choose a tag to compare

What's Changed

Deprecation warnings ⚠️

  • mode is no longer supported in search as of #119. Search behavior can still be controlled by enabling/disabling reranking with the rerank argument, and by setting the alpha value to use more semantic vs lexical search, though the recommended use is to not touch this and rely on the defaults which are tuned for code search.

Full Changelog: v0.1.10...v0.2.0

v0.1.10

19 May 16:41
57d8f5b

Choose a tag to compare

What's Changed

  • feat: Support more subagents via semble init, add more installation docs by @Pringled in #118

Full Changelog: v0.1.9...v0.1.10

v0.1.9

19 May 12:32
a5a2334

Choose a tag to compare

What's Changed

Full Changelog: v0.1.8...v0.1.9

v0.1.8

18 May 12:30
3f510b1

Choose a tag to compare

What's Changed

Full Changelog: v0.1.7...v0.1.8

v0.1.7

12 May 07:01
9d724a6

Choose a tag to compare

What's Changed

Full Changelog: v0.1.6...v0.1.7

v0.1.6

11 May 16:24
608143f

Choose a tag to compare

What's Changed

  • fix: Make allowlist-style .gitignore work properly with pathspec by @Pringled in #89
  • chore: Bump version by @Pringled in #90

Full Changelog: v0.1.5...v0.1.6