fix: auth refresh token (#1299)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Ralph Khreish
2025-10-13 21:50:22 +02:00
committed by GitHub
parent 663aa2dfe9
commit 4c1ef2ca94
19 changed files with 1023 additions and 57 deletions

View File

@@ -11,6 +11,7 @@
"access": "public",
"baseBranch": "main",
"ignore": [
"docs"
"docs",
"@tm/claude-code-plugin"
]
}

View File

@@ -1,11 +1,11 @@
{
"mode": "exit",
"mode": "pre",
"tag": "rc",
"initialVersions": {
"task-master-ai": "0.28.0",
"task-master-ai": "0.29.0-rc.0",
"@tm/cli": "",
"docs": "0.0.5",
"extension": "0.25.5",
"extension": "0.25.6-rc.0",
"@tm/ai-sdk-provider-grok-cli": "",
"@tm/build-config": "",
"@tm/claude-code-plugin": "0.0.1",
@@ -16,6 +16,7 @@
"mean-planes-wave",
"nice-ways-hope",
"plain-falcons-serve",
"silent-bushes-grow",
"smart-owls-relax"
]
}

View File

@@ -0,0 +1,5 @@
---
"task-master-ai": patch
---
Improve refresh token when authenticating