A local-first private AI assistant for everyday use. Runs on-device models with encrypted P2P sync, and supports sharing chats publicly on ATProto.
10
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 24 lines 671 B view raw
1language: "en-US" 2early_access: false 3reviews: 4 profile: "chill" 5 request_changes_workflow: false 6 high_level_summary: false 7 poem: false 8 auto_review: 9 enabled: true 10 drafts: false 11 review_status: true 12 commit_status: true 13 collapse_walkthrough: true 14 changed_files_summary: false 15 sequence_diagrams: true 16 assess_linked_issues: true 17 related_issues: true 18 path_instructions: 19 - path: "**/*.{rs,toml}" 20 instructions: 21 "Review the Rust code and Python code for conformity with best practices in Rust, 22 Systems programming and Python. Highlight any deviations. Also highlight if there any 23 any security issues in the code" 24