Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
2335e91
added: gcp key
rah7202 Apr 11, 2026
77d3509
added: codeHash + code stored in gcp
rah7202 Apr 11, 2026
5f1d2ca
added: codeSnapshot model mofified
rah7202 Apr 11, 2026
9cacd05
fix: gcp package added
rah7202 Apr 11, 2026
67f61bc
fix: gcp package added
rah7202 Apr 11, 2026
25a965d
fix: AI Response type removed
rah7202 Apr 11, 2026
65ba1aa
fix: TTL added
rah7202 Apr 11, 2026
e7e5dec
fix: generate ai API removed
rah7202 Apr 11, 2026
ff0c0d4
fix: duplication code snapshot handled + code saved to GCS
rah7202 Apr 11, 2026
f254055
fix: codeUrl added + code saved in GCS
rah7202 Apr 11, 2026
8e713f9
fix: removed generate ai API + dynamic name in AI output Panel
rah7202 Apr 11, 2026
5a8e77d
fix: duplication code snapshot handled + code saved to GCS
rah7202 Apr 11, 2026
c4095ae
fix: removed generate ai API
rah7202 Apr 11, 2026
145e847
fix: GCS added to save code files
rah7202 Apr 11, 2026
875cd1c
fix: middleware order fixed
rah7202 Apr 11, 2026
acb2da8
fix: generate ai API test removed + stream ai API added
rah7202 Apr 11, 2026
5cf6f2a
fix: generate ai API test removed + stream ai API added
rah7202 Apr 11, 2026
81ee55e
fix: duplication code snapshot handled + code saved to GCS
rah7202 Apr 11, 2026
b4532c4
fix: code added to GCS test added
rah7202 Apr 11, 2026
ed14860
fix: generate ai API test removed + stream ai API added
rah7202 Apr 11, 2026
e9257eb
fix: AI + SSE fixed
rah7202 Apr 11, 2026
e6aeafa
fix: duplication logic fixed
rah7202 Apr 11, 2026
37662ed
fix: dynamic username added in chats + per user AI added
rah7202 Apr 11, 2026
8104209
fix: useAI hook fixed
rah7202 Apr 11, 2026
6e3c0bd
fix: duplication codeSnapshot fixed
rah7202 Apr 11, 2026
cb5715b
fix: duplication codeSnapshot fixed
rah7202 Apr 11, 2026
932ee14
fix: dynamic username in chat test fixed
rah7202 Apr 11, 2026
81c4fc1
fix: duplication codeSnapshot test added
rah7202 Apr 11, 2026
6c38182
fix: dynamic username in chat test fixed
rah7202 Apr 11, 2026
a04b04b
fix: added dynamic env
rah7202 Apr 11, 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
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ build
.env
.env.*

# storage

gcp-key.json

# editor files
.vscode/*
!.vscode/extensions.json
Expand Down
Loading
Loading