@gaberrb/polypus 0.4.0 → 0.4.1
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/README.md +5 -0
- package/dist/index.js +739 -597
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -146,6 +146,11 @@ across your team.
|
|
|
146
146
|
/exit quit
|
|
147
147
|
```
|
|
148
148
|
|
|
149
|
+
Pasting a large, multi-line block at the prompt is collapsed to a compact
|
|
150
|
+
`[Pasted text #1 +16 lines]` marker so it doesn't flood the terminal — the full
|
|
151
|
+
text is still sent to the agent. (Requires a terminal with bracketed paste, which
|
|
152
|
+
most modern terminals support.)
|
|
153
|
+
|
|
149
154
|
## How non-tool models "code"
|
|
150
155
|
|
|
151
156
|
Models with native function-calling (most hosted models) use it directly. For
|