Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

feat: add idle app status#18415

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
code-asher merged 3 commits intomainfromasher/idle-agent-status
Jun 20, 2025
Merged

feat: add idle app status#18415

code-asher merged 3 commits intomainfromasher/idle-agent-status
Jun 20, 2025

Conversation

@code-asher
Copy link
Member

@code-ashercode-asher commentedJun 17, 2025
edited
Loading

"Idle" is more accurate than "complete" since:

  1. AgentAPI only knows if the screen is active; it has no way of knowing if the task is complete.
  2. The LLM might be done with its current prompt, but that does not mean the task is complete either (it likely needs refinement).

The "complete" state will be reserved for future definition.

Additionally, in the case where the screen goes idle but the LLM never reported a status update, we can get an idle icon without a message, and it looks kinda janky in the UI so if there is no message I display the state text.

Closescoder/internal#699

@code-ashercode-asher changed the titlefeat: add idle AI agent statusfeat: add idle app statusJun 17, 2025
@code-ashercode-asherforce-pushed theasher/idle-agent-status branch 2 times, most recently fromc649ea1 to86cf445CompareJune 17, 2025 20:22
Copy link
Contributor

@hugodutkahugodutka left a comment

Choose a reason for hiding this comment

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

LGTM, pending the down migration

"Idle" is more accurate than "complete" since:1. AgentAPI only knows if the screen is active; it has no way of knowing   if the task is complete.2. The LLM might be done with its current prompt, but that does not mean   the task is complete either (it likely needs refinement).The "complete" state will be reserved for future definition.
The status row looks janky with just the icon.  We can get into a "nomessage" state if the LLM never reported a status update.
Also bump migration number since new ones have merged since.
@code-ashercode-asherforce-pushed theasher/idle-agent-status branch from86cf445 tob64af42CompareJune 20, 2025 22:11
@code-ashercode-asher merged commit0a483ea intomainJun 20, 2025
33 of 34 checks passed
@code-ashercode-asher deleted the asher/idle-agent-status branchJune 20, 2025 22:34
@github-actionsgithub-actionsbot locked and limited conversation to collaboratorsJun 20, 2025
Sign up for freeto subscribe to this conversation on GitHub. Already have an account?Sign in.

Reviewers

@hugodutkahugodutkahugodutka approved these changes

Assignees

@code-ashercode-asher

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

Update the status in the Tasks page from Complete to Idle for Agents waiting on input

3 participants

@code-asher@hugodutka

[8]ページ先頭

©2009-2025 Movatter.jp