@rynfar/meridian 1.27.1 → 1.27.2
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.
package/dist/cli.js
CHANGED
|
@@ -8,8 +8,7 @@
|
|
|
8
8
|
*
|
|
9
9
|
* Key characteristics:
|
|
10
10
|
* - Passthrough mode always enabled (overrides MERIDIAN_PASSTHROUGH env var)
|
|
11
|
-
* -
|
|
12
|
-
* so we can't reliably distinguish them; non-streaming is safe for all requests
|
|
11
|
+
* - Streaming: respects the client's stream parameter (body.stream)
|
|
13
12
|
* - Session continuity: uses x-litellm-session-id header when present
|
|
14
13
|
* - CWD: extracts from <env cwd="..."> blocks in the prompt if available
|
|
15
14
|
* - MCP server name: "litellm" (tools appear as mcp__litellm__*)
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"passthrough.d.ts","sourceRoot":"","sources":["../../../src/proxy/adapters/passthrough.ts"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"passthrough.d.ts","sourceRoot":"","sources":["../../../src/proxy/adapters/passthrough.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAGH,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,YAAY,CAAA;AAiD9C,eAAO,MAAM,kBAAkB,EAAE,YA4EhC,CAAA"}
|
package/dist/server.js
CHANGED
package/package.json
CHANGED