Skip to content

iris: send tail=true for GetTaskLogs RPC#3673

Merged
ravwojdyla merged 1 commit intomainfrom
agent/20260314-fix-3671
Mar 15, 2026
Merged

iris: send tail=true for GetTaskLogs RPC#3673
ravwojdyla merged 1 commit intomainfrom
agent/20260314-fix-3671

Conversation

@ravwojdyla-agent
Copy link
Copy Markdown
Contributor

Summary

  • Send tail: true in the GetTaskLogs RPC params so task logs return the last N lines instead of the first N.

Fixes #3671

Test plan

  • Verify task log viewer shows most recent logs when line count exceeds limit
  • Verify process logs (FetchLogs) behavior unchanged

🤖 Generated with Claude Code

Fixes #3671 — task logs now return the last N lines instead of the
first N, matching the existing FetchLogs (process logs) behavior.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@ravwojdyla ravwojdyla force-pushed the agent/20260314-fix-3671 branch from 89d2667 to 9bdd882 Compare March 14, 2026 20:52
Copy link
Copy Markdown
Collaborator

@rjpower rjpower left a comment

Choose a reason for hiding this comment

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

haha how many times am i going to make this mistake. until I get the query language, I tell you!

@ravwojdyla ravwojdyla merged commit 01a0b4d into main Mar 15, 2026
19 checks passed
@ravwojdyla ravwojdyla deleted the agent/20260314-fix-3671 branch March 15, 2026 00:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

agent-generated Created by automation/agent

Projects

None yet

Development

Successfully merging this pull request may close these issues.

iris: task logs should default to tail mode

3 participants