Skip to content

feat: add engram whoami, info commands and update README with CLI docs#151

Merged
Agentscreator merged 3 commits intoAgentscreator:mainfrom
ismaeldouglasdev:feat/more-cli-enhancements
Apr 10, 2026
Merged

feat: add engram whoami, info commands and update README with CLI docs#151
Agentscreator merged 3 commits intoAgentscreator:mainfrom
ismaeldouglasdev:feat/more-cli-enhancements

Conversation

@ismaeldouglasdev
Copy link
Copy Markdown

@ismaeldouglasdev ismaeldouglasdev commented Apr 10, 2026

Summary

Add new CLI commands and improve documentation.

What changed

New CLI Commands

  • engram whoami - Show current user identity and agent info
  • engram info - Detailed workspace info combining status, whoami, and config

MCP Server Enhancement

  • Query loop detection (Issue Repeated query warning: detect agent loops #66): Track in-memory query history per agent. When the same topic is queried 3+ times in a session without new commits, log a warning to help agents break out of unproductive loops.

Documentation Updates

  • README.md: Added CLI commands section with all available commands
  • TROUBLESHOOTING.md: Added entries for MCP server not running and command not found

Tab Completion

  • Updated bash, zsh, and fish completion scripts to include new commands

Validation

  • All 67 tests pass
  • Commands tested:
    • engram whoami - Shows engineer, agent ID, anonymous mode
    • engram info - Shows workspace ID, mode, schema, identity, privacy, connection info

Issues addressed

- Add engram whoami: show current user identity and agent info
- Add engram info: detailed workspace info combining status, whoami, config
- Update README.md with all CLI commands
- Add troubleshooting entries for MCP server and command not found

Issues addressed:
- Agentscreator#85 - Workspace info (partial - info command covers workspace identity)
- Agentscreator#78 - CLI documentation (README update)
- Added new CLI commands as enhancement
@vercel
Copy link
Copy Markdown

vercel bot commented Apr 10, 2026

Someone is attempting to deploy a commit to the agentscreator's projects Team on Vercel.

A member of the Team first needs to authorize it.

Ismael Douglas and others added 2 commits April 9, 2026 22:14
…eator#66)

Track in-memory query history per agent. When the same topic is queried
3+ times in a session without any new commits, log a warning to help
agents break out of unproductive cycles.

This is a focused addition that helps agents recognize when they're
stuck in a loop and encourages them to either commit findings or
reframe the question.
@Agentscreator Agentscreator merged commit d96ec36 into Agentscreator:main Apr 10, 2026
3 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants