better-ccflare 3.0.4 → 3.0.6
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 +2 -1
- package/dist/better-ccflare +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -267,7 +267,7 @@ docker run -d \
|
|
|
267
267
|
docker logs -f better-ccflare
|
|
268
268
|
|
|
269
269
|
# Manage accounts
|
|
270
|
-
docker exec -it better-ccflare better-ccflare --add-account myaccount
|
|
270
|
+
docker exec -it better-ccflare better-ccflare --add-account myaccount --mode claude-oauth --priority 0
|
|
271
271
|
docker exec -it better-ccflare better-ccflare --list
|
|
272
272
|
```
|
|
273
273
|
|
|
@@ -617,6 +617,7 @@ Inspired by [snipeship/ccflare](https://github.com/snipeship/ccflare) - thanks f
|
|
|
617
617
|
- [@bitcoin4cashqc](https://github.com/bitcoin4cashqc) - SSL/HTTPS support implementation with comprehensive documentation
|
|
618
618
|
- [@anonym-uz](https://github.com/anonym-uz) - Critical auto-pause bug fix, analytics performance optimizations, request body truncation, and incremental vacuum implementation
|
|
619
619
|
- [@makhweeb](https://github.com/makhweeb) - Enhanced request handling and analytics improvements
|
|
620
|
+
- [@jw409](https://github.com/jw409) - Fixed OAuth account addition in WSL2 and compiled binaries by replacing unreliable prompt() with readline
|
|
620
621
|
|
|
621
622
|
## Contributing
|
|
622
623
|
|
package/dist/better-ccflare
CHANGED
|
Binary file
|
package/package.json
CHANGED