rails-ai-context 5.11.0 → 5.11.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +6 -0
- data/lib/rails_ai_context/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c3e23845bcfe323dd73111461ed349f0d35d8e8bb4bcd941a4c7ed870c749624
|
|
4
|
+
data.tar.gz: 93969c1619e875b051f414dbbb6e15390c228355354232508ae67e0edc3a59b1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a7c3d0052929d25b6ae73cbf5aa7d5019f0358b937f26ed74f494070ce8b15d86d77eca302f0ab67fd2095dec7cbe2b2dacb08443c33c0c0e0f6e2af096985d1
|
|
7
|
+
data.tar.gz: af39220ce267de5152de58df7bbcdf24ace9b570d295e40b014a8d491af0a680298761e38fa51039352407d6506776c17179680b6f5012e70ea1023cc93e7f2c
|
data/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
+
## [5.11.1] — 2026-05-24
|
|
9
|
+
|
|
10
|
+
### Fixed
|
|
11
|
+
|
|
12
|
+
- E2E MCP HTTP protocol spec sends `initialize` once per session instead of per-test, fixing compatibility with newer `mcp` gem versions that reject duplicate initialization.
|
|
13
|
+
|
|
8
14
|
## [5.11.0] — 2026-05-24
|
|
9
15
|
|
|
10
16
|
### Changed — Prism AST migration: all introspectors now use structural code extraction
|