alpha
Login
or
Join now
kueda.net
/
tangled-cli
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
WIP: A simple cli for daily tangled use cases and AI integration. This is for my personal use right now, but happy if others get mileage from it! :)
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
tangled-cli
/
src
/
at
fix-persist-refreshed-session
4 folders
1 file
Ken-ichi Ueda
fix: reuse valid access tokens instead of refreshing every command
4w ago
39187400
commands
fix: reuse valid access tokens instead of refreshing every command Each tang call refreshed the access token, rotating the single-use refresh token every time. If a command was interrupted or overlapped another, the stored token got revoked before the new one was saved, forcing re-auth. This reuses a still-valid cached token and only refreshes when it has actually expired. Co-authored-by: Claude (claude-opus-4-8) <noreply@anthropic.com>
1 month ago
lexicon
Configure TypeScript for lexicon compatibility and add documentation - Update tsconfig.json: - Exclude src/lexicon/** from compilation (generated code has compatibility issues) - Exclude tests/**/* from build output (tests are type-checked separately) - Only include src/**/* in build - Regenerate lexicons with post-processing fixes applied: - All multiformats/cid imports now use main package export - All relative imports now have .js extensions - Add comprehensive src/lexicon/README.md documenting: - Code generation workflow - Dependencies and multiformats usage - Recommended usage patterns (custom interfaces) - Known issues and workarounds - Troubleshooting guide This allows TypeScript to compile cleanly while still providing type information from generated lexicons for IDE support. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
5 months ago
lib
fix: reuse valid access tokens instead of refreshing every command Each tang call refreshed the access token, rotating the single-use refresh token every time. If a command was interrupted or overlapped another, the stored token got revoked before the new one was saved, forcing re-auth. This reuses a still-valid cached token and only refreshes when it has actually expired. Co-authored-by: Claude (claude-opus-4-8) <noreply@anthropic.com>
1 month ago
utils
fix: reuse valid access tokens instead of refreshing every command Each tang call refreshed the access token, rotating the single-use refresh token every time. If a command was interrupted or overlapped another, the stored token got revoked before the new one was saved, forcing re-auth. This reuses a still-valid cached token and only refreshes when it has actually expired. Co-authored-by: Claude (claude-opus-4-8) <noreply@anthropic.com>
1 month ago
index.ts
Register issue command in CLI - Import and register createIssueCommand in main CLI index - Makes 'tangled issue create' command available to users The issue command is now fully functional and ready for testing. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
5 months ago