Skip to content

260607#38

Merged
tynab merged 1 commit into
mainfrom
develop
Jun 6, 2026
Merged

260607#38
tynab merged 1 commit into
mainfrom
develop

Conversation

@tynab

@tynab tynab commented Jun 6, 2026

Copy link
Copy Markdown
Owner

No description provided.

Copilot AI review requested due to automatic review settings June 6, 2026 17:41
@tynab tynab merged commit 611b4d2 into main Jun 6, 2026
1 check passed

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates stack documentation formatting and adjusts model-related environment variable handling in docker-compose.yml for the Agent API service.

Changes:

  • Reformat several README diagrams/blocks/tables for improved Markdown rendering and readability.
  • Simplify the “Nhóm Models” environment variable table in the README (removing the docker-compose default column).
  • Remove docker-compose fallback defaults for CODING_PLANNER_MODEL, TL_MODEL, and CLARIFIER_MODEL in the agent-api service.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
README.md Markdown formatting and presentation tweaks for architecture diagrams, workflow steps, and environment variable docs.
docker-compose.yml Changes agent-api model env var interpolation to no longer provide compose-level defaults.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread docker-compose.yml
OLLAMA_REQUEST_TIMEOUT: ${OLLAMA_REQUEST_TIMEOUT:-1200}
OLLAMA_CONTEXT_LENGTH: ${OLLAMA_CONTEXT_LENGTH:-32768}
CODING_PLANNER_MODEL: ${CODING_PLANNER_MODEL:-granite3.3:2b}
CODING_PLANNER_MODEL: ${CODING_PLANNER_MODEL}
Comment thread docker-compose.yml
Comment on lines +154 to +157
TL_MODEL: ${TL_MODEL}
TESTER_MODEL: ${TESTER_MODEL}
DEVSECOPS_MODEL: ${DEVSECOPS_MODEL}
CLARIFIER_MODEL: ${CLARIFIER_MODEL:-qwen3.6:35b}
CLARIFIER_MODEL: ${CLARIFIER_MODEL}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants