oh-my-opencode-slim 0.9.2 → 0.9.5
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 -1
- package/dist/cli/index.js +155 -13690
- package/dist/config/schema.d.ts +13 -0
- package/dist/hooks/index.d.ts +1 -0
- package/dist/hooks/todo-continuation/index.d.ts +25 -0
- package/dist/index.js +7273 -34569
- package/dist/multiplexer/zellij/index.d.ts +0 -2
- package/dist/tools/index.d.ts +1 -0
- package/dist/tools/smartfetch/binary.d.ts +3 -0
- package/dist/tools/smartfetch/cache.d.ts +6 -0
- package/dist/tools/smartfetch/constants.d.ts +12 -0
- package/dist/tools/smartfetch/index.d.ts +3 -0
- package/dist/tools/smartfetch/network.d.ts +38 -0
- package/dist/tools/smartfetch/secondary-model.d.ts +28 -0
- package/dist/tools/smartfetch/tool.d.ts +3 -0
- package/dist/tools/smartfetch/types.d.ts +122 -0
- package/dist/tools/smartfetch/utils.d.ts +18 -0
- package/oh-my-opencode-slim.schema.json +31 -0
- package/package.json +9 -2
package/README.md
CHANGED
|
@@ -385,7 +385,7 @@ If any agent fails to respond, check your provider authentication and config fil
|
|
|
385
385
|
<p><sub>Every merged contribution leaves a mark on the realm.</sub></p>
|
|
386
386
|
|
|
387
387
|
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
|
|
388
|
-
[](#contributors-)
|
|
389
389
|
<!-- ALL-CONTRIBUTORS-BADGE:END -->
|
|
390
390
|
</div>
|
|
391
391
|
|
|
@@ -436,6 +436,10 @@ If any agent fails to respond, check your provider authentication and config fil
|
|
|
436
436
|
<td align="center" valign="top" width="16.66%"><a href="https://bit.ly/2N1ynXZ"><img src="https://avatars.githubusercontent.com/u/14874913?v=4?s=100" width="100px;" alt="Simon Klakegg"/><br /><sub><b>Simon Klakegg</b></sub></a><br /><a href="https://github.com/alvinunreal/oh-my-opencode-slim/commits?author=sklakegg" title="Code">💻</a></td>
|
|
437
437
|
<td align="center" valign="top" width="16.66%"><a href="https://github.com/sudorest"><img src="https://avatars.githubusercontent.com/u/214225921?v=4?s=100" width="100px;" alt="Kiwi"/><br /><sub><b>Kiwi</b></sub></a><br /><a href="https://github.com/alvinunreal/oh-my-opencode-slim/commits?author=sudorest" title="Code">💻</a></td>
|
|
438
438
|
</tr>
|
|
439
|
+
<tr>
|
|
440
|
+
<td align="center" valign="top" width="16.66%"><a href="https://trade.xyz/?ref=BZ1RJRXWO"><img src="https://avatars.githubusercontent.com/u/7317522?v=4?s=100" width="100px;" alt="Raxxoor"/><br /><sub><b>Raxxoor</b></sub></a><br /><a href="https://github.com/alvinunreal/oh-my-opencode-slim/commits?author=dhaern" title="Code">💻</a></td>
|
|
441
|
+
<td align="center" valign="top" width="16.66%"><a href="https://github.com/nyanyani"><img src="https://avatars.githubusercontent.com/u/11475482?v=4?s=100" width="100px;" alt="nyanyani"/><br /><sub><b>nyanyani</b></sub></a><br /><a href="https://github.com/alvinunreal/oh-my-opencode-slim/commits?author=nyanyani" title="Code">💻</a></td>
|
|
442
|
+
</tr>
|
|
439
443
|
</tbody>
|
|
440
444
|
</table>
|
|
441
445
|
|