Skip to content

Parse tag-style text tool calls#2436

Merged
chubes4 merged 1 commit into
mainfrom
fix-text-tag-tool-calls
Jun 1, 2026
Merged

Parse tag-style text tool calls#2436
chubes4 merged 1 commit into
mainfrom
fix-text-tag-tool-calls

Conversation

@chubes4
Copy link
Copy Markdown
Member

@chubes4 chubes4 commented Jun 1, 2026

Summary

  • Extend the generic text tool-call fallback parser to recognize self-closing tool tags like <workspace_read path=\"README.md\" />.
  • Add support for named <tool name=\"workspace_read\">{...}</tool> text envelopes.
  • Cover both formats through the full conversation runner smoke so parsed calls are executed, not just extracted.

Verification

  • php -l inc/Engine/AI/conversation-loop.php
  • php -l tests/agent-conversation-runner-request-smoke.php
  • php tests/agent-conversation-runner-request-smoke.php

AI assistance

  • AI assistance: Yes
  • Tool(s): OpenCode (GPT-5.5)
  • Used for: Root-cause investigation, implementation, and smoke coverage; Chris reviews and owns the final change.

@homeboy-ci
Copy link
Copy Markdown
Contributor

homeboy-ci Bot commented Jun 1, 2026

Homeboy Results — data-machine

Lint

lint — passed

ℹ️ Full options: homeboy docs commands/lint
Deep dive: homeboy lint data-machine --changed-since 688d01b

Artifacts and drill-down
  • CI results artifact: homeboy-ci-results-data-machine-lint-quality-Linux-node24 contains immediate command JSON for this action invocation.
  • Observation artifact: homeboy-observations-data-machine-lint-quality-Linux-node24 contains exported Homeboy run history for deeper queries.
  • Drill-down: download the observation artifact, then run homeboy runs import <dir>, homeboy runs list, and homeboy runs findings <run-id>.
  • Artifacts are attached to the workflow run: https://github.com/Extra-Chill/data-machine/actions/runs/26778775328

Test

test — passed

ℹ️ Auto-fix lint issues: homeboy refactor data-machine --from lint --write
ℹ️ Collect coverage: homeboy test data-machine --coverage
ℹ️ Pass args to test runner: homeboy test -- [args]
ℹ️ Full options: homeboy docs commands/test
Deep dive: homeboy test data-machine --changed-since 688d01b

Artifacts and drill-down
  • CI results artifact: homeboy-ci-results-data-machine-test-quality-Linux-node24 contains immediate command JSON for this action invocation.
  • Observation artifact: homeboy-observations-data-machine-test-quality-Linux-node24 contains exported Homeboy run history for deeper queries.
  • Drill-down: download the observation artifact, then run homeboy runs import <dir>, homeboy runs list, and homeboy runs findings <run-id>.
  • Artifacts are attached to the workflow run: https://github.com/Extra-Chill/data-machine/actions/runs/26778775328

Audit

audit — passed

  • audit — 29 finding(s)
  • Total: 29 finding(s)

Deep dive: homeboy audit data-machine --changed-since 688d01b

Artifacts and drill-down
  • CI results artifact: homeboy-ci-results-data-machine-audit-quality-Linux-node24 contains immediate command JSON for this action invocation.
  • Observation artifact: homeboy-observations-data-machine-audit-quality-Linux-node24 contains exported Homeboy run history for deeper queries.
  • Drill-down: download the observation artifact, then run homeboy runs import <dir>, homeboy runs list, and homeboy runs findings <run-id>.
  • Artifacts are attached to the workflow run: https://github.com/Extra-Chill/data-machine/actions/runs/26778775328
Tooling versions
  • Homeboy CLI: homeboy 0.216.2+3bee260d
  • Extension: wordpress from https://github.com/Extra-Chill/homeboy-extensions
  • Extension revision: c9f28f7b
  • Action: unknown@unknown

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.

1 participant