alpha
Login
or
Join now
secluded.site
/
lune
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.
A delightful CLI for Lunatask.app
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
lune
/
internal
/
mcp
/
tools
/
at
main
4 folders
Amolith
feat(auth): add LUNE_ACCESS_TOKEN env var support
6mo ago
4b8da2e9
crud
feat(auth): add LUNE_ACCESS_TOKEN env var support Enable authentication via LUNE_ACCESS_TOKEN environment variable as an alternative to the system keyring. The env var takes precedence over keyring for explicit override capability. - GetToken() now checks env var first, then falls back to keyring - New() delegates to GetToken() for single source of truth - MCP command simplified to use centralized GetToken()
6 months ago
habit
feat(mcp): add OpenWorldHint and Title to tools Add OpenWorldHint (true) and human-readable Title to all 7 MCP tools: - get_timestamp: Parse date - add_timeline_note: Add timeline note - track_habit: Track habit - create: Create entity - update: Update entity - delete: Delete entity - query: Query entities The OpenWorldHint indicates these tools interact with external APIs (Lunatask), and titles provide nicer UI labels for MCP clients.
6 months ago
timeline
feat(mcp): add OpenWorldHint and Title to tools Add OpenWorldHint (true) and human-readable Title to all 7 MCP tools: - get_timestamp: Parse date - add_timeline_note: Add timeline note - track_habit: Track habit - create: Create entity - update: Update entity - delete: Delete entity - query: Query entities The OpenWorldHint indicates these tools interact with external APIs (Lunatask), and titles provide nicer UI labels for MCP clients.
6 months ago
timestamp
feat(auth): add LUNE_ACCESS_TOKEN env var support Enable authentication via LUNE_ACCESS_TOKEN environment variable as an alternative to the system keyring. The env var takes precedence over keyring for explicit override capability. - GetToken() now checks env var first, then falls back to keyring - New() delegates to GetToken() for single source of truth - MCP command simplified to use centralized GetToken()
6 months ago