Skip to content

feat: v0.4.0-beta — statusLine integration + docs fixes#127

Merged
taosu0216 merged 36 commits intomainfrom
feat/v0.4.0-beta
Mar 26, 2026
Merged

feat: v0.4.0-beta — statusLine integration + docs fixes#127
taosu0216 merged 36 commits intomainfrom
feat/v0.4.0-beta

Conversation

@taosu0216
Copy link
Copy Markdown
Contributor

Summary

  • StatusLine integration: Add project-level statusLine for Claude Code that displays Trellis task info (priority, title, status) + CC session data (model, context %, branch, duration, developer, active tasks, rate limits). 1 line when idle, 2 lines with active task.
  • Codex platform fix: Set hasPythonHooks: true for Codex platform
  • Docs updates: Fix Codex TOML config format, Kilo config docs, all platform docs

Test plan

  • pnpm lint and pnpm typecheck pass
  • StatusLine script tested with mock CC JSON data (no task / with task scenarios)
  • Build produces correct dist output
  • Script follows Python script conventions (type hints, pathlib, encoding, stdlib-only)

taosu and others added 30 commits March 22, 2026 10:19
CodeBuddy (Tencent) uses .codebuddy/commands/trellis/<name>.md structure,
supporting nested directory namespacing (e.g. /trellis:start).
Includes type registry, configurator, 12 command templates, CLI flag,
and Python cli_adapter integration.
New codebuddy.test.ts, plus updates to extract, platforms, init
integration, and regression tests for full platform coverage.
Add type: ignore[import-not-found] to dynamic imports from common.*
that are resolved at runtime via sys.path. Prevents IDE false positives.
* feat(cli): add branch context to .trellis session and journal records (#106) (#108)

* feat(codex): add latest codex support

---------

Co-authored-by: Lemonadeccc <82374719+Lemonadeccc@users.noreply.github.com>
Co-authored-by: RsBin <3029898592@qq.com>
Co-authored-by: taosu <116145501+taosu0216@users.noreply.github.com>
- Add PR #112 post-merge cleanup items (iFlow revert, workspace cleanup)
- Configure implement/check/debug context files
Architecture:
- Change codex configDir from ".agents/skills" to ".codex"
- Replace extraManagedPaths with supportsAgentSkills flag
- .agents/skills/ is now a shared layer (agentskills.io standard)
- Platform detection uses .codex/ only, not .agents/skills/

Codex platform (.codex/):
- .codex/config.toml — project config
- .codex/agents/{implement,research,check}.toml — custom agents
- .codex/skills/parallel/ — Codex-specific skills (--platform codex)
- .codex/hooks/session-start.py + hooks.json — SessionStart hook

Python CLI adapter:
- config_dir_name: codex → ".codex"
- detect_platform: .codex/ → codex (not .agents/skills/)
- New requires_agent_definition_file property (false for codex)
- supports_cli_agents: added codex
- get_agent_path: returns .toml for codex

Migration (0.4.0-beta.8):
- Legacy Codex auto-upgrade via template-hashes detection
- safe-file-delete for .agents/skills/parallel/ and trellis-* agents

Cleanup:
- Fix iFlow --agent regression from PR #112
- Fix agent TOML format (name + description + developer_instructions)
- Remove workspace/task artifacts from PR #112
- Remove unused test/scripts/ Python tests
- Version: 0.3.0 → 0.4.0-beta.8
- Platforms: 9 → 11 (add Qoder, CodeBuddy)
- Add monorepo support docs (packages, per-package specs, spec_scope)
- Add task lifecycle hooks (after_create/start/finish/archive + Linear sync)
- Add subtask system (parent/children, add-subtask/remove-subtask)
- Update hook docs: SessionStart clear/compact matchers, PreToolUse Agent
  matcher, task-status injection, dynamic spec discovery
- Add Codex platform updates: .codex/ dir, TOML agents, optional hooks
- Add .agents/skills/ shared layer (agentskills.io standard)
- Update scripts: common/ 6→19 modules, task.py 8→16 subcommands
- New file: core/config.md — full config.yaml schema reference
- Update platform paths in how-to-modify (Kilo workflows, Codex .codex/)
taosu added 6 commits March 25, 2026 14:34
Codex generates .codex/hooks/session-start.py but had hasPythonHooks
set to false, causing Windows users to miss the Python detection notice.
Add project-level statusLine that displays Trellis task info and CC session
data in the Claude Code status bar. Shows 1 line when idle, 2 lines with
active task. Includes model, context %, git branch, duration, developer,
active task count, and rate limits.
@taosu0216 taosu0216 merged commit 6ae111f into main Mar 26, 2026
1 check passed
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.

3 participants