Skip to content

Refactoring project structure#14

Merged
zhongkaifu merged 4 commits intomainfrom
feature/project_structure_refactoring
Apr 13, 2026
Merged

Refactoring project structure#14
zhongkaifu merged 4 commits intomainfrom
feature/project_structure_refactoring

Conversation

@zhongkaifu
Copy link
Copy Markdown
Owner

No description provided.

Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: d71cab243d

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@@ -1,14 +1,14 @@
#!/usr/bin/env bash
#!/usr/bin/env bash
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Remove BOM before shebang in test runner script

The file now starts with a UTF-8 BOM before #!, so the shebang is no longer recognized as the first bytes. When this script is run (especially via ./test_multiturn.sh or under shells that enable -e early), the first line is treated as a command (#!/usr/bin/env) and can fail before tests run, making the integration runner unreliable.

Useful? React with 👍 / 👎.

@zhongkaifu zhongkaifu merged commit ca58a36 into main Apr 13, 2026
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