Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
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
{{ message }}
ghzhost
/
ottopus
Public
forked from
koshikraj/ottopus
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
ottopus
service
on
feat/core-plan-store
User selector
All users
Datepicker
All time
Commit history
Commits on Sep 9, 2026
fix(api): submitted requires a transaction hash
koshikraj
committed
bd544a5
View commit details
Copy full SHA for bd544a5
View code at this point
Browse repository at this point
fix(core): hash the normalised draft, not the raw one
koshikraj
committed
4be2f4e
View commit details
Copy full SHA for 4be2f4e
View code at this point
Browse repository at this point
feat(api): /api/plans — pending list, review link read, web transitions
koshikraj
committed
452ec2e
View commit details
Copy full SHA for 452ec2e
View code at this point
Browse repository at this point
feat(api): plan store — append-only events, derived status, review tokens
koshikraj
committed
42ceb48
View commit details
Copy full SHA for 42ceb48
View code at this point
Browse repository at this point
feat(api): plans carry their grant, events a sequence, and review tokens get a table
koshikraj
committed
69cbca0
View commit details
Copy full SHA for 69cbca0
View code at this point
Browse repository at this point
feat(core): planHash, the state machine and derived expiry
koshikraj
committed
e26cd69
View commit details
Copy full SHA for e26cd69
View code at this point
Browse repository at this point
test(api): one user's session never reaches another's wallets or grants
koshikraj
committed
915425a
View commit details
Copy full SHA for 915425a
View code at this point
Browse repository at this point
fix(api): a malformed grant id is a 404, not a 500
koshikraj
committed
e4375fe
View commit details
Copy full SHA for e4375fe
View code at this point
Browse repository at this point
fix(mcp): two unlabelled wallets are not both "Watch Only"
Show description for dbee0b2
koshikraj
committed
dbee0b2
View commit details
Copy full SHA for dbee0b2
View code at this point
Browse repository at this point
feat(mcp): get_portfolio says which wallets hold each asset
Show description for dede0db
koshikraj
committed
dede0db
View commit details
Copy full SHA for dede0db
View code at this point
Browse repository at this point
fix(mcp): whoami does not say never twice
Show description for 13e2a2b
koshikraj
committed
13e2a2b
View commit details
Copy full SHA for 13e2a2b
View code at this point
Browse repository at this point
feat(mcp): list_wallets and get_portfolio, and a whoami a person can read
Show description for b905e9b
koshikraj
committed
b905e9b
View commit details
Copy full SHA for b905e9b
View code at this point
Browse repository at this point
feat(mcp): tool answers in words
Show description for 178fef9
koshikraj
committed
178fef9
View commit details
Copy full SHA for 178fef9
View code at this point
Browse repository at this point
refactor(api): one portfolio connector, one cache, for both surfaces
Show description for 5273112
koshikraj
committed
5273112
View commit details
Copy full SHA for 5273112
View code at this point
Browse repository at this point
feat(api): the service says where its MCP surface is
Show description for 7f1db2c
koshikraj
and
claude
committed
7f1db2c
View commit details
Copy full SHA for 7f1db2c
View code at this point
Browse repository at this point
fix(infra): refuse to boot advertising an address nobody can reach
Show description for 91cd655
koshikraj
and
claude
committed
91cd655
View commit details
Copy full SHA for 91cd655
View code at this point
Browse repository at this point
fix(mcp): spend a refresh token once, and never burn a code on a bad verifier
Show description for f6431a5
koshikraj
committed
f6431a5
View commit details
Copy full SHA for f6431a5
View code at this point
Browse repository at this point
Commits on Sep 8, 2026
feat(api): hand the agent's callbacks to settings
Show description for 8707613
koshikraj
committed
8707613
View commit details
Copy full SHA for 8707613
View code at this point
Browse repository at this point
feat(api): list and revoke agent grants
Show description for 140aced
koshikraj
committed
140aced
View commit details
Copy full SHA for 140aced
View code at this point
Browse repository at this point
feat(mcp): issue against a grant, and note when one is used
Show description for 4f649d9
koshikraj
committed
4f649d9
View commit details
Copy full SHA for 4f649d9
View code at this point
Browse repository at this point
feat(api): grants, so an agent is something a person can see and end
Show description for bc7912a
koshikraj
committed
bc7912a
View commit details
Copy full SHA for bc7912a
View code at this point
Browse repository at this point
fix(mcp): serve the authorization server document where clients look for it
Show description for b28589e
koshikraj
committed
b28589e
View commit details
Copy full SHA for b28589e
View code at this point
Browse repository at this point
test(mcp): the tool surface exposes nothing that can sign
Show description for 3bb80df
koshikraj
committed
3bb80df
View commit details
Copy full SHA for 3bb80df
View code at this point
Browse repository at this point
test(mcp): the oauth invariants
Show description for 4ad1551
koshikraj
committed
4ad1551
View commit details
Copy full SHA for 4ad1551
View code at this point
Browse repository at this point
feat(api): the consent page's half of the grant flow
Show description for 4054978
koshikraj
committed
4054978
View commit details
Copy full SHA for 4054978
View code at this point
Browse repository at this point
feat(mcp): streamable http endpoint and the stdio variant
Show description for 87fa03c
koshikraj
committed
87fa03c
View commit details
Copy full SHA for 87fa03c
View code at this point
Browse repository at this point
feat(mcp): the oauth 2.1 grant flow
Show description for 9900738
koshikraj
committed
9900738
View commit details
Copy full SHA for 9900738
View code at this point
Browse repository at this point
feat(mcp): oauth scopes, token primitives and discovery documents
Show description for 8695981
koshikraj
committed
8695981
View commit details
Copy full SHA for 8695981
View code at this point
Browse repository at this point
feat(api): park an authorize request while the user decides
Show description for 4a00cbd
koshikraj
committed
4a00cbd
View commit details
Copy full SHA for 4a00cbd
View code at this point
Browse repository at this point
chore(mcp): add the MCP SDK and the two public URLs OAuth needs
Show description for 6926882
koshikraj
committed
6926882
View commit details
Copy full SHA for 6926882
View code at this point
Browse repository at this point
fix(connectors): address portfolio review findings
koshikraj
committed
21e333e
View commit details
Copy full SHA for 21e333e
View code at this point
Browse repository at this point
feat(portfolio): group tokens across chains with network icons
koshikraj
committed
a55db01
View commit details
Copy full SHA for a55db01
View code at this point
Browse repository at this point
feat(api): portfolio endpoint, behind a short cache
Show description for d85b2ae
koshikraj
committed
d85b2ae
View commit details
Copy full SHA for d85b2ae
View code at this point
Browse repository at this point
feat(connectors): aggregate arms into one portfolio
Show description for 8fdaae5
koshikraj
committed
8fdaae5
View commit details
Copy full SHA for 8fdaae5
View code at this point
Browse repository at this point
feat(connectors): read positions from zerion
Show description for 1b00fa8
koshikraj
committed
1b00fa8
View commit details
Copy full SHA for 1b00fa8
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.