Félix Malfait

Results 958 comments of Félix Malfait

A basic v1 has been merged on main by @AMoreaux but it's still being feature flag (`IS_AI_ENABLED`) I tried things like "create a company and an opportunity based on the...

@code1704 We have built an official one in the codebase but it's still behing a feature flag (IS_AI_ENABLED). It will be released by end of September

> Thanks. I've enabled IS_AI_ENABLED and see the 'Ask AI'. How do I add that to claude code? You can check in Settings > Integrations tab you'll find the parameters...

You can enable the feature flag for a given workspace if you lookup a user in Settings > Admin panel (only the server admin who created the first user/workspace can...

@peterbaker Feature flags are workspace-level, so that's why I said " lookup a user" you need to type an email in the General tab and edit the flag for that...

Arf sorry I think we disabled that on self-hosted instances because people were messing up with flags that weren't ready and breaking their instance, on the cloud we can manage...

@luisalrp it would be nice yes! But not a priority for this year I would say as we are already spread across a large product surface and would rather focus...

@ehconitin sorry for the late reply! I guess what you could do is: - create `canAccessAdminPanel` on users table - make sure the first user that is created as `canAccessAdminPanel`...

Is that locally or on the cloud? We don't have a good token refresh mechanism yes, it needs to be improved. On the cloud we've set a long expiration time...

@linjoe2 you should set `ACCESS_TOKEN_EXPIRES_IN` to a different value in your environnement variables (currently set to "30m") @charlesBochet should we change the default value?