develop #10

Merged
susagi merged 21 commits from develop into main 2026-07-04 16:00:41 +02:00
Owner
No description provided.
fix: sync pip/Nix versions, add constraints.txt, fix ruff imports
Some checks failed
ci-pip.yml / fix: sync pip/Nix versions, add constraints.txt, fix ruff imports (push) Failing after 0s
ci-pip.yml / fix: sync pip/Nix versions, add constraints.txt, fix ruff imports (pull_request) Failing after 0s
CI (Nix) / check (pull_request) Successful in 7s
c373560f88
- Add missing mcp dependency to pyproject.toml
- Add [tool.ruff] config with E, F, I rules
- Create backend/constraints.txt with Nix-pinned versions
- Update ci-pip.yml to use constraints file
- Fix import ordering (ruff I001) and unused DATABASE_URL import
- Correct README dir name, Nix venv claim, add Without Nix section
- Update AGENTS.md pip install command
Update README
Some checks failed
ci-pip.yml / Update README (push) Failing after 0s
ci-pip.yml / Update README (pull_request) Failing after 0s
CI (Nix) / check (pull_request) Successful in 6s
b87fcd7d7e
feat: add database schema to system prompt for local model support
Some checks failed
ci-pip.yml / feat: add database schema to system prompt for local model support (push) Failing after 0s
ci-pip.yml / feat: add database schema to system prompt for local model support (pull_request) Failing after 0s
CI (Nix) / check (pull_request) Successful in 6s
88bcb4bebd
feat: add database schema to system prompt for local model support
Some checks failed
ci-pip.yml / feat: add database schema to system prompt for local model support (push) Failing after 0s
ci-pip.yml / feat: add database schema to system prompt for local model support (pull_request) Failing after 0s
CI (Nix) / check (pull_request) Successful in 6s
c275e20bbf
fix: YAML syntax error in ci-pip.yml — colon in f-string
Some checks failed
CI (Nix) / check (pull_request) Successful in 6s
CI (pip) / check (pull_request) Failing after 3s
1b42f2e3e2
fix: remove setup-python from ci-pip — use host system Python on self-hosted runner
Some checks failed
CI (Nix) / check (pull_request) Successful in 6s
CI (pip) / check (pull_request) Failing after 2s
9416a4d763
fix: use python3 instead of python on host runner
Some checks failed
CI (Nix) / check (pull_request) Successful in 6s
CI (pip) / check (pull_request) Failing after 2s
73639921fa
Merge branch 'feature/sync-docs' of ssh://git.negitorodon.de:30715/susagi/chat-ai-demo into feature/sync-docs
Some checks failed
ci-pip.yml / Merge branch 'feature/sync-docs' of ssh://git.negitorodon.de:30715/susagi/chat-ai-demo into feature/sync-docs (push) Failing after 0s
ci-pip.yml / Merge branch 'feature/sync-docs' of ssh://git.negitorodon.de:30715/susagi/chat-ai-demo into feature/sync-docs (pull_request) Failing after 0s
CI (Nix) / check (pull_request) Successful in 26s
394ff66ac0
# Conflicts:
#	.github/workflows/ci-pip.yml
fix: rewrite ci-pip.yml — nix-shell + venv, ruff from Nix, import check from venv
Some checks failed
CI (Nix) / check (pull_request) Successful in 7s
CI (pip) / check (pull_request) Failing after 23s
702fd465f6
fix: use python -m pip instead of venv/bin/pip to avoid exec permission issue
Some checks failed
CI (Nix) / check (pull_request) Successful in 7s
CI (pip) / check (pull_request) Failing after 53s
ffc4818888
fix: remove cd backend before import check — venv not found after chdir
All checks were successful
CI (Nix) / check (pull_request) Successful in 7s
CI (pip) / check (pull_request) Successful in 44s
fafaa4fa26
Merge pull request 'feature/sync-docs' (#9) from feature/sync-docs into develop
All checks were successful
CI (Nix) / check (push) Successful in 7s
CI (pip) / check (push) Successful in 43s
db9fc36265
Reviewed-on: #9
susagi merged commit 089f8c85d3 into main 2026-07-04 16:00:41 +02:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
susagi/chat-ai-demo!10
No description provided.