latitudegames/AIDungeon

[FEAT] Add /forget, /update commands

Closed this issue ยท 4 comments

๐Ÿš€ Feature Request

The /remember command was recently added to the iPhone app and Iโ€™m not sure which others. I would like each use of /remember to generate a new sequential integer in its output, e.g.

> turn the sky blue
The clouds part and the sky is now a beautiful blue color.
>/remember The Sky Is Blue.
... Added new memory # 42: โ€The Sky Is Blue.โ€

so that that integer could later be used to remove the added item from the story context.

> turn the sky red
The sky just turned an angry shade of red.
> /forget 42
... forgot โ€œThe Sky Is Blueโ€
> /remember The Sky Is Red.
> ...

It would also be useful to be able to replace (forget old value, remember new value) a context item by specifying its number:

> /update 42 The Sky Is Plaid.

Even better would be a sidebar with all the remembered items and an X button to remove them at any point.

Renha commented

context control center! ๐Ÿ‘

I just saw the browser version does have this. You can just edit the context. So I guess this just needs to be applied to Android / iPhone in some way.

It looks as though it's possible to edit the context on iPhone as well now, and I assume that it will be possible on Android as well, so I'm closing this bug.