Commit graph

5 commits

Author SHA1 Message Date
Sarthak Agarwal
761903c2a9
saga4 misc fixes (#2018)
- **misc fixes [VSC]**
- **misc lefthook**

# Pull Request Checklist

## Description
- [ ] **Description of PR**: Clear and concise description of what this
PR accomplishes
- [ ] **Breaking Changes**: Document any breaking changes (if
applicable)
- [ ] **Related Issues**: Link to any related issues or tickets

## Testing
- [ ] **Test cases Attached**: All relevant test cases have been
added/updated
- [ ] **Manual Testing**: Manual testing completed for the changes

## Monitoring & Debugging
- [ ] **Logging in place**: Appropriate logging has been added for
debugging user issues
- [ ] **Sentry will be able to catch errors**: Error handling ensures
Sentry can capture and report errors
- [ ] **Avoid Dev based/Prisma logging**: No development-only or
Prisma-specific logging in production code

## Configuration
- [ ] **Env variables newly added**: Any new environment variables are
documented in .env.example file or mentioned in description
---

## Additional Notes
<!-- Add any additional context, screenshots, or notes for reviewers
here -->
2025-11-14 20:23:58 -08:00
mohammed ahmed
a1823200b3
[VSC] On-demand project configurations (CF-810) (#1998)
this will allow re-configure the current opened project at any time from
the extension ui,
saving the new configs will trigger an internal reload of the codeflash
extension (diposing all serveries and registering them again).

the already configured values will be set default input values inside
the form, for the formatter cmds, if they are an array they will be
displayed as a string with `&&` separating the specified commands, and
vice versa


![image.png](https://github.com/user-attachments/assets/e2e68c4f-a0a6-48e3-9ebe-806459def3fc)


![image-1.png](https://github.com/user-attachments/assets/78da4145-d9f8-4e20-8e05-0b2fd43605f2)


![image-2.png](https://github.com/user-attachments/assets/719ee80d-f983-4770-88d5-55b07c97e6a2)

Co-authored-by: Kevin Turcios <106575910+KRRT7@users.noreply.github.com>
Co-authored-by: Sarthak Agarwal <sarthak.saga@gmail.com>
2025-11-14 11:34:54 -08:00
ali
98a4fa131d
fixes and ui improvements 2025-11-05 16:57:04 +02:00
mohammed ahmed
533315a18d
[VSC] General enhancements for sign in and initialization flow (#1983)
#### depends on https://github.com/codeflash-ai/codeflash/pull/875

fixes CF-813
fixes CF-812

---------

Co-authored-by: HeshamHM28 <HeshamMohamedFathy@outlook.com>
2025-11-04 08:38:24 -08:00
mohammed ahmed
08a3d2507c
[VSC] Init Form (#1896)
depends on https://github.com/codeflash-ai/codeflash/pull/817
---
<img width="1919" height="1046" alt="init_1"
src="https://github.com/user-attachments/assets/b8b03d05-a1da-45d7-b66e-08ac0c90c4b1"
/>
<img width="1919" height="1045" alt="init_2"
src="https://github.com/user-attachments/assets/42dff1b3-c62f-4be0-a506-151a1e1d0dbb"
/>
<img width="1919" height="1047" alt="init_3"
src="https://github.com/user-attachments/assets/7cb34205-592c-420e-96d2-5bf772e2c889"
/>

---------

Co-authored-by: Sarthak Agarwal <sarthak.saga@gmail.com>
2025-10-22 10:17:52 -07:00