You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add Tags & Workstreams menu (list, add, use, rename, copy, remove)
- Add Research menu with optional context and file-tree support
- Add cross-tag task move (--from-tag, --to-tag, --with-dependencies, --ignore-dependencies)
- Add show multiple tasks via comma-separated IDs
- Add 'rules add' support in init menu
- Add Groq provider models (llama-3.3-70b, llama-3.1-8b, deepseek-r1-distill-llama-70b)
- Add Claude Code no-key models (claude-code/sonnet, claude-code/opus)
- Extend T_Provider type to include 'groq'
- Update .env.example: add GROQ_API_KEY, TASK_MASTER_TOOLS comment, fix typos
- Update NOTE_MODELS to mention Groq and Claude Code
exportconstNOTE_MODELS=`Note: Model compatibility levels are indicated by: ${MODELS_COMPATIBILITY.high} high (most reliable), ${MODELS_COMPATIBILITY.medium} medium, ${MODELS_COMPATIBILITY.low} low. Higher compatibility means more reliable TMAI operations with fewer errors. While all models can perform tasks, those with higher compatibility are recommended for critical operations. Additional models — including popular paid options with competitive pricing — are available, mostly via OpenRouter.`;
211
+
exportconstNOTE_MODELS=`Note: Model compatibility levels are indicated by: ${MODELS_COMPATIBILITY.high} high (most reliable), ${MODELS_COMPATIBILITY.medium} medium, ${MODELS_COMPATIBILITY.low} low. Higher compatibility means more reliable TMAI operations with fewer errors. Claude Code models (claude-code/sonnet, claude-code/opus) require no API key but need the Claude Code CLI installed. Groq models offer fast inference. Additional models are available via OpenRouter.`;
183
212
exportconstNOTE_LANGS=
184
213
"Note: Make sure the LLM used by TMAI supports the language you choose!";
0 commit comments