Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
1e5e11a
Transform LLM Council into Wellness Council - Multidisciplinary AI We…
claude Nov 25, 2025
3bdfbf9
models all switched to meta-llama/llama-3.1-70b-instruct
nadir139 Nov 26, 2025
2877f77
updated the models and everything seems to be working fine, next step…
nadir139 Nov 26, 2025
235cc7a
pushing the changes made on the plane
nadir139 Nov 30, 2025
54d7f8d
Merge latest changes from desktop into master
nadir139 Nov 30, 2025
0015e22
fixed navbar functionalities
nadir139 Nov 30, 2025
80280a2
Add star, rename, and delete functionality for conversations
nadir139 Nov 30, 2025
6c4da3e
removed stage 2 items and added admin key
nadir139 Nov 30, 2025
33c7fa3
moved the feature implementation to the Docs folder from the archive …
nadir139 Nov 30, 2025
1a5831a
onboarding page and sign up with clerk.com
nadir139 Dec 1, 2025
6af1b6d
test with hello.py in the main folder
nadir139 Dec 1, 2025
d4a65e6
Implement Feature 3: Report Interaction Flow with follow-up questions
nadir139 Dec 2, 2025
95a97da
Stripe added and .env file updated
nadir139 Dec 2, 2025
846f8a6
Settings dropdown menu added - Subscription management added - added …
nadir139 Dec 3, 2025
a5eea3f
DATABASE has been created, the test_connection.py works fine - the cr…
nadir139 Dec 3, 2025
4cbd3f4
the create_tables.py WORKS NOW. i need to update the main.py to use p…
nadir139 Dec 3, 2025
f101824
subscription working fine - need to update correctly the subscription…
nadir139 Dec 3, 2025
d156d6b
docs: add comprehensive codebase review and strategic roadmap
claude Dec 4, 2025
736d5d7
security: fix 5 critical production blockers + PostgreSQL prep
claude Dec 4, 2025
27c05a6
docs: add comprehensive PostgreSQL migration guide
claude Dec 4, 2025
79f40e8
docs: add comprehensive session summary
claude Dec 4, 2025
fae6362
feat: complete PostgreSQL migration - 100% database integration
claude Dec 4, 2025
7ed6b2b
feat: complete Supabase Auth migration - eliminate Clerk entirely
claude Dec 4, 2025
4f1a385
update from desktop with test for new auth in supabase
nadir139 Dec 4, 2025
f533d17
update from desktop with test for new auth in supabase 2
nadir139 Dec 4, 2025
4938302
test for commit on vsc code
nadir139 Dec 4, 2025
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
15 changes: 15 additions & 0 deletions .claude/settings.local.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"permissions": {
"allow": [
"Bash(Select-Object Id, ProcessName, Path)",
"Bash(git add:*)",
"Bash(git commit:*)",
"Bash(git push:*)",
"Bash(uv run:*)",
"Bash(git mv:*)",
"Bash(git ls-tree:*)"
],
"deny": [],
"ask": []
}
}
Loading