|
| 1 | +# docs-ai-search |
| 2 | + |
| 3 | +## 0.5.0 |
| 4 | + |
| 5 | +### Minor Changes |
| 6 | + |
| 7 | +- Changed backend from Vectorize to AI Search for documentation search |
| 8 | + - Now uses Cloudflare AI Search (AutoRAG) for contextual search of the Cloudflare Developer Documentation |
| 9 | + - Maintains full backward compatibility - same XML response format and tool interface |
| 10 | + - Package renamed from `docs-vectorize` to `docs-ai-search` to reflect the new backend |
| 11 | + |
| 12 | +## 0.4.3 |
| 13 | + |
| 14 | +### Patch Changes |
| 15 | + |
| 16 | +- Updated dependencies [7fc3f18] |
| 17 | + - @repo/mcp-common@0.20.1 |
| 18 | + |
| 19 | +## 0.4.2 |
| 20 | + |
| 21 | +### Patch Changes |
| 22 | + |
| 23 | +- 847fc1f: Update cloudflare-oauth-handler |
| 24 | +- Updated dependencies [f9f0bb6] |
| 25 | +- Updated dependencies [847fc1f] |
| 26 | + - @repo/mcp-common@0.20.0 |
| 27 | + - @repo/mcp-observability@0.32.4 |
| 28 | + |
| 29 | +## 0.4.1 |
| 30 | + |
| 31 | +### Patch Changes |
| 32 | + |
| 33 | +- 43f493d: Update agent + modelcontextprotocol deps |
| 34 | +- Updated dependencies [43f493d] |
| 35 | + - @repo/mcp-observability@0.32.3 |
| 36 | + - @repo/mcp-common@0.19.3 |
| 37 | + |
| 38 | +## 0.4.0 |
| 39 | + |
| 40 | +### Minor Changes |
| 41 | + |
| 42 | +- dee0a7b: Updated the model for docs search to embeddinggemma-300m |
| 43 | + |
| 44 | +## 0.3.3 |
| 45 | + |
| 46 | +### Patch Changes |
| 47 | + |
| 48 | +- 24dd872: feat: Add MCP tool titles and hints to all Cloudflare tools |
| 49 | +- Updated dependencies [24dd872] |
| 50 | + - @repo/mcp-common@0.19.2 |
| 51 | + |
| 52 | +## 0.3.2 |
| 53 | + |
| 54 | +### Patch Changes |
| 55 | + |
| 56 | +- 7422e71: Update MCP sdk |
| 57 | +- Updated dependencies [7422e71] |
| 58 | + - @repo/mcp-observability@0.32.2 |
| 59 | + - @repo/mcp-common@0.19.1 |
| 60 | + |
| 61 | +## 0.3.1 |
| 62 | + |
| 63 | +### Patch Changes |
| 64 | + |
| 65 | +- cc6d41f: Update agents deps & modelcontextprotocol |
| 66 | +- Updated dependencies [1833c6d] |
| 67 | +- Updated dependencies [cc6d41f] |
| 68 | + - @repo/mcp-common@0.19.0 |
| 69 | + - @repo/mcp-observability@0.32.1 |
| 70 | + |
| 71 | +## 0.3.0 |
| 72 | + |
| 73 | +### Minor Changes |
| 74 | + |
| 75 | +- f885d07: Add search docs tool to bindings and obs servers |
| 76 | + |
| 77 | +### Patch Changes |
| 78 | + |
| 79 | +- Updated dependencies [f885d07] |
| 80 | + - @repo/mcp-common@0.18.0 |
| 81 | + |
| 82 | +## 0.2.1 |
| 83 | + |
| 84 | +### Patch Changes |
| 85 | + |
| 86 | +- Updated dependencies [83e2d19] |
| 87 | + - @repo/mcp-common@0.17.1 |
| 88 | + |
| 89 | +## 0.2.0 |
| 90 | + |
| 91 | +### Minor Changes |
| 92 | + |
| 93 | +- 89bfaf4: feat: add Pages to Workers migration guide to docs-vectorize MCP server |
| 94 | + |
| 95 | +## 0.1.0 |
| 96 | + |
| 97 | +### Minor Changes |
| 98 | + |
| 99 | +- 6cf52a6: Support AOT tokens |
| 100 | + |
| 101 | +### Patch Changes |
| 102 | + |
| 103 | +- 0fc4439: Update agents and modelcontext dependencies |
| 104 | +- Updated dependencies [6cf52a6] |
| 105 | +- Updated dependencies [0fc4439] |
| 106 | + - @repo/mcp-observability@0.32.0 |
| 107 | + - @repo/mcp-common@0.17.0 |
| 108 | + |
| 109 | +## 0.0.4 |
| 110 | + |
| 111 | +### Patch Changes |
| 112 | + |
| 113 | +- 3677a18: Remove extraneous log |
| 114 | +- Updated dependencies [3677a18] |
| 115 | + - @repo/mcp-common@0.16.3 |
| 116 | + |
| 117 | +## 0.0.3 |
| 118 | + |
| 119 | +### Patch Changes |
| 120 | + |
| 121 | +- Updated dependencies [86c2e4f] |
| 122 | + - @repo/mcp-common@0.16.2 |
| 123 | + |
| 124 | +## 0.0.2 |
| 125 | + |
| 126 | +### Patch Changes |
| 127 | + |
| 128 | +- cf3771b: chore: add suffixes to common files in apps and packages |
| 129 | + |
| 130 | + It can be confusing switching between 16 files named 'index.ts', or 3 files named workers.ts. This change renames common files to have suffixes such as .types.ts, .api.ts, etc. to make it easier to work across files in the monorepo. |
| 131 | + |
| 132 | +- Updated dependencies [cf3771b] |
| 133 | + - @repo/mcp-common@0.16.1 |
| 134 | + - @repo/mcp-observability@0.31.1 |
0 commit comments