mirror of
https://github.com/run-llama/vibe-llama.git
synced 2026-07-01 21:54:01 -04:00
[PR #19] [MERGED] QoL improvements related to configuration #21
Reference in New Issue
Block a user
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/run-llama/vibe-llama/pull/19
Author: @AstraBert
Created: 9/17/2025
Status: ✅ Merged
Merged: 9/18/2025
Merged by: @AstraBert
Base:
main← Head:clelia/improvements📝 Commits (6)
5133d16feat: qol improvements related to configurationdda57c4ci: lintcc201a6feat: allow to start directly docuflows after starterd2923c4feat: add docuflows after scaffold; fix: adjust tests117898bchore: warning about reference files; feat: process max 15 reference files at a timeb02b3e9feat: organization ID not required📊 Changes
19 files changed (+118 additions, -86 deletions)
View changed files
📝
README.md(+12 -3)📝
pyproject.toml(+1 -1)📝
src/vibe_llama/docuflows/agent/__init__.py(+14 -21)📝
src/vibe_llama/docuflows/agent/utils.py(+14 -8)📝
src/vibe_llama/docuflows/commons/core.py(+15 -19)📝
src/vibe_llama/docuflows/handlers/workflow_config.py(+12 -8)📝
src/vibe_llama/docuflows/handlers/workflow_generation.py(+1 -2)📝
src/vibe_llama/docuflows/prompts/__init__.py(+3 -4)📝
src/vibe_llama/docuflows/tools/__init__.py(+2 -2)📝
src/vibe_llama/main.py(+25 -2)📝
src/vibe_llama/starter/__init__.py(+6 -6)📝
src/vibe_llama/starter/data.py(+1 -1)📝
tests/docuflows/handlers/test_config.py(+6 -3)📝
tests/docuflows/handlers/test_editing.py(+1 -1)📝
tests/docuflows/handlers/test_generation.py(+1 -1)📝
tests/docuflows/handlers/test_help.py(+1 -1)📝
tests/docuflows/handlers/test_load.py(+1 -1)📝
tests/docuflows/handlers/test_testing.py(+1 -1)📝
tests/starter/test_base.py(+1 -1)📄 Description
Following @zli484 feedback, we are making some quality-of-life improvements to vibe-llama, specifically trying to make the configuration flow more explicit.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.