This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -46,4 +46,4 @@ jobs:
|
|||||||
gh release delete latest --yes --cleanup-tag || true
|
gh release delete latest --yes --cleanup-tag || true
|
||||||
git tag -f latest
|
git tag -f latest
|
||||||
git push -f origin latest
|
git push -f origin latest
|
||||||
gh release create latest aios.tar.gz --title "latest" --notes "build $(date +%Y.%m.%d)"
|
gh release create latest aios.tar.gz --title "latest" --notes "build $(date +%Y.%m.%d)" --target main
|
||||||
|
|||||||
@@ -7,10 +7,10 @@
|
|||||||
},
|
},
|
||||||
"ailog": {
|
"ailog": {
|
||||||
"command": "ailog",
|
"command": "ailog",
|
||||||
"args": ["mcp"],
|
"args": ["mcp-serve"],
|
||||||
"env": {
|
"env": {
|
||||||
"CHAT_SYSTEM_FILE": "/home/ai/.config/aigpt/core.md",
|
"CHAT_SYSTEM_FILE": "/home/ai/ai/log/public/content/did:plc:6qyecktefllvenje24fcxnie/ai.syui.gpt.core/self.json",
|
||||||
"CHAT_OUTPUT": "/home/ai/log/public/content"
|
"CHAT_OUTPUT": "/home/ai/ai/log/public/content"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -3,8 +3,6 @@ export PATH=$HOME/.cargo/bin:$PATH
|
|||||||
alias u="sudo pacman -Syu --noconfirm"
|
alias u="sudo pacman -Syu --noconfirm"
|
||||||
alias zs="vim ~/.zshrc"
|
alias zs="vim ~/.zshrc"
|
||||||
alias zr="exec $SHELL && source ~/.zshrc"
|
alias zr="exec $SHELL && source ~/.zshrc"
|
||||||
alias claude='claude --dangerously-skip-permissions'
|
|
||||||
alias c='claude --dangerously-skip-permissions'
|
|
||||||
|
|
||||||
autoload -Uz compinit
|
autoload -Uz compinit
|
||||||
compinit
|
compinit
|
||||||
@@ -25,3 +23,10 @@ bindkey '^[[B' history-substring-search-down
|
|||||||
if [[ -o login ]] && [[ -o interactive ]] && command -v aishell &>/dev/null; then
|
if [[ -o login ]] && [[ -o interactive ]] && command -v aishell &>/dev/null; then
|
||||||
exec aishell
|
exec aishell
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
function setup() {
|
||||||
|
aigpt setup
|
||||||
|
# ailog oauth $handle
|
||||||
|
# ailog oauth $ai --bot
|
||||||
|
# claude
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user