Skip to content

Conversation

@ks6088ts
Copy link
Member

What this PR does / why we need it

  • add CLI runner app

Which issue(s) this PR fixes:

Fixes #189

Does this introduce a breaking change?

[ ] Yes
[x] No

Pull Request Type

What kind of change does this Pull Request introduce?

[ ] Bugfix
[x] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Documentation content changes
[ ] Other... Please describe:

How to Test

  • Get the code
ORGANIZATION=<organization-name>
REPOSITORY=<repository-name>

git clone [email protected]:$ORGANIZATION/$REPOSITORY.git
cd $REPOSITORY
  • Test the code
make ci-test

What to Check

Verify that the following are valid

  • ...

Additional Information

CLI ツールを外部プロセスで実行して、その出力を Streamlit アプリからモニタリングするアプリを #file:codex_cli_runner.py に実装してください。以下の仕様を満たしてください。
- CLI の実行コマンドは sidebar から入力することができる
- 外部プロセスの標準出力、標準エラー出力をモニタリングする。(エラーの場合は色分けされていると良い)
@ks6088ts ks6088ts force-pushed the feature/issue-189_codex-cli branch from 4c065c1 to 84f7b68 Compare October 18, 2025 22:56
@ks6088ts ks6088ts merged commit 844b550 into main Oct 18, 2025
9 checks passed
@ks6088ts ks6088ts deleted the feature/issue-189_codex-cli branch October 18, 2025 22:57
@ks6088ts ks6088ts restored the feature/issue-189_codex-cli branch October 18, 2025 22:57
@ks6088ts ks6088ts deleted the feature/issue-189_codex-cli branch October 18, 2025 22:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

add an app to run cli task

2 participants