fix(continue): fix continue feature (#1459)
* fix(continue): more reliable end token stripping
before we would try to strip end tokens once in order from the stop array, now we strip all end tokens from the array until we can't anymore
* fix(tools): remove generation prompt in continue mode