Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
e3ccb42
feat: add new agent creation functionality and related UI components
NicolasBonet May 4, 2026
41ea5bb
feat: rename and refactor agent creation components and routes
NicolasBonet May 4, 2026
6b4cf96
feat: update createAgent function to accept optional firstName parame…
NicolasBonet May 4, 2026
5719912
feat: remove chat and copilot buttons from AgentsListRow component an…
NicolasBonet May 4, 2026
28f8889
feat: refactor agent creation UI translations for consistency and imp…
NicolasBonet May 4, 2026
e836462
feat: add unit tests for AddAgentPage and createAgent functionality
NicolasBonet May 4, 2026
ee6382d
feat: update mock for useCurrentUserPersonalDetails to include accoun…
NicolasBonet May 4, 2026
d9d8f89
feat: refactor layout of AddAgentPage for improved styling and structure
NicolasBonet May 4, 2026
6f5dc43
Add new bot avatars and integrate into AddAgentPage
NicolasBonet May 4, 2026
f44c92f
feat: update translations and improve agent creation UI in multiple l…
NicolasBonet May 4, 2026
cc7ce21
feat: update Italian translation for expense report prompts
NicolasBonet May 4, 2026
8bf3c36
feat: enhance agent creation flow with loading states and error handling
NicolasBonet May 4, 2026
ecc987d
feat: clear form errors on AddAgentPage mount
NicolasBonet May 4, 2026
d004807
feat: enhance agent creation flow by integrating bot avatar entries
NicolasBonet May 4, 2026
a3a7861
feat: update AddAgentPage to hide error alert and adjust avatar edit …
NicolasBonet May 5, 2026
c9ad057
feat: remove unused theme import in AddAgentPage
NicolasBonet May 5, 2026
d672db9
fix: android positioning of input
NicolasBonet May 5, 2026
7b5d535
feat: enhance agent creation flow with error handling and avatar inte…
NicolasBonet May 5, 2026
23e259e
feat: remove unused clearErrors effect from AddAgentPage
NicolasBonet May 5, 2026
e38d704
feat: enable avatar switching in AddAgentPage
NicolasBonet May 6, 2026
545eec4
feat: refactor avatar switching logic in AddAgentPage
NicolasBonet May 6, 2026
2261a10
feat: update BotAvatar type definition for improved type safety
NicolasBonet May 6, 2026
2016506
feat: enhance createAgent tests with improved optimistic and failure …
NicolasBonet May 6, 2026
0db4b64
fix: improve error handling in createAgent tests by ensuring prompt v…
NicolasBonet May 6, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions assets/images/avatars/bots/bot-avatar--blue.svg
Comment thread
NicolasBonet marked this conversation as resolved.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions assets/images/avatars/bots/bot-avatar--green.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions assets/images/avatars/bots/bot-avatar--ice.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions assets/images/avatars/bots/bot-avatar--pink.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading