Skip to content

Releases: bosun-ai/swiftide

swiftide-v0.18.2

11 Feb 13:43
f1e1399
Compare
Choose a tag to compare

New features

  • 50ffa15 Anthropic support for prompts and agents (#602)

Bug fixes

  • 8cf70e0 (integrations) Ensure anthropic tool call format is consistent with specs

Miscellaneous

Full Changelog: 0.18.1...0.18.2

swiftide-v0.18.1

09 Feb 17:30
73a681c
Compare
Choose a tag to compare

New features

  • 78bf0e0 (agents) Add optional limit for agent iterations (#599)

  • 592e5a2 (integrations) Support Azure openai via generics (#596)

  • c8f2eed (tree-sitter) Add solidity support (#597)

Full Changelog: 0.18.0...0.18.1

swiftide-v0.18.0

02 Feb 13:42
fc54fe4
Compare
Choose a tag to compare

New features

Adds OpenRouter support. OpenRouter allows you to use any LLM via their
  own api (with a minor upsell).

Bug fixes

  • 3ea5839 (redb) Disable per-node tracing

Miscellaneous

  • 0000000 Update Cargo.lock dependencies

Full Changelog: 0.17.5...0.18.0

swiftide-v0.17.5

27 Jan 12:48
c68e4b4
Compare
Choose a tag to compare

New features

  • 825a52e (agents) Tool description now also accepts paths (i.e. a const) (#580)

Miscellaneous

  • 0000000 Update Cargo.lock dependencies

  • 0000000 Update Cargo.toml dependencies

Full Changelog: 0.17.4...0.17.5

swiftide-v0.17.4

24 Jan 18:53
e4193ef
Compare
Choose a tag to compare

Bug fixes

  • 0d9e250 (tracing) Use or_current() to prevent orphaned tracing spans (#573)
When a span is emitted that would be selected by the subscriber, but we
  instrument its closure with a span that would not be selected by the
  subscriber, the span would be emitted as an orphan (with a new
  `trace_id`) making them hard to find and cluttering dashboards.

  This situation is also documented here:
  https://docs.rs/tracing/latest/tracing/struct.Span.html#method.or_current

Full Changelog: 0.17.3...0.17.4

swiftide-v0.17.3

24 Jan 16:25
19563dd
Compare
Choose a tag to compare

New features

Bug fixes

  • c5408a9 (agents) Io::Error should always be a NonZeroExit error for tool executors (#570)

Miscellaneous

  • 0000000 Update Cargo.toml dependencies

  • 0000000 Update Cargo.lock dependencies

Full Changelog: 0.17.2...0.17.3

swiftide-v0.17.2

21 Jan 20:49
7a3bee8
Compare
Choose a tag to compare

Bug fixes

  • 47db5ab (agents) Redrive uses the correct pointer and works as intended

Full Changelog: 0.17.1...0.17.2

swiftide-v0.17.1

20 Jan 19:58
402dd1e
Compare
Choose a tag to compare

New features

  • e4e4468 (agents) Implement AgentContext for smart dyn pointers

  • 70181d9 (agents) Add pub accessor for agent context (#558)

  • 274d9d4 (agents) Preprocess tool calls to fix common, fixable errors (#560)

OpenAI has a tendency to sometimes send double keys. With this, Swiftide
  will now take the first key and ignore any duplicates after that. Sets the stage for any future preprocessing before it gets strictly parsed by serde.

swiftide-v0.17.0

16 Jan 16:45
Compare
Choose a tag to compare

New features

  • 835c35e (agents) Redrive completions manually on failure (#551)
Sometimes LLMs fail a completion without deterministic errors, or the
  user case where you just want to retry. `redrive` can now be called on a
  context, popping any new messages (if any), and making the messages
  available again to the agent.
  • f83f3f0 (agents) Implement ToolExecutor for common dyn pointers (#549)

  • 7f85735 (query) Add custom lancedb query generation for lancedb search (#518)

  • ce4e34b (tree-sitter) Add golang support (#552)

Seems someone conveniently forgot to add Golang support for the
  splitter.

Miscellaneous

  • 0000000 Update Cargo.lock dependencies

Full Changelog: 0.16.4...0.17.0

swiftide-v0.16.4

12 Jan 11:21
b33b4c8
Compare
Choose a tag to compare

New features

  • c919484 Ollama via async-openai with chatcompletion support (#545)
Adds support for chatcompletions (agents) for ollama. SimplePrompt and embeddings now use async-openai underneath.

  Copy pasted as I expect some differences in the future.

Miscellaneous

  • 0000000 Update Cargo.toml dependencies

Full Changelog: 0.16.3...0.16.4