- #129
af7e3fd
Thanks @KemingHe! - Added LangSmith tracing for all LangChain OpenAI calls. Found bug where LangSmith project is correctly set in app but not recognized in the SaaS; current workaround is to use the auto-default project.
-
#129
af7e3fd
Thanks @KemingHe! - Added gap between clear messages modal form buttons. Fixed issue to allow auto-focus on textarea after clearing messages. -
#129
86dee35
Thanks @KemingHe! - Fixed Vercel build issue where sign in form fields schema is wrongfully deemed excessively deep, by @ts-ignore the line. -
#129
af7e3fd
Thanks @KemingHe! - Added unittest for sign-in-form-fields zod schema.
- #124
da35dde
Thanks @KemingHe! - Refactored entire code base; applied strict flat file structure for components; modularized intefaces and strongly typed all exports; updated deps and removed unused endpoints and functions.
- #121
9edd433
Thanks @KemingHe! - Added welcome section (proof-of-concept, pending refactor) to suggest prompts to the user.
- #121
9edd433
Thanks @KemingHe! - Refactored GitHubCorner component using React best practice. Will soon refactor rest and added unittest.
-
#116
e717c3b
Thanks @KemingHe! - Enforeced conventional commit to ChangeSet's release PR commit and title. -
#116
e717c3b
Thanks @KemingHe! - Upon seeing drastic changes in vercel's ai/react use-chat.ts, decided to revert back to using native solution for now. No longer maintaining my own useChat. No behavior change. Removed unused deps. -
#116
e717c3b
Thanks @KemingHe! - Added @changesets/changelog-github to generate changelog with linkable commit hashses and issues/PRs. Completes #113.
- eb099c7: Migrated from release-it to @changesets/cli for more manageable and conrib-friendly versioning. Added GitHub Actions release script required by changeset to function.
- 6d26aa8: Fixed changeset error when creating versioning PR by allowing github-actions[bot] commit author to bypass pre-commit and commitizen husky hooks.
- eb099c7: Updated dependencies and removed legacy release-it related dev deps.