2040b3c629
fix(docs): update documentation: clarify provider capabilities, add provider capabilities summary, polish examples and formatting, and remove Serena project config
2026-01-20 01:27:52 +00:00
ae8d3ccf33
v0.12.0
Default (tags) / security (push) Failing after 1s
Default (tags) / test (push) Failing after 1s
Default (tags) / release (push) Has been skipped
Default (tags) / metadata (push) Has been skipped
v0.12.0
2026-01-20 01:10:27 +00:00
3b900d0ba9
feat(ollama): add support for base64-encoded images in chat messages and forward them to the Ollama provider
2026-01-20 01:10:27 +00:00
d49152390f
v0.11.1
2026-01-20 00:37:59 +00:00
d615ec9227
feat(streaming): add chatStreaming method with token callback for real-time generation progress
...
- Add StreamingChatOptions interface with onToken callback
- Add optional chatStreaming method to MultiModalModel abstract class
- Implement chatStreaming in OllamaProvider using collectStreamResponse
2026-01-20 00:37:49 +00:00
dfa863ee7d
v0.11.0
Default (tags) / security (push) Failing after 1s
Default (tags) / test (push) Failing after 1s
Default (tags) / release (push) Has been skipped
Default (tags) / metadata (push) Has been skipped
v0.11.0
2026-01-20 00:12:21 +00:00
c84ede1f1d
feat(ollama): support defaultOptions and defaultTimeout for ollama provider
2026-01-20 00:12:21 +00:00
4937dbf6ab
v0.10.1
Default (tags) / security (push) Failing after 1s
Default (tags) / test (push) Failing after 1s
Default (tags) / release (push) Has been skipped
Default (tags) / metadata (push) Has been skipped
v0.10.1
2026-01-20 00:03:06 +00:00
8cb052449e
fix(): no changes detected — no release necessary
2026-01-20 00:03:06 +00:00
126e9b239b
feat(OllamaProvider): add model options, streaming support, and thinking tokens
...
- Add IOllamaModelOptions interface for runtime options (num_ctx, temperature, etc.)
- Extend IOllamaProviderOptions with defaultOptions and defaultTimeout
- Add IOllamaChatOptions for per-request overrides
- Add IOllamaStreamChunk and IOllamaChatResponse interfaces
- Add chatStreamResponse() for async iteration with options
- Add collectStreamResponse() for streaming with progress callback
- Add chatWithOptions() for non-streaming with full options
- Update chat() to use defaultOptions and defaultTimeout
2026-01-20 00:02:45 +00:00
a556053510
v0.10.0
Default (tags) / security (push) Failing after 1s
Default (tags) / test (push) Failing after 1s
Default (tags) / release (push) Has been skipped
Default (tags) / metadata (push) Has been skipped
v0.10.0
2026-01-18 22:11:52 +00:00
e4dc81edc9
feat(mistral): add Mistral provider with native PDF OCR and chat integration
2026-01-18 22:11:52 +00:00
6f79dc3535
v0.9.0
Default (tags) / security (push) Failing after 1s
Default (tags) / test (push) Failing after 1s
Default (tags) / release (push) Has been skipped
Default (tags) / metadata (push) Has been skipped
v0.9.0
2026-01-18 16:26:16 +00:00
b4ced080f2
feat(providers): Add Anthropic extended thinking and adapt providers to new streaming/file APIs; bump dependencies and update docs, tests and configuration
2026-01-18 16:26:16 +00:00
e8a2a3ff1b
0.8.0
Default (tags) / security (push) Failing after 24s
Default (tags) / test (push) Failing after 14s
Default (tags) / release (push) Has been skipped
Default (tags) / metadata (push) Has been skipped
v0.8.0
2025-10-30 12:11:18 +00:00
cbc9d8d45b
feat(provider.anthropic): Add extended thinking modes to AnthropicProvider and apply thinking budgets to API calls
2025-10-30 12:11:18 +00:00
d52e6ae67d
0.7.7
Default (tags) / security (push) Failing after 23s
Default (tags) / test (push) Failing after 14s
Default (tags) / release (push) Has been skipped
Default (tags) / metadata (push) Has been skipped
v0.7.7
2025-10-10 07:32:21 +00:00
b9745a1869
fix(MultiModalModel): Lazy-load SmartPdf and guard document processing across providers; ensure SmartPdf is initialized only when needed
2025-10-10 07:32:21 +00:00
af3b61cf74
0.7.6
Default (tags) / security (push) Failing after 23s
Default (tags) / test (push) Failing after 14s
Default (tags) / release (push) Has been skipped
Default (tags) / metadata (push) Has been skipped
v0.7.6
2025-10-09 07:00:15 +00:00
8666876879
fix(provider.elevenlabs): Provide default ElevenLabs TTS voice fallback and add local tool/project configs
2025-10-09 07:00:15 +00:00
b78168307b
0.7.5
Default (tags) / security (push) Failing after 24s
Default (tags) / test (push) Failing after 15s
Default (tags) / release (push) Has been skipped
Default (tags) / metadata (push) Has been skipped
v0.7.5
2025-10-08 22:56:53 +00:00
bbd8770205
fix(provider.elevenlabs): Update ElevenLabs default TTS model to eleven_v3 and add local Claude permissions file
2025-10-08 22:56:53 +00:00
28bb13dc0c
update
2025-10-08 22:49:08 +00:00
3a24c2c4bd
0.7.4
Default (tags) / security (push) Failing after 21s
Default (tags) / test (push) Failing after 14s
Default (tags) / release (push) Has been skipped
Default (tags) / metadata (push) Has been skipped
v0.7.4
2025-10-03 15:47:15 +00:00
8244ac6eb0
fix(provider.anthropic): Use image/png for embedded PDF images in Anthropic provider and add local Claude settings for development permissions
2025-10-03 15:47:15 +00:00
2791d738d6
0.7.3
Default (tags) / security (push) Failing after 22s
Default (tags) / test (push) Failing after 14s
Default (tags) / release (push) Has been skipped
Default (tags) / metadata (push) Has been skipped
v0.7.3
2025-10-03 14:21:25 +00:00
3fbd054985
fix(tests): Add extensive provider/feature tests and local Claude CI permissions
2025-10-03 14:21:25 +00:00
8e8830ef92
0.7.2
Default (tags) / security (push) Failing after 14s
Default (tags) / test (push) Failing after 14s
Default (tags) / release (push) Has been skipped
Default (tags) / metadata (push) Has been skipped
v0.7.2
2025-10-03 13:51:49 +00:00
34931875ad
fix(anthropic): Update Anthropic provider branding to Claude Sonnet 4.5 and add local Claude permissions
2025-10-03 13:51:49 +00:00
2672509d3f
0.7.1
Default (tags) / security (push) Failing after 23s
Default (tags) / test (push) Failing after 13s
Default (tags) / release (push) Has been skipped
Default (tags) / metadata (push) Has been skipped
v0.7.1
2025-10-03 13:49:46 +00:00
ee3a635852
fix(docs): Add README image generation docs and .claude local settings
2025-10-03 13:49:46 +00:00
a222b1c2fa
0.7.0
Default (tags) / security (push) Failing after 24s
Default (tags) / test (push) Failing after 15s
Default (tags) / release (push) Has been skipped
Default (tags) / metadata (push) Has been skipped
v0.7.0
2025-10-03 13:43:29 +00:00
f0556e89f3
feat(providers): Add research API and image generation/editing support; extend providers and tests
2025-10-03 13:43:29 +00:00
fe8540c8ba
feat(research): Implement research APIs.
2025-10-03 12:50:42 +00:00
e34bf19698
0.6.1
Default (tags) / security (push) Failing after 21s
Default (tags) / test (push) Failing after 13s
Default (tags) / release (push) Has been skipped
Default (tags) / metadata (push) Has been skipped
v0.6.1
2025-09-28 15:51:50 +00:00
f70353e6ca
fix(provider.anthropic): Fix Anthropic research tool identifier and add tests + local Claude permissions
2025-09-28 15:51:50 +00:00
0403443634
0.6.0
Default (tags) / security (push) Failing after 23s
Default (tags) / test (push) Failing after 13s
Default (tags) / release (push) Has been skipped
Default (tags) / metadata (push) Has been skipped
v0.6.0
2025-09-28 15:06:07 +00:00
e2ed429aac
feat(research): Introduce research API with provider implementations, docs and tests
2025-09-28 15:06:07 +00:00
5c856ec3ed
0.5.11
Default (tags) / security (push) Failing after 21s
Default (tags) / test (push) Failing after 12s
Default (tags) / release (push) Has been skipped
Default (tags) / metadata (push) Has been skipped
v0.5.11
2025-08-12 13:15:37 +00:00
052f37294d
fix(openaiProvider): Update default chat model to gpt-5-mini and bump dependency versions
2025-08-12 13:15:36 +00:00
93bb375059
fix(dependencies): Update SmartPdf to v4.1.1 for enhanced PDF processing capabilities
Default (tags) / security (push) Failing after 19s
Default (tags) / test (push) Failing after 18s
Default (tags) / release (push) Has been skipped
Default (tags) / metadata (push) Has been skipped
0.5.10
2025-08-03 08:17:24 +00:00
574f7a594c
fix(documentation): remove contribution section from readme
Default (tags) / security (push) Failing after 23s
Default (tags) / test (push) Failing after 12s
Default (tags) / release (push) Has been skipped
Default (tags) / metadata (push) Has been skipped
v0.5.9
2025-08-01 18:37:26 +00:00
0b2a058550
fix(core): improve SmartPdf lifecycle management and update dependencies
Default (tags) / security (push) Failing after 19s
Default (tags) / test (push) Failing after 16s
Default (tags) / release (push) Has been skipped
Default (tags) / metadata (push) Has been skipped
v0.5.8
2025-08-01 18:25:46 +00:00
88d15c89e5
0.5.6
Default (tags) / security (push) Failing after 24s
Default (tags) / test (push) Failing after 13s
Default (tags) / release (push) Has been skipped
Default (tags) / metadata (push) Has been skipped
v0.5.6
2025-07-26 16:17:11 +00:00
4bf7113334
feat(documentation): comprehensive documentation enhancement and test improvements
Default (tags) / security (push) Failing after 25s
Default (tags) / test (push) Failing after 12s
Default (tags) / release (push) Has been skipped
Default (tags) / metadata (push) Has been skipped
0.5.5
2025-07-25 18:00:23 +00:00
6bdbeae144
0.5.4
v0.5.4
2025-05-13 18:39:58 +00:00
09c27379cb
fix(provider.openai): Update dependency versions, clean test imports, and adjust default OpenAI model configurations
2025-05-13 18:39:57 +00:00
2bc6f7ee5e
0.5.3
v0.5.3
2025-04-03 21:46:40 +00:00
0ac50d647d
fix(package.json): Add explicit packageManager field to package.json
2025-04-03 21:46:40 +00:00
5f9ffc7356
0.5.2
v0.5.2
2025-04-03 21:46:15 +00:00