@cortexkit/opencode-magic-context 0.4.1 → 0.4.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/README.md +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
</p>
|
|
12
12
|
|
|
13
13
|
<p align="center">
|
|
14
|
-
<img src="packages/plugin/docs/animation/out/optimized2.gif" alt="Magic Context in action" width="720">
|
|
14
|
+
<img src="https://raw.githubusercontent.com/cortexkit/opencode-magic-context/master/packages/plugin/docs/animation/out/optimized2.gif" alt="Magic Context in action" width="720">
|
|
15
15
|
</p>
|
|
16
16
|
|
|
17
17
|
<p align="center">
|
package/dist/index.js
CHANGED
|
@@ -13779,7 +13779,7 @@ var EmbeddingConfigSchema = BaseEmbeddingConfigSchema.transform((data) => {
|
|
|
13779
13779
|
return { provider: "off" };
|
|
13780
13780
|
});
|
|
13781
13781
|
var MagicContextConfigSchema = exports_external.object({
|
|
13782
|
-
enabled: exports_external.boolean().default(
|
|
13782
|
+
enabled: exports_external.boolean().default(true),
|
|
13783
13783
|
ctx_reduce_enabled: exports_external.boolean().default(true),
|
|
13784
13784
|
historian: AgentOverrideConfigSchema.optional(),
|
|
13785
13785
|
dreamer: DreamerConfigSchema.optional(),
|
package/package.json
CHANGED