📝 i18n Support
-🌐 Added translations
-🌟 Improved the quality of already existing prompts.
-🆕 Introducing two new prompts:
- "Agent Prompt Creator" prompt for generate prompt which creates an Agent
- "Agent Creator" prompt based on its build-up prompt
-🆕 Added an input field to which allows the user to set the Agent's language. (Default agent's language is the browser's detected language; the language is changeable by entering the desired language and it's going to be processed in each prompt)
- Security improvements:
- CSRFToken
- Session Fixation
@Cs4K1Sr4C is attempting to deploy a commit to the reworkd Team on Vercel.
A member of the Team first needs to authorize it.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
| Name | Status | Preview | Comments | Updated (UTC) |
|---|---|---|---|---|
| agent-gpt | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Apr 21, 2023 10:54pm |
@Cs4K1Sr4C seems to still be failing, running npm i --save-dev @types/cookie seems to have fixed it for me
@awtkns I've just run the mentioned command and also edited the package-lock sync to enabled in .gitignore - but I don't think so that is the problem...
@Cs4K1Sr4C you may want to try running npm run build locally. It seems it is now failing with:
Type error: Argument of type '{ httpOnly: boolean; sameSite: string; maxAge: number; path: string; }' is not assignable to parameter of type 'CookieSerializeOptions'.
--
09:51:06.700 | Types of property 'sameSite' are incompatible.
09:51:06.700 | Type 'string' is not assignable to type 'boolean \| "strict" \| "lax" \| "none" \| undefined'.
@awtkns Now?
Going to close this given we have the other PR merged and one more PR open for the prompt side translations