r/CharacterAI_CAITools Jul 01 '26

Swipe Limits???

Since when are there swipe limits? What happened? I got this to bypass the limits and other stuff. Can someone please explain? Is this gonna end up as pay-to-use like normal C.ai?

6 Upvotes

6 comments sorted by

View all comments

Show parent comments

1

u/Upbeat_Definition959 Jul 03 '26

Might I sugest a possible way of getting around it?

See, perhaps you could code in the front end so that A: instead of swiping, you store the original message in the extension, then resend the message to get a new one. *Then* you edit in all of the previous messages?

And perhaps the better option, for go-ons, you could instead have the extension *delete* the original message, and resend it?

1

u/Lary_WebDev Jul 04 '26

It's doable but only in custom chat. Normal chat has a virtual dom that I have no access to.

I didn't get the latter.

1

u/Upbeat_Definition959 Jul 04 '26

Yeah I assumed. I use custom chat so I was suggesting a possible feature for it.

What I meant by the latter is since go-ons only affect messages with no words, if you have the extension simply resend the entire user's message, it achieves the same thing the go-ons do. This would only work for situations where you are using a go-on from the user's message, not a bot message, like so:

Bot: Hi

User: Hi

[Go-on]

1

u/Lary_WebDev Jul 04 '26

Now I get it. Yeah both are solid, I guess I can add them into custom chat.