mirror of
https://github.com/AJaySi/ALwrity.git
synced 2026-04-25 17:05:56 +03:00
[PR #330] [CLOSED] Align Copilot persistence keys, fix mutable JSON defaults in UserProfile, and update docs #297
Labels
No labels
AI Content Agents
AI Content Strategy
AI Content planning
AI Marketing Tools
AI SEO
AI personalization
AI writer
ALwrity Copi-lot
Alwrity web search
Anthropic
DeepSeek
Gemini AI
Integration
LLM
OnBoarding
OnBoarding
RAG knowledgebase Memory
bug
documentation
enhancement
good first issue
help wanted
invalid
openai
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ALwrity#297
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/AJaySi/ALwrity/pull/330
Author: @AJaySi
Created: 2/9/2026
Status: ❌ Closed
Base:
main← Head:codex/fix-persistence-keys-mismatch-in-debug-helper-zu7ea1📝 Commits (1)
223274cFix persistence keys and docs📊 Changes
4 files changed (+20 additions, -18 deletions)
View changed files
📝
backend/models/user_profiles.py(+8 -8)📝
docs/ALwrity Researcher/RESEARCH_PERSONA_DATA_SOURCES.md(+1 -1)📝
docs/ALwrity_vision.md(+1 -1)📝
frontend/src/components/LinkedInWriter/utils/persistenceTest.ts(+10 -8)📄 Description
Motivation
UserProfileSQLAlchemy model to avoid cross-instance state leakage.Description
frontend/src/components/LinkedInWriter/utils/persistenceTest.tsto import and use the sharedSTORAGE_KEYSfromenhancedPersistenceand to iterateObject.values(STORAGE_KEYS)when clearing stored data.backend/models/user_profiles.py(e.g.,default={}/default=[]) with callable defaults likedefault=dictanddefault=listfor all JSON columns.docs/ALwrity_vision.mdand updated the frontend file reference indocs/ALwrity Researcher/RESEARCH_PERSONA_DATA_SOURCES.mdto point tofrontend/src/pages/ResearchDashboard/ResearchDashboard.tsx.Testing
Codex Task
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.