Skip to content

feat: Resolve Issue #35 (Asset Tool Loading & CodeQL fix) - #36

Merged
EricNGOntos merged 1 commit into
mainfrom
feat/wuchengke/asset-tool-loading
May 12, 2026
Merged

EricNGOntos merged 1 commit into
mainfrom
feat/wuchengke/asset-tool-loading

Conversation

@EricNGOntos

Copy link
Copy Markdown
Contributor

Closes #35

  • Implements asset tool loading (图表工具加载).
  • Fixes the uninitialized variable in orchestrator.py which caused the previous CodeQL check failure.
  • Fixed unused variable lint errors.

This commit implements asset tool loading and also fixes an uninitialized 'evidence_text' variable in orchestrator.py which caused the previous CodeQL PR check failure.
@EricNGOntos
EricNGOntos merged commit 374e246 into main May 12, 2026
7 checks passed
@EricNGOntos
EricNGOntos deleted the feat/wuchengke/asset-tool-loading branch May 12, 2026 07:31
tool = str(data.get('tool', '')).strip().upper()
if tool in _VALID_TOOLS:
return tool
except (ValueError, _json.JSONDecodeError):
tool = str(data.get('tool', '')).strip().upper()
if tool in _VALID_TOOLS:
return tool
except (ValueError, _json.JSONDecodeError):
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.

feat: 图表工具加载 (Asset Tool Loading)

2 participants