Hacktoberfest 2026:维护者为十月标记出来的 issue,仍然开放、适合新手。 浏览 Hacktoberfest issue

Tasks: Documentation for pause/resume lifecycle

未关闭
#1,271 2 条评论 0 个 reaction 已指派 1 人 在 GitHub 查看

@mafredri 已经在做这个了。

开始于 2026年2月4日。

评估

这个 Issue 还没有评估数据。

描述

project/tasks

Repo: coder/coder

Scope: Create comprehensive documentation for task pause/resume lifecycle feature.

Changes:

  • AI agent compatibility matrix: Document which AI agents support session persistence, what context is lost without it, requirements for full support
  • Persistent storage requirements guide: Document why persistent storage is needed, required paths (AgentAPI state file, AI agent session dirs like .claude/), minimum storage recommendations, troubleshooting missing storage
  • Task lifecycle user guide: Document how pause/resume works (automatic pause, manual pause, resume), what gets preserved, viewing logs while paused
  • Registry module README updates: Document how the AgentAPI module handles shutdown scripts, state file paths, and the new variables (state_file_path, pid_file_path, enable_state_persistence)
  • Provider shutdown timeout configuration: Document how different providers may have different timeouts for allowing workspace agents to gracefully shut down, and how this will affect task snapshotting. Consider mentioning infra-based timeouts as well (e.g. Kubernetes)

Files (example):

  • docs/ai/compatibility.md (new)
  • docs/ai/persistent-storage.md (new)
  • docs/user-guides/task-lifecycle.md (new)
  • registry/coder/modules/agentapi/README.md (update)

Acceptance criteria:

  • Compatibility matrix lists all AI agents with support level (full/partial/none)
  • Storage guide explains persistent volume requirements with provider-specific examples
  • User guide covers all pause/resume workflows with CLI and UI examples
  • Registry README documents new variables and shutdown script behavior
  • Integrate provider shutdown timeout configuration from #6174 and consider documenting how infra-based timeouts may also play a role (e.g. Kubernetes)
  • All docs reviewed and approved before GA release

Dependencies:

  • All Beta and GA issues complete

References:

主要语言
没有语言数据
星标
3
派生
0
PR 合并指标
30 天内没有已合并 PR

贡献指南

这个仓库没有索引到贡献指南

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 Pull Request,并在描述里引用这个 Issue 编号。

coder/internal 的其他 Issue

查看 coder/internal 的全部 Issue

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。