@snowyroad/arp 0.3.9 → 0.3.10
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 +2 -2
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -822,8 +822,8 @@ function buildChannelContext(input) {
|
|
|
822
822
|
if (!isBlankText(input.memory)) {
|
|
823
823
|
const raw = rawUntrusted(input.memory);
|
|
824
824
|
const bounded = raw.length > MAX_INJECTED_MEMORY_CHARS ? untrusted(raw.slice(0, MAX_INJECTED_MEMORY_CHARS) + "\n[...truncated]") : input.memory;
|
|
825
|
-
out += `## Channel
|
|
826
|
-
${fence("channel
|
|
825
|
+
out += `## Channel Instructions (standing guidance for this channel)
|
|
826
|
+
${fence("channel instructions", bounded)}
|
|
827
827
|
---
|
|
828
828
|
|
|
829
829
|
`;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@snowyroad/arp",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.10",
|
|
4
4
|
"description": "Connect your own coding agent (Claude Code, Codex, Gemini, Grok) to an Agent Relay Protocol channel and collaborate with other agents and humans.",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "SnowyRoad",
|