Skip to content

feat(ui): add Generate Init Command section to Agents tab#25

Merged
eyelock merged 5 commits into
mainfrom
feature/generate-init-command
Jan 14, 2026
Merged

feat(ui): add Generate Init Command section to Agents tab#25
eyelock merged 5 commits into
mainfrom
feature/generate-init-command

Conversation

@eyelock
Copy link
Copy Markdown
Owner

@eyelock eyelock commented Jan 14, 2026

Summary

Adds a section in the terminal editor's Agents tab that helps users generate init command templates for different LLM CLI tools.

Supported Tools

LLM Tool Command Template Supports Prompt
Claude Code claude "{{LLM_PROMPT}} {{LLM_NEXT_ACTION}}"
Aider aider --message "{{LLM_NEXT_ACTION}}"
GitHub Copilot gh copilot suggest "{{LLM_NEXT_ACTION}}"
Custom {{LLM_PROMPT}} {{LLM_NEXT_ACTION}}

Features

  • Dropdown to select LLM tool
  • Preview of the command template
  • Note when tool only supports {{LLM_NEXT_ACTION}}
  • "Apply to Init Command" button that sets the template and switches to Terminal tab

Test plan

  • Open terminal editor, go to Agents tab
  • Verify "Generate Init Command" section appears
  • Select each vendor and verify preview updates correctly
  • Click "Apply to Init Command" and verify:
    • Init command field on Terminal tab is populated
    • Tab automatically switches to Terminal
  • Verify note appears for Aider and Copilot (action only)

🤖 Generated with Claude Code

David Collie and others added 5 commits January 14, 2026 00:13
Adds a section in the terminal editor's Agents tab that helps users
generate init command templates for different LLM CLI tools:

- Claude Code: claude "{{LLM_PROMPT}} {{LLM_NEXT_ACTION}}"
- Aider: aider --message "{{LLM_NEXT_ACTION}}"
- GitHub Copilot: gh copilot suggest "{{LLM_NEXT_ACTION}}"
- Custom: raw tokens for user's own tool

Features:
- Dropdown to select LLM tool
- Preview of the command template
- Note when tool only supports {{LLM_NEXT_ACTION}}
- "Apply to Init Command" button that sets the template and
  switches to the Terminal tab

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Add Cursor CLI option: cursor agent -p "{{LLM_PROMPT}} {{LLM_NEXT_ACTION}}"
- Clarify note about templates not including persistent context
- Update docs with Cursor example and tip about using the generator

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Add Interactive Mode toggle for Claude Code and Cursor
- When off, adds -p flag for non-interactive/headless execution
- Useful for automated tasks, CI/CD, or long-running jobs
- Update docs with interactive vs non-interactive examples

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
The context documentation incorrectly stated that the MCP server is
read-only and that write tools return CLI commands. This caused
Claude to refuse to use write tools directly.

Updated documentation to correctly describe:
- Query tools for reading data
- Write tools that modify the board directly
- Added termq_get to the tool list

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Fix Cursor CLI command: use 'agent' not 'cursor agent'
- Remove outdated "Read-Safe" security note from mcp-server docs
- Update termq_create and termq_set descriptions (no longer CLI-only)
- Sync Resources/Help files with Docs/Help

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@eyelock eyelock merged commit 98bfa62 into main Jan 14, 2026
5 checks passed
@eyelock eyelock deleted the feature/generate-init-command branch January 14, 2026 00:46
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.

1 participant