fix(agent-runner): reconcile master rebase

This commit is contained in:
huanghuoguoguo
2026-06-13 17:52:25 +08:00
parent 3683bfd793
commit 735a0011b0
2 changed files with 2 additions and 72 deletions
@@ -1,7 +1,7 @@
"""Normalize AgentRunner config containers
Revision ID: 0005_migrate_runner_config
Revises: 0004_add_mcp_readme
Revises: 0005_add_llm_context_length
Create Date: 2026-05-10
"""
@@ -12,7 +12,7 @@ from alembic import op
from langbot.pkg.agent.runner.config_migration import ConfigMigration
revision = '0005_migrate_runner_config'
down_revision = '0004_add_mcp_readme'
down_revision = '0005_add_llm_context_length'
branch_labels = None
depends_on = None