Alex
|
af618de13d
|
Feat models (#2432)
* feat: simplified model structure
* fix: test
* fix: mini docstring stuff
|
2026-04-26 00:58:29 +01:00 |
|
Alex
|
7ca33b2b72
|
feat: OTEL
|
2026-04-25 13:38:03 +01:00 |
|
Alex
|
2a15bb0102
|
chore: delete old extensions
|
2026-04-23 22:55:03 +01:00 |
|
Alex
|
c06888bc86
|
feat: asgi and search service (#2424)
* feat: asgi and search service
* feat: asgi and mcp tool server
* fix: asgi issues
* fix: mini cors hardening
|
2026-04-23 12:21:39 +01:00 |
|
Alex
|
2de84acf81
|
fix: mini callout
|
2026-04-21 16:14:08 +01:00 |
|
Alex
|
2702750861
|
docs: upgrading guide
|
2026-04-21 15:04:17 +01:00 |
|
dependabot[bot]
|
d23f88f825
|
chore(deps): bump the npm_and_yarn group across 1 directory with 2 updates
Bumps the npm_and_yarn group with 2 updates in the /docs directory: [@xmldom/xmldom](https://github.com/xmldom/xmldom) and [lodash-es](https://github.com/lodash/lodash).
Updates `@xmldom/xmldom` from 0.9.8 to 0.9.9
- [Release notes](https://github.com/xmldom/xmldom/releases)
- [Changelog](https://github.com/xmldom/xmldom/blob/master/CHANGELOG.md)
- [Commits](https://github.com/xmldom/xmldom/compare/0.9.8...0.9.9)
Updates `lodash-es` from 4.17.23 to 4.18.1
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.23...4.18.1)
---
updated-dependencies:
- dependency-name: "@xmldom/xmldom"
dependency-version: 0.9.9
dependency-type: indirect
dependency-group: npm_and_yarn
- dependency-name: lodash-es
dependency-version: 4.18.1
dependency-type: indirect
dependency-group: npm_and_yarn
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2026-04-19 17:55:14 +00:00 |
|
dependabot[bot]
|
671a9d75ad
|
chore(deps): bump the npm_and_yarn group across 3 directories with 10 updates
Bumps the npm_and_yarn group with 6 updates in the /docs directory:
| Package | From | To |
| --- | --- | --- |
| [next](https://github.com/vercel/next.js) | `15.5.9` | `15.5.15` |
| [brace-expansion](https://github.com/juliangruber/brace-expansion) | `5.0.2` | `5.0.5` |
| [dompurify](https://github.com/cure53/DOMPurify) | `3.3.1` | `3.4.0` |
| [markdown-it](https://github.com/markdown-it/markdown-it) | `14.1.0` | `14.1.1` |
| [minimatch](https://github.com/isaacs/minimatch) | `10.2.1` | `10.2.5` |
| [yaml](https://github.com/eemeli/yaml) | `1.10.2` | `1.10.3` |
Bumps the npm_and_yarn group with 2 updates in the /extensions/chrome directory: [yaml](https://github.com/eemeli/yaml) and [picomatch](https://github.com/micromatch/picomatch).
Bumps the npm_and_yarn group with 4 updates in the /extensions/web-widget directory: [brace-expansion](https://github.com/juliangruber/brace-expansion), [minimatch](https://github.com/isaacs/minimatch), [yaml](https://github.com/eemeli/yaml) and [picomatch](https://github.com/micromatch/picomatch).
Updates `next` from 15.5.9 to 15.5.15
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/compare/v15.5.9...v15.5.15)
Updates `brace-expansion` from 5.0.2 to 5.0.5
- [Release notes](https://github.com/juliangruber/brace-expansion/releases)
- [Commits](https://github.com/juliangruber/brace-expansion/compare/v5.0.2...v5.0.5)
Updates `dompurify` from 3.3.1 to 3.4.0
- [Release notes](https://github.com/cure53/DOMPurify/releases)
- [Commits](https://github.com/cure53/DOMPurify/compare/3.3.1...3.4.0)
Updates `markdown-it` from 14.1.0 to 14.1.1
- [Changelog](https://github.com/markdown-it/markdown-it/blob/master/CHANGELOG.md)
- [Commits](https://github.com/markdown-it/markdown-it/compare/14.1.0...14.1.1)
Updates `minimatch` from 10.2.1 to 10.2.5
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
- [Commits](https://github.com/isaacs/minimatch/compare/v10.2.1...v10.2.5)
Updates `yaml` from 1.10.2 to 1.10.3
- [Release notes](https://github.com/eemeli/yaml/releases)
- [Commits](https://github.com/eemeli/yaml/compare/v1.10.2...v1.10.3)
Updates `diff` from 5.2.0 to 5.2.2
- [Changelog](https://github.com/kpdecker/jsdiff/blob/master/release-notes.md)
- [Commits](https://github.com/kpdecker/jsdiff/compare/v5.2.0...v5.2.2)
Updates `glob` from 10.3.12 to 10.5.0
- [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md)
- [Commits](https://github.com/isaacs/node-glob/compare/v10.3.12...v10.5.0)
Updates `tar` from 6.2.1 to 7.5.11
- [Release notes](https://github.com/isaacs/node-tar/releases)
- [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md)
- [Commits](https://github.com/isaacs/node-tar/compare/v6.2.1...v7.5.11)
Updates `picomatch` from 2.3.1 to 2.3.2
- [Release notes](https://github.com/micromatch/picomatch/releases)
- [Changelog](https://github.com/micromatch/picomatch/blob/master/CHANGELOG.md)
- [Commits](https://github.com/micromatch/picomatch/compare/2.3.1...2.3.2)
Updates `picomatch` from 2.3.1 to 2.3.2
- [Release notes](https://github.com/micromatch/picomatch/releases)
- [Changelog](https://github.com/micromatch/picomatch/blob/master/CHANGELOG.md)
- [Commits](https://github.com/micromatch/picomatch/compare/2.3.1...2.3.2)
Updates `yaml` from 1.10.2 to 1.10.3
- [Release notes](https://github.com/eemeli/yaml/releases)
- [Commits](https://github.com/eemeli/yaml/compare/v1.10.2...v1.10.3)
Updates `brace-expansion` from 2.0.1 to 2.0.2
- [Release notes](https://github.com/juliangruber/brace-expansion/releases)
- [Commits](https://github.com/juliangruber/brace-expansion/compare/v5.0.2...v5.0.5)
Updates `glob` from 10.3.12 to 10.5.0
- [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md)
- [Commits](https://github.com/isaacs/node-glob/compare/v10.3.12...v10.5.0)
Updates `minimatch` from 9.0.4 to 9.0.9
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
- [Commits](https://github.com/isaacs/minimatch/compare/v10.2.1...v10.2.5)
Updates `picomatch` from 2.3.1 to 2.3.2
- [Release notes](https://github.com/micromatch/picomatch/releases)
- [Changelog](https://github.com/micromatch/picomatch/blob/master/CHANGELOG.md)
- [Commits](https://github.com/micromatch/picomatch/compare/2.3.1...2.3.2)
Updates `yaml` from 1.10.2 to 1.10.3
- [Release notes](https://github.com/eemeli/yaml/releases)
- [Commits](https://github.com/eemeli/yaml/compare/v1.10.2...v1.10.3)
Updates `yaml` from 1.10.2 to 1.10.3
- [Release notes](https://github.com/eemeli/yaml/releases)
- [Commits](https://github.com/eemeli/yaml/compare/v1.10.2...v1.10.3)
Updates `picomatch` from 2.3.1 to 2.3.2
- [Release notes](https://github.com/micromatch/picomatch/releases)
- [Changelog](https://github.com/micromatch/picomatch/blob/master/CHANGELOG.md)
- [Commits](https://github.com/micromatch/picomatch/compare/2.3.1...2.3.2)
Updates `picomatch` from 2.3.1 to 2.3.2
- [Release notes](https://github.com/micromatch/picomatch/releases)
- [Changelog](https://github.com/micromatch/picomatch/blob/master/CHANGELOG.md)
- [Commits](https://github.com/micromatch/picomatch/compare/2.3.1...2.3.2)
Updates `yaml` from 1.10.2 to 1.10.3
- [Release notes](https://github.com/eemeli/yaml/releases)
- [Commits](https://github.com/eemeli/yaml/compare/v1.10.2...v1.10.3)
Updates `picomatch` from 2.3.1 to 2.3.2
- [Release notes](https://github.com/micromatch/picomatch/releases)
- [Changelog](https://github.com/micromatch/picomatch/blob/master/CHANGELOG.md)
- [Commits](https://github.com/micromatch/picomatch/compare/2.3.1...2.3.2)
Updates `yaml` from 1.10.2 to 1.10.3
- [Release notes](https://github.com/eemeli/yaml/releases)
- [Commits](https://github.com/eemeli/yaml/compare/v1.10.2...v1.10.3)
Updates `brace-expansion` from 1.1.11 to 1.1.14
- [Release notes](https://github.com/juliangruber/brace-expansion/releases)
- [Commits](https://github.com/juliangruber/brace-expansion/compare/v5.0.2...v5.0.5)
Updates `minimatch` from 3.1.2 to 3.1.5
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
- [Commits](https://github.com/isaacs/minimatch/compare/v10.2.1...v10.2.5)
Updates `yaml` from 1.10.2 to 1.10.3
- [Release notes](https://github.com/eemeli/yaml/releases)
- [Commits](https://github.com/eemeli/yaml/compare/v1.10.2...v1.10.3)
Updates `picomatch` from 2.3.1 to 2.3.2
- [Release notes](https://github.com/micromatch/picomatch/releases)
- [Changelog](https://github.com/micromatch/picomatch/blob/master/CHANGELOG.md)
- [Commits](https://github.com/micromatch/picomatch/compare/2.3.1...2.3.2)
Updates `picomatch` from 2.3.1 to 2.3.2
- [Release notes](https://github.com/micromatch/picomatch/releases)
- [Changelog](https://github.com/micromatch/picomatch/blob/master/CHANGELOG.md)
- [Commits](https://github.com/micromatch/picomatch/compare/2.3.1...2.3.2)
Updates `yaml` from 1.10.2 to 1.10.3
- [Release notes](https://github.com/eemeli/yaml/releases)
- [Commits](https://github.com/eemeli/yaml/compare/v1.10.2...v1.10.3)
Updates `brace-expansion` from 1.1.11 to 1.1.14
- [Release notes](https://github.com/juliangruber/brace-expansion/releases)
- [Commits](https://github.com/juliangruber/brace-expansion/compare/v5.0.2...v5.0.5)
Updates `minimatch` from 3.1.2 to 3.1.5
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
- [Commits](https://github.com/isaacs/minimatch/compare/v10.2.1...v10.2.5)
Updates `picomatch` from 2.3.1 to 2.3.2
- [Release notes](https://github.com/micromatch/picomatch/releases)
- [Changelog](https://github.com/micromatch/picomatch/blob/master/CHANGELOG.md)
- [Commits](https://github.com/micromatch/picomatch/compare/2.3.1...2.3.2)
Updates `yaml` from 1.10.2 to 1.10.3
- [Release notes](https://github.com/eemeli/yaml/releases)
- [Commits](https://github.com/eemeli/yaml/compare/v1.10.2...v1.10.3)
---
updated-dependencies:
- dependency-name: next
dependency-version: 15.5.15
dependency-type: direct:production
dependency-group: npm_and_yarn
- dependency-name: brace-expansion
dependency-version: 5.0.5
dependency-type: indirect
dependency-group: npm_and_yarn
- dependency-name: dompurify
dependency-version: 3.4.0
dependency-type: indirect
dependency-group: npm_and_yarn
- dependency-name: markdown-it
dependency-version: 14.1.1
dependency-type: indirect
dependency-group: npm_and_yarn
- dependency-name: minimatch
dependency-version: 10.2.5
dependency-type: indirect
dependency-group: npm_and_yarn
- dependency-name: yaml
dependency-version: 1.10.3
dependency-type: indirect
dependency-group: npm_and_yarn
- dependency-name: diff
dependency-version: 5.2.2
dependency-type: indirect
dependency-group: npm_and_yarn
- dependency-name: glob
dependency-version: 10.5.0
dependency-type: indirect
dependency-group: npm_and_yarn
- dependency-name: tar
dependency-version: 7.5.11
dependency-type: indirect
dependency-group: npm_and_yarn
- dependency-name: picomatch
dependency-version: 2.3.2
dependency-type: indirect
dependency-group: npm_and_yarn
- dependency-name: picomatch
dependency-version: 2.3.2
dependency-type: indirect
dependency-group: npm_and_yarn
- dependency-name: yaml
dependency-version: 1.10.3
dependency-type: indirect
dependency-group: npm_and_yarn
- dependency-name: brace-expansion
dependency-version: 2.0.2
dependency-type: indirect
dependency-group: npm_and_yarn
- dependency-name: glob
dependency-version: 10.5.0
dependency-type: indirect
dependency-group: npm_and_yarn
- dependency-name: minimatch
dependency-version: 9.0.9
dependency-type: indirect
dependency-group: npm_and_yarn
- dependency-name: picomatch
dependency-version: 2.3.2
dependency-type: indirect
dependency-group: npm_and_yarn
- dependency-name: yaml
dependency-version: 1.10.3
dependency-type: indirect
dependency-group: npm_and_yarn
- dependency-name: yaml
dependency-version: 1.10.3
dependency-type: indirect
dependency-group: npm_and_yarn
- dependency-name: picomatch
dependency-version: 2.3.2
dependency-type: indirect
dependency-group: npm_and_yarn
- dependency-name: picomatch
dependency-version: 2.3.2
dependency-type: indirect
dependency-group: npm_and_yarn
- dependency-name: yaml
dependency-version: 1.10.3
dependency-type: indirect
dependency-group: npm_and_yarn
- dependency-name: picomatch
dependency-version: 2.3.2
dependency-type: indirect
dependency-group: npm_and_yarn
- dependency-name: yaml
dependency-version: 1.10.3
dependency-type: indirect
dependency-group: npm_and_yarn
- dependency-name: brace-expansion
dependency-version: 1.1.14
dependency-type: indirect
dependency-group: npm_and_yarn
- dependency-name: minimatch
dependency-version: 3.1.5
dependency-type: indirect
dependency-group: npm_and_yarn
- dependency-name: yaml
dependency-version: 1.10.3
dependency-type: indirect
dependency-group: npm_and_yarn
- dependency-name: picomatch
dependency-version: 2.3.2
dependency-type: indirect
dependency-group: npm_and_yarn
- dependency-name: picomatch
dependency-version: 2.3.2
dependency-type: indirect
dependency-group: npm_and_yarn
- dependency-name: yaml
dependency-version: 1.10.3
dependency-type: indirect
dependency-group: npm_and_yarn
- dependency-name: brace-expansion
dependency-version: 1.1.14
dependency-type: indirect
dependency-group: npm_and_yarn
- dependency-name: minimatch
dependency-version: 3.1.5
dependency-type: indirect
dependency-group: npm_and_yarn
- dependency-name: picomatch
dependency-version: 2.3.2
dependency-type: indirect
dependency-group: npm_and_yarn
- dependency-name: yaml
dependency-version: 1.10.3
dependency-type: indirect
dependency-group: npm_and_yarn
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2026-04-19 17:47:08 +00:00 |
|
Alex
|
81b6ee5daa
|
Pg 4 (#2390)
* feat: postgres tests
* feat: mongo cutoff
* feat: mongo cutoff
* feat: adjust docs and compose files
* fix: mini code mongo removals
* fix: tests and k8s mongo stuff
* feat: test fixes
* fix: ruff
* fix: vale
* Potential fix for pull request finding 'CodeQL / Clear-text logging of sensitive information'
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
* fix: mini suggestions
* vale lint fix 2
* fix: codeql columns thing
* fix: test mongo
* fix: tests coverage
* feat: better tests 4
* feat: more tests
* feat: decent coverage
* fix: ruff fixes
* fix: remove mongo mock
* feat: enhance workflow engine and API routes; add document retrieval and source handling
* feat: e2e tests
* fix: mcp, mongo and more
* fix: mini codeql warning
* fix: agent chunk view
* fix: mini issues
* fix: more pg fixes
* feat: postgres prep on start
* feat: qa tests
* fix: mini improvements
* fix: tests
---------
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Co-authored-by: Siddhant Rai <siddhant.rai.5686@gmail.com>
|
2026-04-18 13:13:57 +01:00 |
|
Alex
|
502819ae52
|
feat: pg migration, more tables
|
2026-04-12 12:15:59 +01:00 |
|
Alex
|
cada1a44fc
|
Merge pull request #2373 from siiddhantt/feat/confluence-connector
feat: add Confluence connector for data ingestion
|
2026-04-12 11:33:49 +01:00 |
|
Alex
|
6192767451
|
fix: sanitize attachment filenames, drop dateutil dep, add connector docs
|
2026-04-12 11:32:24 +01:00 |
|
Alex
|
ececcb8b17
|
feat: init pg migration
|
2026-04-12 00:07:24 +01:00 |
|
Alex
|
0c15af90b1
|
feat: history overwrite
|
2026-04-06 14:42:01 +01:00 |
|
Alex
|
9f3d9ab860
|
docs: agent types
|
2026-03-28 18:50:50 +00:00 |
|
Alex
|
1c0adde380
|
chore: docs update
|
2026-03-28 17:04:06 +00:00 |
|
Alex
|
3c56bd0d0b
|
docs: fix conflicts
|
2026-03-28 16:16:15 +00:00 |
|
Alex
|
5ab43fd12c
|
fix: lang overflows, sst (#2314)
|
2026-03-18 14:50:29 +00:00 |
|
Alex
|
21996af626
|
stt init (#2306)
* stt init
* fix: limits
* fix: errors
* fix: error messages
|
2026-03-17 14:27:48 +00:00 |
|
Alex
|
444abb8283
|
fix search nextra
|
2026-02-18 18:03:03 +00:00 |
|
Alex
|
ee86537f21
|
docs: add llms.txt and enable copy code button in nextra
|
2026-02-18 17:54:25 +00:00 |
|
Alex
|
17a736a927
|
docs: migrate to Nextra 4 and Next.js App Router
|
2026-02-18 17:13:24 +00:00 |
|
Alex
|
14296632ef
|
build(docs): upgrade nextra to v3 and update config
|
2026-02-17 18:46:28 +00:00 |
|
Alex
|
8353f9c649
|
docs: add guide for OCR configuration and usage
|
2026-02-10 15:54:27 +00:00 |
|
Alex
|
f41f69a268
|
docs: add specific Celery startup command for macOS users
|
2026-02-03 17:33:13 +00:00 |
|
Alex
|
7751fb52dd
|
fix: neon docs mention
|
2026-02-03 00:23:37 +00:00 |
|
Alex
|
f24cea0877
|
docs(models): update provider examples and add native llama.cpp info
|
2026-01-12 11:56:10 +00:00 |
|
Alex
|
5662be12b5
|
feat(agent): implement context validation and message truncation (#2249)
|
2026-01-05 19:49:28 +02:00 |
|
Alex
|
e0fd11a86e
|
fix: bump next
|
2025-12-17 14:06:53 +00:00 |
|
Nick
|
404cf4b7c7
|
Update quickstart.mdx (#2142)
Added missing **
|
2025-11-06 12:37:27 +02:00 |
|
Siddhant Rai
|
21e5c261ef
|
feat: template-based prompt rendering with dynamic namespace injection (#2091)
* feat: template-based prompt rendering with dynamic namespace injection
* refactor: improve template engine initialization with clearer formatting
* refactor: streamline ReActAgent methods and improve content extraction logic
feat: enhance error handling in NamespaceManager and TemplateEngine
fix: update NewAgent component to ensure consistent form data submission
test: modify tests for ReActAgent and prompt renderer to reflect method changes and improve coverage
* feat: tools namespace + three-tier token budget
* refactor: remove unused variable assignment in message building tests
* Enhance prompt customization and tool pre-fetching functionality
* ruff lint fix
* refactor: cleaner error handling and reduce code clutter
---------
Co-authored-by: Alex <a@tushynski.me>
|
2025-10-31 12:47:44 +00:00 |
|
Nirjas Jakilim
|
d09ce7e1f7
|
fixed broken link (#2054)
|
2025-10-12 15:26:05 +03:00 |
|
Nihar
|
160ad2dc79
|
correct path for storing embeddings model (#2035)
|
2025-10-07 23:01:39 +03:00 |
|
Siddhant Rai
|
da6317a242
|
feat: agent templates and seeding premade agents (#1910)
* feat: agent templates and seeding premade agents
* fix: ensure ObjectId is used for source reference in agent configuration
* fix: improve source handling in DatabaseSeeder and update tool config processing
* feat: add prompt handling in DatabaseSeeder for agent configuration
* Docs premade agents
* link to prescraped docs
* feat: add template agent retrieval and adopt agent functionality
* feat: simplify agent descriptions in premade_agents.yaml added docs
---------
Co-authored-by: Pavel <pabin@yandex.ru>
Co-authored-by: Alex <a@tushynski.me>
|
2025-10-07 13:00:14 +03:00 |
|
Marco Ponce
|
d260f1a1a6
|
Made changes to how the documentation is represented including the new 5th option when forking and launching DocsGPT on the inviduals device, as well as updated README.md which has miswording issues saying only 4 options, but now includes the 5th option, detailing and giving an explanation for what that option does and documentation provided. (#2020)
|
2025-10-06 23:50:16 +03:00 |
|
ManishMadan2882
|
f8dfbcfc80
|
(docs) guide gdrive
|
2025-09-22 20:20:51 +05:30 |
|
naaa760
|
f99b6496c5
|
update
|
2025-07-25 14:48:49 +05:30 |
|
ananthakrishnan
|
789e65557a
|
fix: Removed incorrect www from URL in DocsGPT Docs frontend (#1854)
|
2025-07-15 22:02:02 +05:30 |
|
Pavel
|
327ae35420
|
Agent docs upd
1. Added a page about interacting with agent API.
2. Added a page about interacting with agent webhooks.
3. Fixed small bug with /api/answer
|
2025-06-24 16:48:12 +02:00 |
|
Alex
|
aaecf52c99
|
refactor: update docs LLM_NAME and MODEL_NAME to LLM_PROVIDER and LLM_NAME
|
2025-06-11 12:30:34 +01:00 |
|
dependabot[bot]
|
bb9de7d9b0
|
build(deps): bump next from 14.2.26 to 15.3.3 in /docs
Bumps [next](https://github.com/vercel/next.js) from 14.2.26 to 15.3.3.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/compare/v14.2.26...v15.3.3)
---
updated-dependencies:
- dependency-name: next
dependency-version: 15.3.3
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-05-30 21:10:55 +00:00 |
|
dependabot[bot]
|
fe8143a56c
|
build(deps): bump estree-util-value-to-estree and remark-reading-time
Bumps [estree-util-value-to-estree](https://github.com/remcohaszing/estree-util-value-to-estree) and [remark-reading-time](https://github.com/mattjennings/remark-reading-time). These dependencies needed to be updated together.
Updates `estree-util-value-to-estree` from 1.3.0 to 3.4.0
- [Release notes](https://github.com/remcohaszing/estree-util-value-to-estree/releases)
- [Commits](https://github.com/remcohaszing/estree-util-value-to-estree/compare/v1.3.0...v3.4.0)
Updates `remark-reading-time` from 2.0.1 to 2.0.2
- [Release notes](https://github.com/mattjennings/remark-reading-time/releases)
- [Commits](https://github.com/mattjennings/remark-reading-time/compare/2.0.1...2.0.2)
---
updated-dependencies:
- dependency-name: estree-util-value-to-estree
dependency-version: 3.4.0
dependency-type: indirect
- dependency-name: remark-reading-time
dependency-version: 2.0.2
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-05-27 11:04:37 +00:00 |
|
dependabot[bot]
|
b792c5459a
|
build(deps): bump @babel/runtime from 7.23.7 to 7.26.10 in /docs
Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.23.7 to 7.26.10.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.26.10/packages/babel-runtime)
---
updated-dependencies:
- dependency-name: "@babel/runtime"
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-05-27 10:00:19 +00:00 |
|
dependabot[bot]
|
b5fbb825ed
|
build(deps): bump @babel/helpers from 7.24.0 to 7.26.10 in /docs
Bumps [@babel/helpers](https://github.com/babel/babel/tree/HEAD/packages/babel-helpers) from 7.24.0 to 7.26.10.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.26.10/packages/babel-helpers)
---
updated-dependencies:
- dependency-name: "@babel/helpers"
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-05-27 09:51:46 +00:00 |
|
Alex
|
119fcdf6f6
|
Merge pull request #1809 from ManishMadan2882/feat/sources-in-widget
(release-widget)0.5.1
|
2025-05-21 14:04:38 +01:00 |
|
ManishMadan2882
|
a5b093d1a9
|
(release-widget)0.5.1
|
2025-05-21 16:36:52 +05:30 |
|
Pavel
|
26f819098d
|
agents and tools doc update
|
2025-05-20 20:32:38 +04:00 |
|
Pavel
|
8ad0f59f19
|
jwt update
|
2025-05-19 21:12:14 +04:00 |
|
Pavel
|
594ce05292
|
remove duplicate chat widget page
|
2025-05-15 21:32:59 +04:00 |
|
Alex
|
fe02ca68d5
|
fix: update API key for DocsGPTWidget
|
2025-05-15 18:18:12 +01:00 |
|