ccjk 9.12.2 → 9.12.4
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/chunks/config.mjs
CHANGED
|
@@ -266,6 +266,7 @@ function updateDefaultModel(model) {
|
|
|
266
266
|
function mergeSettingsFile(templatePath, targetPath) {
|
|
267
267
|
try {
|
|
268
268
|
const templateSettings = readJsonConfig(templatePath);
|
|
269
|
+
sections.push("## Context Management\n\nWhen the conversation gets long (many tool calls, large file reads, or repeated back-and-forth), proactively suggest running /compact to the user before hitting context limits.");
|
|
269
270
|
if (!templateSettings) {
|
|
270
271
|
console.error("Failed to read template settings");
|
|
271
272
|
return;
|
package/dist/chunks/package.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ccjk",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "9.12.
|
|
4
|
+
"version": "9.12.4",
|
|
5
5
|
"packageManager": "pnpm@10.17.1",
|
|
6
6
|
"description": "CCJK v9.0.0 - Revolutionary AI Development Platform with Enterprise Security, Streaming Cloud Sync, CRDT Conflict Resolution, and Unified V3 Architecture",
|
|
7
7
|
"author": {
|