You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(devins-language): add method to create DevInFile #101
Add a new method `fromString` to create a `DevInFile` from a given text in DevIn language. This method creates a new file with a unique filename using UUID, and then returns the created `DevInFile`. This method improves the flexibility and reusability of creating `DevInFile` instances.
0 commit comments