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
/
commands
/
at
fix-persist-refreshed-session
6 files
Ken-ichi Ueda
fix: reuse valid access tokens instead of refreshing every command
4w ago
39187400
.gitkeep
fix: report auth state based on session validation Instead of trusting cached metadata, it actually ensures the session is valid, and distinguishes between lack of auth and an expired session. Co-authored-by: Claude (claude-opus-4-8) <noreply@anthropic.com>
1 month ago
auth.ts
fix: report auth state based on session validation Instead of trusting cached metadata, it actually ensures the session is valid, and distinguishes between lack of auth and an expired session. Co-authored-by: Claude (claude-opus-4-8) <noreply@anthropic.com>
1 month ago
config.ts
Add biome v2 and apply format/lint changes.
5 months ago
context.ts
Add context command for debugging repository context Implement context debug command to help users understand repository context resolution: - Shows if current directory is a Tangled repository - Displays owner (DID or handle), repository name, protocol - Shows which Git remote is being used - Provides helpful error messages when not in a Tangled repo This is a debug/diagnostic tool that helps users verify their context resolution is working correctly. Includes comprehensive test coverage (4 tests) for success and error cases. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
5 months ago
issue.ts
refactor: rename repoAtUri for accuracy * Repos are identified by their DID now, hence the name change * Update tests accordingly * Consolidate @atproto/identity usage into pds-resolver.ts by moving resolveHandleToDid there; at-uri.ts re-exports it and no longer imports @atproto/identity directly Co-authored-by: Claude (claude-sonnet-4-6) <noreply@anthropic.com>
2 months ago
ssh-key.ts
Implement ssh-key features. Defer importing ssh keys automatically as it's too large in scope right now.
5 months ago