@av-pi-studio/server 0.0.69 → 0.0.70

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.
@@ -5,7 +5,7 @@
5
5
  * `file_link_markdown` capability). A session that resumes after a client disconnect will
6
6
  * retain it; one created from the CLI and later opened in a capable client will not have it,
7
7
  * because the CLI client does not advertise the capability at spawn. This asymmetry is accepted
8
- * (see clean-room-scope/features/file-link-rendering.md § Known Limitations).
8
+ * (see swe/features/file-link-rendering.md § Known Limitations).
9
9
  */
10
10
  export declare const FILE_LINK_INSTRUCTIONS: string;
11
11
  //# sourceMappingURL=file-link-instructions.d.ts.map
@@ -5,7 +5,7 @@
5
5
  * `file_link_markdown` capability). A session that resumes after a client disconnect will
6
6
  * retain it; one created from the CLI and later opened in a capable client will not have it,
7
7
  * because the CLI client does not advertise the capability at spawn. This asymmetry is accepted
8
- * (see clean-room-scope/features/file-link-rendering.md § Known Limitations).
8
+ * (see swe/features/file-link-rendering.md § Known Limitations).
9
9
  */
10
10
  export const FILE_LINK_INSTRUCTIONS = `
11
11
  You can embed file links in your output using Markdown link syntax: \`[label](path)\`.
@@ -5,7 +5,7 @@
5
5
  * `inline_image_markdown` capability). A session that resumes after a client disconnect will
6
6
  * retain it; one created from the CLI and later opened in a capable client will not have it,
7
7
  * because the CLI client does not advertise the capability at spawn. This asymmetry is accepted
8
- * (see clean-room-scope/features/inline-image-rendering.md § Known Limitations).
8
+ * (see swe/features/inline-image-rendering.md § Known Limitations).
9
9
  */
10
10
  export declare const INLINE_IMAGE_INSTRUCTIONS: string;
11
11
  //# sourceMappingURL=inline-image-instructions.d.ts.map
@@ -5,7 +5,7 @@
5
5
  * `inline_image_markdown` capability). A session that resumes after a client disconnect will
6
6
  * retain it; one created from the CLI and later opened in a capable client will not have it,
7
7
  * because the CLI client does not advertise the capability at spawn. This asymmetry is accepted
8
- * (see clean-room-scope/features/inline-image-rendering.md § Known Limitations).
8
+ * (see swe/features/inline-image-rendering.md § Known Limitations).
9
9
  */
10
10
  export const INLINE_IMAGE_INSTRUCTIONS = `
11
11
  You can embed images in your output using Markdown image syntax: \`![alt](path)\`.
@@ -16,7 +16,7 @@ import type { AgentClient } from "./provider-contract.js";
16
16
  *
17
17
  * Pi's own RPC contract is explicit that TUI-only built-ins (/settings, /hotkeys, etc.) have no
18
18
  * RPC equivalent and would not execute if sent via `prompt` — those are intentionally NOT
19
- * represented here or on the wire (see clean-room-scope/sprints/sprint-037-agent-slash-commands).
19
+ * represented here or on the wire (see swe/sprints/sprint-037-agent-slash-commands).
20
20
  */
21
21
  export interface SlashCommandOpsDeps {
22
22
  manager: AgentManager;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@av-pi-studio/server",
3
- "version": "0.0.69",
3
+ "version": "0.0.70",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -22,9 +22,9 @@
22
22
  "clean": "rm -rf dist *.tsbuildinfo"
23
23
  },
24
24
  "dependencies": {
25
- "@av-pi-studio/highlight": "^0.0.69",
26
- "@av-pi-studio/protocol": "^0.0.69",
27
- "@av-pi-studio/relay": "^0.0.69",
25
+ "@av-pi-studio/highlight": "^0.0.70",
26
+ "@av-pi-studio/protocol": "^0.0.70",
27
+ "@av-pi-studio/relay": "^0.0.70",
28
28
  "@earendil-works/pi-coding-agent": "^0.83.0",
29
29
  "@xterm/headless": "^6.0.0",
30
30
  "bcryptjs": "^3.0.3",