Skip to content

Conversation

@ariane-emory
Copy link
Owner

DUMMY PR, IGNORE.

- Add new_session boolean field to Command schema
- Implement session creation in command execution when new_session=true
- Update TUI to navigate to new session and show toast notification
- Regenerate SDK types to include new_session field
- Add test coverage for new_session command configuration
- Maintain backward compatibility with existing commands

When a command with new_session: true is executed, it creates a new
session before running the command template, allowing users to start
fresh contexts for specific commands.
- Add subsession boolean field to Command schema in config and command index
- Create child session with parentID when subsession=true
- Update TUI to navigate to subsession and show appropriate toast
- Regenerate SDK types with new subsession field
- Add test coverage for subsession command configuration
Previously, sidebar was always hidden for sessions with a parentID,
ignoring user's sidebar toggle preference. Now respects user's
sidebar state (show/hide/auto) regardless of session type.
Add createEffect that watches for subsession completion and
automatically navigates back to the parent session when the
last assistant message is completed.
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.

2 participants