@apholdings/jensen-code 0.0.7 → 0.1.0

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.
@@ -2021,4 +2021,4 @@ All examples in [examples/extensions/](../examples/extensions/).
2021
2021
  | `inline-bash.ts` | Inline bash in tool calls | `on("tool_call")` |
2022
2022
  | `bash-spawn-hook.ts` | Adjust bash command, cwd, and env before execution | `createBashTool`, `spawnHook` |
2023
2023
  | `with-deps/` | Extension with npm dependencies | Package structure with `package.json` |
2024
-
2024
+
package/docs/packages.md CHANGED
@@ -207,4 +207,4 @@ Packages can appear in both global and project settings. If the same package app
207
207
  - npm: package name
208
208
  - git: repository URL without ref
209
209
  - local: resolved absolute path
210
-
210
+
package/docs/rpc.md CHANGED
@@ -1352,4 +1352,4 @@ process.on("SIGINT", () => {
1352
1352
  agent.stdin.write(JSON.stringify({ type: "abort" }) + "\n");
1353
1353
  });
1354
1354
  ```
1355
-
1355
+
package/docs/sdk.md CHANGED
@@ -966,4 +966,4 @@ type Tool
966
966
  ```
967
967
 
968
968
  For extension types, see [extensions.md](extensions.md) for the full API.
969
-
969
+