@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.
- package/CHANGELOG.md +3087 -3062
- package/README.md +1 -1
- package/dist/cli.js +0 -0
- package/dist/utils/changelog.d.ts.map +1 -1
- package/dist/utils/changelog.js +4 -0
- package/dist/utils/changelog.js.map +1 -1
- package/docs/compaction.md +1 -1
- package/docs/custom-provider.md +593 -593
- package/docs/extensions.md +1 -1
- package/docs/packages.md +1 -1
- package/docs/rpc.md +1 -1
- package/docs/sdk.md +1 -1
- package/docs/session.md +413 -413
- package/docs/termux.md +1 -1
- package/docs/tui.md +1 -1
- package/package.json +5 -6
package/docs/extensions.md
CHANGED
|
@@ -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
package/docs/rpc.md
CHANGED
package/docs/sdk.md
CHANGED